freebsd-dev/sys/dev/ata
Peter Wemm b5d0be8951 Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile without
pci support.  This really needs to be fixed properly some day, but judging
by the fact that the nopci case hasn't compiled for quite a while, there
does not seem to be much urgency.

Reviewed by:	sos
2002-07-21 21:37:09 +00:00
..
ata-all.c Fix a '<<' that should have been a '>>' in the 48bit case. 2002-06-08 21:33:42 +00:00
ata-all.h Fix the breakage of tagged queueing that the busdma integration 2002-04-18 19:11:45 +00:00
ata-card.c Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00
ata-disk.c Dont panic if only one disk on a channel can do tagged queueing. 2002-05-23 08:17:16 +00:00
ata-disk.h Make the ATA driver compile & work on the sparc64 platform. 2002-04-05 13:13:56 +00:00
ata-dma.c Add PCI ID for the ICH4 ATA100 controller. 2002-07-19 22:14:54 +00:00
ata-isa.c Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile without 2002-07-21 21:37:09 +00:00
ata-pci.c Add PCI ID for the ICH4 ATA100 controller. 2002-07-19 22:14:54 +00:00
ata-raid.c Add a couble more Promise chip ID's. 2002-04-12 14:10:19 +00:00
ata-raid.h Only calculate Promise magic if a device is there for info. 2002-04-11 08:52:32 +00:00
atapi-all.c Fix the breakage of tagged queueing that the busdma integration 2002-04-18 19:11:45 +00:00
atapi-all.h Make the ATA driver compile & work on the sparc64 platform. 2002-04-05 13:13:56 +00:00
atapi-cd.c Use %02d in track numbers, so that 1 is 01, much easier for scripts 2002-05-28 17:39:17 +00:00
atapi-cd.h Make the ATA driver compile & work on the sparc64 platform. 2002-04-05 13:13:56 +00:00
atapi-fd.c Use si_iosize_max to tell the upper layers not to use more 2002-06-19 12:41:05 +00:00
atapi-fd.h Use si_iosize_max to tell the upper layers not to use more 2002-06-19 12:41:05 +00:00
atapi-tape.c Make the ATA driver compile & work on the sparc64 platform. 2002-04-05 13:13:56 +00:00
atapi-tape.h Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00