freebsd-nq/sys/dev/ata
Matt Jacob fa9ed86506 The first of 3 major steps to move the CAM layer forward to using
the CAM_NEW_TRAN_CODE that has been in the tree for some years now.

This first step consists solely of adding to or correcting
CAM_NEW_TRAN_CODE pieces in the kernel source tree such
that a both a GENERIC (at least on i386) and a LINT build
with CAM_NEW_TRAN_CODE as an option will compile correctly
and run (at least with some the h/w I have).

After a short settle time, the other pieces (making
CAM_NEW_TRAN_CODE the default and updating libcam
and camcontrol) will be brought in.

This will be an incompatible change in that the size of structures
related to XPT_PATH_INQ and XPT_{GET,SET}_TRAN_SETTINGS change
in both size and content. However, basic system operation and
basic system utilities work well enough with this change.

Reviewed by:	freebsd-scsi and specific stakeholders
2006-10-31 05:53:29 +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 CF devices are ATA not ATAPI. 2006-09-11 18:33:59 +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 missing PCI ID for the acer m5288 2006-10-08 09:58:00 +00:00
ata-disk.c If current_heads or current_sectors in the disk cap page are zero, dont try to use the current_ geometry. 2006-09-14 19:12:29 +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 a few more Serverworks and lookalikes chips. 2006-09-11 19:48:30 +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 Format mask lacks one bit. 2006-09-12 20:37:22 +00:00
ata-usb.c Update to fit latest USB cleanup crusade. 2006-09-11 19:47:53 +00:00
atapi-cam.c The first of 3 major steps to move the CAM layer forward to using 2006-10-31 05:53:29 +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