2008-04-04 Pavel Roskin <proski@gnu.org>

* commands/lspci.c (grub_pci_classes): Fix typos.
	(grub_lspci_iter): Don't print func twice.  Print vendor ID
	before device ID, as it's normally done.
This commit is contained in:
proski 2008-04-04 08:07:07 +00:00
parent 070e49e4e8
commit 4f657021a9
2 changed files with 11 additions and 7 deletions

View file

@ -1,5 +1,9 @@
2008-04-04 Pavel Roskin <proski@gnu.org>
* commands/lspci.c (grub_pci_classes): Fix typos.
(grub_lspci_iter): Don't print func twice. Print vendor ID
before device ID, as it's normally done.
* kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options):
Fix signedness warnings.
* kern/powerpc/ieee1275/openfw.c (grub_available_iterate):