| Commit message (Expand) | Author | Age | Files | Lines |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -3/+3 |
* | cleanup some of the XPORT_FC code | mjacob | 2001-06-24 | 1 | -24/+18 |
* | Hints overhaul: | peter | 2001-06-12 | 1 | -5/+5 |
* | first blush at some FC path inquiry settings | mjacob | 2001-06-04 | 1 | -0/+20 |
* | Do NOLUNS dance for oddball Exabyte. We *really* need to do this as hints. | mjacob | 2001-06-04 | 1 | -1/+12 |
* | Remove unneeded includes of sys/ipl.h and machine/ipl.h. | jhb | 2001-05-15 | 1 | -2/+0 |
* | Rewrite of the CAM error recovery code. | ken | 2001-03-27 | 1 | -28/+608 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | In xpt_set_transfer_settings(), force async if either the period or the | ken | 2001-03-13 | 1 | -10/+12 |
* | - Catch up to the new swi API changes: | jhb | 2001-02-09 | 1 | -8/+6 |
* | Change the peripheral driver list from a linker set to module driven | peter | 2001-02-07 | 1 | -10/+6 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -6/+6 |
* | Back out rev 1.102. The IBM DNES drives work fine for me, jedgar and other | ken | 2001-01-29 | 1 | -11/+0 |
* | Mark the (ancient) MaxOptix Tahiti 1 drive as a known rogue that would | joerg | 2001-01-23 | 1 | -0/+10 |
* | Add tags quirk for IBM DNES drives. | mjacob | 2001-01-16 | 1 | -0/+11 |
* | Fix async notifications for listners registered to wildcard nodes. For | gibbs | 2000-11-06 | 1 | -55/+77 |
* | Treat engine inquiry the same as path inquiry in xptioctl(). | gibbs | 2000-10-31 | 1 | -5/+3 |
* | Allow async transfer negotiation updates to modify tagging behavior. | gibbs | 2000-10-31 | 1 | -3/+1 |
* | Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec. | scottl | 2000-10-30 | 1 | -1/+7 |
* | Add the use of M_ZERO to some malloc calls. | dwmalone | 2000-10-29 | 1 | -4/+3 |
* | - Overhaul the software interrupt code to use interrupt threads for each | jhb | 2000-10-25 | 1 | -29/+17 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Slight cleanup - this is logically equivalent code but means one less | peter | 2000-10-15 | 1 | -6/+6 |
* | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | jhb | 2000-10-05 | 1 | -1/+1 |
* | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | jhb | 2000-09-13 | 1 | -1/+1 |
* | CAM, the module: scbus, da, cd, and st wrapped in one module. | n_hibma | 2000-08-13 | 1 | -1/+24 |
* | The Yamaha CDR100 doesn't seem to like multi-LUN probing. | ken | 2000-08-08 | 1 | -0/+4 |
* | cam_ccb.h: | gibbs | 2000-07-18 | 1 | -0/+9 |
* | Whoops- forgot to commit this other pearl from Justin- only set or | mjacob | 2000-07-17 | 1 | -8/+12 |
* | Quirk entry for TeraSolutions TRC-22 RAID controller to keep mintags | dg | 2000-07-13 | 1 | -0/+5 |
* | Disable multi-lun probing on Hitachi DK31* drives. | ken | 2000-06-04 | 1 | -0/+12 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -16/+15 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -15/+16 |
* | *sigh* I must have been on something that night. Make xpt_periph an | n_hibma | 2000-05-07 | 1 | -0/+2 |
* | Add a hack to cam that makes the cam_xpt available to the rest of the | n_hibma | 2000-04-03 | 1 | -2/+0 |
* | Various typo's. | n_hibma | 2000-03-15 | 1 | -1/+1 |
* | Redo the SHORT INQUIRY length stuff to be a bit cleaner. | mjacob | 2000-01-25 | 1 | -32/+27 |
* | A minimal update to the device wiring code so that it looks at the | peter | 2000-01-23 | 1 | -38/+32 |
* | Remove garbage collected tags from their usage in the ccb_getdev | mjacob | 2000-01-17 | 1 | -12/+39 |
* | Clean up the xpt_sim creation to mirror how HBA drivers perform this task. | gibbs | 2000-01-14 | 1 | -73/+126 |
* | Make sure we don't look at an edt entry that could go away when we try | mjacob | 1999-12-20 | 1 | -7/+15 |
* | minor comment update | mjacob | 1999-12-13 | 1 | -0/+1 |
* | Convert the xpt, pass, pt and target drivers to use the new | ken | 1999-11-17 | 1 | -1/+1 |
* | Fix Bus Device Resets from userland, and specifically from camcontrol. | ken | 1999-10-31 | 1 | -1/+1 |
* | Protect xpt_run_dev_sendq in xpt_release_devq_device with splsoftcam. This | mjacob | 1999-10-16 | 1 | -3/+5 |
* | Removal of sys/device.h | n_hibma | 1999-10-05 | 1 | -1/+0 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -5/+1 |
* | Implement the guts of the XPT_ABORT function code. | gibbs | 1999-08-16 | 1 | -31/+111 |