Add support for selecting harddrive order in boot menu.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 9 Feb 2009 00:43:47 +0000 (19:43 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 9 Feb 2009 00:43:47 +0000 (19:43 -0500)
commit0a924124b4f5daf3735a7f81f906a387ba8296f4
tree4b40dd53b8c7f2032eb7cf933dd1e00fc9e5f8cf
parent8e62a90e7d4e4ea59f4463dabfc9fac1c305df7b
Add support for selecting harddrive order in boot menu.

Save ATA harddrive model name so that it can be shown from menu.
Minor - use "ata0-1" not "ata0 slave".
Fill fdpt info based on BIOS drive id - not the controller id.
Add BCV support to IPL code.
Use "BCV" system to set harddrive order (for both ata and option roms).
Also, don't show floppy/cdrom in boot menu if no drives found.
src/ata.c
src/boot.c
src/boot.h
src/disk.h
src/optionroms.c
src/post.c
src/util.h