summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-131-1/+1
* Change the "Duplicate Wired Device entry" printout in camperiphnextunit token2000-08-291-7/+13
* Add quirk entries from Andre Albsmeier to disable the sync cache commandken2000-08-292-12/+21
* Quick fix. <sys/conf.h> now depends on <sys/time.h>, which is not presentpeter2000-08-241-0/+2
* CAM, the module: scbus, da, cd, and st wrapped in one module.n_hibma2000-08-131-1/+24
* Don't attempt to actually read SAF-TE temperature objects- nobody seemsmjacob2000-08-081-19/+21
* The Yamaha CDR100 doesn't seem to like multi-LUN probing.ken2000-08-081-0/+4
* This is an overhaul of the mode page handling in camcontrol as well askbyanc2000-08-081-1/+7
* Support for the Panasonic / Matshita USB FDD.n_hibma2000-07-311-0/+6
* scsi_all.c:gibbs2000-07-182-12/+34
* cam_ccb.h:gibbs2000-07-182-0/+13
* Preserve CAM_DIS_DISCONNECT as passed up from SIM (likemjacob2000-07-171-9/+16
* Whoops- forgot to commit this other pearl from Justin- only set ormjacob2000-07-171-8/+12
* Don't, when doing cam_fill_ctio, add a SIMPLE Q tag unlessmjacob2000-07-142-3/+5
* Pick up some changes from Justin (add tagged queing support, remembermjacob2000-07-141-15/+96
* Add a TARGIODEBUG ioctl to allow for CAM_DEBUG_PERIPH tracing onmjacob2000-07-141-0/+5
* Properly initialize softc. Do some minor SCSI_CDB6_LEN changes.mjacob2000-07-141-4/+4
* Add SCSI_CDB6_LEN macro (where 0 ==> 256).mjacob2000-07-141-0/+3
* Quirk entry for TeraSolutions TRC-22 RAID controller to keep mintagsdg2000-07-131-0/+5
* Use %p to print a pointer.mjacob2000-07-081-1/+1
* Fix breakage where we never were attaching SES devices because inq_lenmjacob2000-06-181-0/+3
* Disable multi-lun probing on Hitachi DK31* drives.ken2000-06-041-0/+12
* Brucify the pmap_enter_temporary() changes.dfr2000-05-291-5/+3
* Add a new pmap entry point, pmap_enter_temporary() to be used duringdfr2000-05-281-3/+6
* Back out the previous change to the queue(3) interface.jake2000-05-2610-41/+40
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-2310-40/+41
* Apply a `fixup' to the blocksize gathered from the device after a READjoerg2000-05-221-0/+10
* Implement a new camcontrol function, 'camcontrol format'.ken2000-05-212-0/+114
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-4/+2
* Add support for the DVD ioctl interface.ken2000-05-122-1/+1083
* Some prettifying for the quirk comments.mjacob2000-05-091-5/+16
* *sigh* I must have been on something that night. Make xpt_periph ann_hibma2000-05-072-1/+3
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-058-7/+8
* Add in include of <machine/clock.h> which defines DELAY.mjacob2000-05-021-0/+1
* Add $FreeBSD$peter2000-05-013-0/+4
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-182-2/+0
* Don't include <sys/buf.h> twice.phk2000-04-182-2/+0
* Overlooked a s/b_act/bio_queue/ substitution due to targ not being in LINT.phk2000-04-161-2/+2
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-156-281/+281
* Add a hack to cam that makes the cam_xpt available to the rest of then_hibma2000-04-032-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-026-35/+35
* Fix two problems in the ch(4) driver.ken2000-04-021-2/+13
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-206-16/+15
* o clear the ccb_flags field before sending an accept target I/O ccb togibbs2000-03-181-6/+9
* Per Justin's request- remove his name from Copyright.mjacob2000-03-181-6/+1
* Add a quirk entry for Y-E Data USB floppy drive.n_hibma2000-03-151-0/+10
* Various typo's.n_hibma2000-03-155-6/+7
* Some minor fixing - final for 4.0. Debugging messages toned down a bit.mjacob2000-02-291-21/+15
* Fix 'camcontrol inquiry'. The inquiry data structure changes (increased token2000-02-202-1/+13
OpenPOWER on IntegriCloud