freebsd-dev/sys/dev/ata
Nick Hibma 3e2c6ca3b9 Removal of sys/device.h
- Move intrhook stuff into kernel.h
- Remove all occurrences of #device <device.h>
- Add kernel.h were necessary (nowhere)
- delete device.h

This file contained the structures for cfdata (old style config) and is no
longer used. It was included by most drivers.

It confuses the remote debugger as the definition of 'struct device' in
device.h is found before the one in bus_private.h.
1999-10-05 21:19:41 +00:00
..
ata-all.c Fix timeout handeling and add retry counts. 1999-09-24 12:36:10 +00:00
ata-all.h Ten'th update to the new ATA/ATAPI driver: 1999-09-21 19:50:40 +00:00
ata-disk.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
ata-disk.h Fix timeout handeling and add retry counts. 1999-09-24 12:36:10 +00:00
ata-dma.c Support quad & max speeds in wormcontrol. 1999-09-22 12:04:51 +00:00
atapi-all.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
atapi-all.h Fix timeout handeling and add retry counts. 1999-09-24 12:36:10 +00:00
atapi-cd.c Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in the 1999-10-03 07:09:31 +00:00
atapi-cd.h Use the sys/wormio.h definitions of the CDRIOCNEXTWRITEABLEADDR and 1999-10-01 14:14:20 +00:00
atapi-fd.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
atapi-fd.h Ten'th update to the new ATA/ATAPI driver: 1999-09-21 19:50:40 +00:00
atapi-tape.c Remove five now unused fields from struct cdevsw. They should never 1999-09-25 18:24:47 +00:00
atapi-tape.h Ten'th update to the new ATA/ATAPI driver: 1999-09-21 19:50:40 +00:00