| Commit message (Expand) | Author | Age | Files | Lines |
* | Mostly revert r203420, and add similar functionality into ada(4) since the | brucec | 2010-10-24 | 1 | -93/+0 |
* | Decrease poll interval from 1000 to 100us. This significantly reduces | mav | 2010-09-22 | 1 | -3/+3 |
* | Don't lock buses around a call to xptperiphlistmatch- the buses will be | mjacob | 2010-06-29 | 1 | -2/+0 |
* | Implement the usage of Report Luns as part of SCSI probing for SCP3 or | mjacob | 2010-06-08 | 1 | -6/+14 |
* | Protect periph drivers list and rearrange things to minimize the chance of | mjacob | 2010-06-02 | 1 | -2/+7 |
* | Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning a | mjacob | 2010-05-26 | 1 | -10/+33 |
* | Add xpt_schedule_dev_sendq() call, lost at r203108. It is not needed in | mav | 2010-05-02 | 1 | -0/+2 |
* | Revert r198705. | mav | 2010-04-30 | 1 | -28/+1 |
* | For unhandled actions in xpt_action_default, remember to call | mjacob | 2010-03-31 | 1 | -2/+5 |
* | Fix newlines broken at r204220. | mav | 2010-02-26 | 1 | -1/+1 |
* | Make xpt_rescan() more correct, as it was before r197208: do not use | mav | 2010-02-23 | 1 | -1/+2 |
* | Virtualize transport part of periph announcement. | mav | 2010-02-22 | 1 | -148/+7 |
* | Improve output for controllers that doesn't report SATA speed. | mav | 2010-02-22 | 1 | -0/+2 |
* | Disable kern.cam.power_down ATM. It doesn't work fine on some controllers. | mav | 2010-02-03 | 1 | -1/+1 |
* | MFp4: | mav | 2010-02-03 | 1 | -2/+94 |
* | Change the way in which fake async events generated. Do not use | mav | 2010-02-02 | 1 | -60/+24 |
* | Some missed parts for r203376. | mav | 2010-02-02 | 1 | -2/+6 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 1 | -376/+284 |
* | MFp4: | mav | 2009-11-24 | 1 | -4/+21 |
* | MFp4: | mav | 2009-11-14 | 1 | -37/+3 |
* | MFp4: | mav | 2009-11-11 | 1 | -8/+52 |
* | MFp4: | mav | 2009-11-04 | 1 | -19/+12 |
* | The async callback could free the device. If it is a broadcast async, | mav | 2009-11-02 | 1 | -1/+7 |
* | MFp4: | mav | 2009-11-01 | 1 | -21/+24 |
* | MFp4: | mav | 2009-10-31 | 1 | -8/+38 |
* | MFp4: | mav | 2009-10-31 | 1 | -1/+28 |
* | Fix the build. | mav | 2009-10-23 | 1 | -1/+1 |
* | Replace most of priority numbers with defines. No logical changes. | mav | 2009-10-23 | 1 | -10/+10 |
* | After thinking again, implement cam_ccbq_fini(). | mav | 2009-10-22 | 1 | -1/+1 |
* | MFp4: | mav | 2009-10-21 | 1 | -4/+4 |
* | Fix some instances where CAM rescans get hung up or take a long time to | ken | 2009-09-15 | 1 | -4/+9 |
* | MFp4: | mav | 2009-09-06 | 1 | -13/+13 |
* | Remove unneeded CAM_SIM_MPSAFE check. | mav | 2009-09-06 | 1 | -4/+1 |
* | s/bus %d/scbus%d/ in some messages to correct terminology. | mav | 2009-09-06 | 1 | -2/+2 |
* | MFp4: | mav | 2009-09-06 | 1 | -1/+2 |
* | Avoid extra swi_sched() call, if this SIM is already queued. | mav | 2009-09-06 | 1 | -12/+16 |
* | Fix iSCSI initiator and vpo driver operation, broken by CAM changes. | mav | 2009-08-18 | 1 | -0/+2 |
* | Add 8Gb support (isp_2500). Fix a fair number of configuration and | mjacob | 2009-08-01 | 1 | -0/+4 |
* | Separate the parallel scsi knowledge out of the core of the XPT, and | scottl | 2009-07-10 | 1 | -2471/+142 |
* | Revert r190676,190677 | thompsa | 2009-04-10 | 1 | -6/+0 |
* | Add interleaving root hold tokens from the CAM probe to disk_create and geom | thompsa | 2009-04-03 | 1 | -0/+6 |
* | GCC attacks! | scottl | 2009-02-16 | 1 | -1/+2 |
* | Fix parallel SCSI negotiation in the CAM_NEW_TRAN_CODE world order. | scottl | 2009-02-16 | 1 | -4/+3 |
* | Instrument the probe state machine so that things like DV can be tracked. | scottl | 2009-02-16 | 1 | -18/+55 |
* | In the case that the probe has determined that it can't query the device for | scottl | 2009-02-13 | 1 | -4/+3 |
* | Remove an overzealous check. | trasz | 2009-02-08 | 1 | -1/+1 |
* | Protect against NULL pointer dereference. | trasz | 2009-01-23 | 1 | -0/+5 |
* | Guard against NULL pointer dereference. | trasz | 2009-01-23 | 1 | -1/+4 |
* | Fix use after free. | trasz | 2009-01-14 | 1 | -1/+1 |
* | Make "kldunload atapicam" return EBUSY instead of deadlocking when a device | trasz | 2009-01-08 | 1 | -1/+34 |