aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_xpt.c
Commit message (Expand)AuthorAgeFilesLines
* Disable multi-lun probing on Hitachi DK31* drives.Kenneth D. Merry2000-06-041-0/+12
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-16/+15
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-15/+16
* *sigh* I must have been on something that night. Make xpt_periph anNick Hibma2000-05-071-0/+2
* Add a hack to cam that makes the cam_xpt available to the rest of theNick Hibma2000-04-031-2/+0
* Various typo's.Nick Hibma2000-03-151-1/+1
* Redo the SHORT INQUIRY length stuff to be a bit cleaner.Matt Jacob2000-01-251-32/+27
* A minimal update to the device wiring code so that it looks at thePeter Wemm2000-01-231-38/+32
* Remove garbage collected tags from their usage in the ccb_getdevMatt Jacob2000-01-171-12/+39
* Clean up the xpt_sim creation to mirror how HBA drivers perform this task.Justin T. Gibbs2000-01-141-73/+126
* Make sure we don't look at an edt entry that could go away when we tryMatt Jacob1999-12-201-7/+15
* minor comment updateMatt Jacob1999-12-131-0/+1
* Convert the xpt, pass, pt and target drivers to use the newKenneth D. Merry1999-11-171-1/+1
* Fix Bus Device Resets from userland, and specifically from camcontrol.Kenneth D. Merry1999-10-311-1/+1
* Protect xpt_run_dev_sendq in xpt_release_devq_device with splsoftcam. ThisMatt Jacob1999-10-161-3/+5
* Removal of sys/device.hNick Hibma1999-10-051-1/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-5/+1
* Implement the guts of the XPT_ABORT function code.Justin T. Gibbs1999-08-161-31/+111
* Put in a limit (8) for lun width- do not exceed probing this unless a deviceMatt Jacob1999-08-161-3/+9
* disable tag queing for the MICROP 4421-07 drive. It's an old 2gig drive.John-Mark Gurney1999-07-111-2/+8
* Quirk NOLUNS cabletron device.Matt Jacob1999-06-201-16/+15
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-5/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-22/+21
* Run xpt_action at splsoftcam() so that it cannot be re-entered by our SWI.Justin T. Gibbs1999-05-251-1/+5
* Rely on the statistics in XPT_GDEV_STATS instead of the versions stillJustin T. Gibbs1999-05-231-1/+9
* Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccbJustin T. Gibbs1999-05-221-111/+162
* Make xpt_path_comp work on wildcarded paths again.Justin T. Gibbs1999-05-181-7/+7
* Quirk this drive- all luns show up the same.Matt Jacob1999-05-111-1/+11
* Quirk NOLUNS CALIPER CP150.Matt Jacob1999-05-111-1/+11
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-23/+45
* Release bus entries in the EDT when a path is released.Justin T. Gibbs1999-04-231-4/+14
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.Peter Wemm1999-04-211-3/+1
* cam_periph.c:Justin T. Gibbs1999-04-191-23/+22
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-171-2/+2
* Remove camq_regen(). We already perform modular comparisonsJustin T. Gibbs1999-04-071-22/+20
* Disable tagged queueing for the IBM DCAS drives. These drives have poorKenneth D. Merry1999-03-141-1/+30
* People who wanted the "tagged opening" message can boot -v. The restJordan K. Hubbard1999-03-111-2/+2
* The 4 gig version of the Seagate Medalist Pro seems to have the sameKenneth D. Merry1999-03-071-5/+21
* Protect access to the EDT with splcam() to protect against corruptionJustin T. Gibbs1999-03-051-35/+96
* Add a quirk entry for the Seagate Medalist Pro 6 gig drive. It seems thisKenneth D. Merry1999-02-261-4/+16
* Fix sync rate and transfer rate printouts in xpt_announce_periph().Kenneth D. Merry1999-02-181-6/+18
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-2/+2
* put it back the way it wasMatt Jacob1999-01-201-9/+2
* temporary fix so alpha stays working while configure code is fixedMatt Jacob1999-01-201-2/+9
* By popular demand, back out the CONNER CFP* quirk entry, and return it toKenneth D. Merry1999-01-201-2/+2
* The Samsung WN34324U is broken for tagged queueing.Kenneth D. Merry1999-01-191-2/+13
* Generalize the quirk entry for the Conner CFP* drives. It did just coverKenneth D. Merry1999-01-191-4/+24
* Call the xpt_init() hook during at the start of the configure() processPeter Wemm1999-01-191-5/+7