* grub-core/disk/ieee1275/ofdisk.c (scan): Support vscsi on IBM

machines.
	Tested by: Paulo Flabiano Smorigo.
	Crucial information about API supplied by: Coleen <Last name unknown>.
	Reviewed by: Coleen <Last name unknown>.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-06-06 02:31:27 +02:00
parent 81f6ef0e2d
commit bf293dece0
2 changed files with 80 additions and 19 deletions

View file

@ -1,3 +1,11 @@
2012-06-06 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/ieee1275/ofdisk.c (scan): Support vscsi on IBM
machines.
Tested by: Paulo Flabiano Smorigo.
Crucial information about API supplied by: Coleen <Last name unknown>.
Reviewed by: Coleen <Last name unknown>.
2012-06-05 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-mkimage.c: Disable -Wcast-align.