Add mechanism for describing internal drives in boot menu.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 12 Sep 2009 17:20:14 +0000 (13:20 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 12 Sep 2009 17:20:14 +0000 (13:20 -0400)
commit51fd0a17153a8c94c97f9a80afd6e238fb542e3b
tree54090f5c0118f1b15e08fc170b6e5473e7a83111
parentb532d72c2093bc8971c3d95698563b15bd2c0d90
Add mechanism for describing internal drives in boot menu.

Allow each drive type to describe itself on the boot menu.
This fixes a bug where driveid was used in place of ataid in the boot
   menu.
Also, expand descriptions for each drive type.
Don't overload the IPL type for BCVs - instead introduce new types.
src/ata.c
src/ata.h
src/block.c
src/boot.c
src/boot.h
src/coreboot.c
src/disk.h
src/floppy.c
src/optionroms.c
src/ramdisk.c