2009-06-09 Michel Hermier <michel.hermier@gmail.com>

* fs/i386/pc/pxe.c (grub_pxefs_read): Fix returned values.
This commit is contained in:
phcoder 2009-06-09 19:08:36 +00:00
parent 87b8f28cc1
commit afd22553a6
2 changed files with 13 additions and 13 deletions

View file

@ -1,18 +1,12 @@
2009-06-09 Robert Millan <rmh.grub@aybabtu.com>
2009-06-09 Michel Hermier <michel.hermier@gmail.com>
* util/deviceiter.c (grub_util_iterate_devices): Increase number of
disk limit to 26 for IDE, Virtio, Xen and SCSI.
2009-06-09 Felix Zielcke <fzielcke@z-51.de>
* util/i386/pc/grub-install.in: Change the error message if UUIDs
aren't avaible if ata.mod gets used.
* fs/i386/pc/pxe.c (grub_pxefs_read): Fix returned values.
2009-06-09 Oliver Henshaw <oliver.henshaw@gmail.com>
* bus/usb/ohci.c (grub_ohci_pci_iter): Link struct only after
* bus/usb/ohci.c (grub_ohci_pci_iter): Link struct only after
initialising controller.
* bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
* bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
2009-06-08 Felix Zielcke <fzielcke@z-51.de>