freebsd-dev/sys/dev/ata
John-Mark Gurney 378f231e7d add a newbus method for obtaining the bus's bus_dma_tag_t... This is
required by arches like sparc64 (not yet implemented) and sun4v where there
are seperate IOMMU's for each PCI bus...  For all other arches, it will
end up returning NULL, which makes it a no-op...

Convert a few drivers (the ones we've been working w/ on sun4v) to the
new convection...  Eventually all drivers will need to replace the parent
tag of NULL, w/ bus_get_dma_tag(dev), though dev is usually different for
each driver, and will require hand inspection...

Reviewed by:	scottl (earlier version)
2006-09-03 00:27:42 +00:00
..
ata_if.m Get rid of the advertising clause in the copyright. 2006-01-05 21:27:19 +00:00
ata-all.c Remove various bits of conditional Alpha code and fixup a few comments. 2006-05-12 05:04:46 +00:00
ata-all.h Update AHCI support to be more generic. 2006-06-28 09:59:09 +00:00
ata-card.c Get rid of the advertising clause in the copyright. 2006-01-05 21:27:19 +00:00
ata-cbus.c Get rid of the advertising clause in the copyright. 2006-01-05 21:27:19 +00:00
ata-chipset.c Add support for VIA 8237A. 2006-09-02 12:55:42 +00:00
ata-disk.c Most platforms map the actual drive geometry to the firmware's notion 2006-08-09 18:23:47 +00:00
ata-disk.h Get rid of the advertising clause in the copyright. 2006-01-05 21:27:19 +00:00
ata-dma.c add a newbus method for obtaining the bus's bus_dma_tag_t... This is 2006-09-03 00:27:42 +00:00
ata-isa.c Get rid of the advertising clause in the copyright. 2006-01-05 21:27:19 +00:00
ata-lowlevel.c Add preliminary support for the Serverworks HT1000 chip. 2006-07-04 20:36:03 +00:00
ata-pci.c Remove various bits of conditional Alpha code and fixup a few comments. 2006-05-12 05:04:46 +00:00
ata-pci.h Add support for VIA 8237A. 2006-09-02 12:55:42 +00:00
ata-queue.c If we get an error w/o atapi sense information, just print a newline 2006-07-21 19:13:05 +00:00
ata-raid.c Properly initialize and destroy the RAID lock. 2006-08-25 09:33:56 +00:00
ata-raid.h Add r/w support for JMicron ATA RAID metadata. 2006-02-17 13:02:10 +00:00
ata-usb.c Make the ATAPI sense data accessible when using the ioctl interface 2006-03-31 08:09:05 +00:00
atapi-cam.c Make the ATAPI sense data accessible when using the ioctl interface 2006-03-31 08:09:05 +00:00
atapi-cd.c Dont call free on non-alloc'd items. 2006-06-28 15:04:10 +00:00
atapi-cd.h Get rid of the advertising clause in the copyright. 2006-01-05 21:27:19 +00:00
atapi-fd.c In afd_describe(), don't initialize sizestring. On ia64, gcc(1) will 2006-03-30 05:29:57 +00:00
atapi-fd.h Update atapi-fd to support direct devices such as disks. 2006-03-05 20:30:54 +00:00
atapi-tape.c Get rid of the advertising clause in the copyright. 2006-01-05 21:27:19 +00:00
atapi-tape.h Get rid of the advertising clause in the copyright. 2006-01-05 21:27:19 +00:00