aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_ccb.h
Commit message (Expand)AuthorAgeFilesLines
* cam_ccb.h:Justin T. Gibbs2000-07-181-0/+4
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* Various typo's.Nick Hibma2000-03-151-1/+1
* Because we added 4 bytes to the inquiry data size, we need toMatt Jacob2000-01-251-1/+1
* Shift bits for CAM flags so that the top bit isn't set in an enumMatt Jacob2000-01-171-28/+13
* Widen width of tag && initiator ids to u_intMatt Jacob2000-01-031-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Get rid of some trailing commas in enumerated types that cause gcc toKenneth D. Merry1999-11-171-5/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Bump CAM version number.Justin T. Gibbs1999-08-161-2/+2
* Add another command characteristic flag for commands that are queuedJustin T. Gibbs1999-08-161-11/+15
* Rely on the statistics in XPT_GDEV_STATS instead of the versions stillJustin T. Gibbs1999-05-231-2/+7
* Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccbJustin T. Gibbs1999-05-221-1/+32
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-39/+81
* Add constants and macros for dealing with XPT opcode group types.Justin T. Gibbs1999-03-051-1/+9
* Expand the hba_misc fied in the Path Inquiry ccb to allow a controller driverJustin T. Gibbs1998-12-101-2/+3
* Add a mechanism to send a non-tagged transaction even if a device isJustin T. Gibbs1998-10-151-1/+7
* CAM Transport Layer (XPT).Justin T. Gibbs1998-09-151-0/+779