summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-272-2/+0
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-29/+17
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-235-0/+3490
* Add the quirk entry for the Sony Memory Stick Adapter.n_hibma2000-10-201-1/+14
* Quiet a silly warning.jhb2000-10-191-1/+1
* Implement write combining for crashdumps. This is useful whenps2000-10-171-10/+17
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* Slight cleanup - this is logically equivalent code but means one lesspeter2000-10-151-6/+6
* Add a quirk entry for the USB Sony DSC drive.n_hibma2000-10-101-1/+6
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-1/+1
* Grab the ccb *after* writing filemarks.mjacob2000-10-051-1/+1
* Don't do destroy_dev on devices which were just aliases.mjacob2000-10-051-6/+0
* Remove duplicate FreeBSD RCSID.gibbs2000-09-221-2/+0
* Remove unneeded includemjacob2000-09-211-2/+0
* With the help of 'Eric Christeson <echriste@ssesco.com>', determinedmjacob2000-09-141-1/+1
* Follow the hints from PHK's new messages- only make_dev for a devicemjacob2000-09-141-12/+12
* - 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
OpenPOWER on IntegriCloud