Cleanup - build drive description in temp memory during init.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 22 Feb 2010 04:20:10 +0000 (23:20 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 22 Feb 2010 04:20:10 +0000 (23:20 -0500)
commit575ffc8fd1127e3cb8fbb7f587cadfa85eb9b73d
tree718b84dbf1550276c1d3eb50e487dd160a64d6d9
parent0360e8e69bb3a773ceb9d2b091b62c027bca862b
Cleanup - build drive description in temp memory during init.

Remove describe_drive() mechanism for calling printf with a drive
description.  Instead, have each drive build a description in
temporary ram during drive initialization.

Also, remove fields now unneeded from 'struct disk_s' - model and
cntl_info.
src/ata.c
src/ata.h
src/block.c
src/boot.c
src/disk.h
src/floppy.c
src/ramdisk.c
src/usb-msc.c
src/usb-msc.h
src/util.h