Separate ATA code from generic disk code.
authorKevin O'Connor <kevin@koconnor.net>
Wed, 12 Aug 2009 01:59:37 +0000 (21:59 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 12 Aug 2009 01:59:37 +0000 (21:59 -0400)
commitc892b138d897f93f8e863fff605e8c2a456b3fa6
tree676f67b33b4cfe0844add2d999a6d746515ea09d
parentf2d48a3d6584b05f6357e3efc34d78db1501eaa5
Separate ATA code from generic disk code.

Move generic code from ata.c to new file block.c.
Rename atabits.h to ata.h and move ata header definitions from disk.h.
Rename ATA.channels to ATA_channels.
Rename ATA structure to Drives.
Support both CONFIG_DRIVES and CONFIG_ATA options.
13 files changed:
Makefile
src/ata.c
src/ata.h [new file with mode: 0644]
src/atabits.h [deleted file]
src/biosvar.h
src/block.c [new file with mode: 0644]
src/boot.c
src/cdrom.c
src/config.h
src/disk.c
src/disk.h
src/floppy.c
src/post.c