Dynamically allocate each drive_g with malloc_fseg().
authorKevin O'Connor <kevin@koconnor.net>
Tue, 16 Feb 2010 03:48:28 +0000 (22:48 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 16 Feb 2010 03:48:28 +0000 (22:48 -0500)
commitd7e998fdd0ea1cacbc83e9add182c49917bf35e6
treef9ef70f06a3ba914abff8ad6531be34d5ec3dc28
parent525be697f95eaa6a037b924afc99c971c0444db6
Dynamically allocate each drive_g with malloc_fseg().

This eliminates the limit on the number of available drives.  It also
allows for each driver to allocate additional custom fields.
src/ata.c
src/biosvar.h
src/block.c
src/boot.c
src/cdrom.c
src/config.h
src/disk.h
src/floppy.c