summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* 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-151-1/+0
* Add a quirk entry for the USB Sony DSC drive.n_hibma2000-10-101-1/+6
* 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
* 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
* Don't attempt to actually read SAF-TE temperature objects- nobody seemsmjacob2000-08-081-19/+21
* 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
* Preserve CAM_DIS_DISCONNECT as passed up from SIM (likemjacob2000-07-171-9/+16
* 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
* 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
* 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-266-14/+14
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-236-14/+14
* 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
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-057-7/+7
* Add in include of <machine/clock.h> which defines DELAY.mjacob2000-05-021-0/+1
* Add $FreeBSD$peter2000-05-013-0/+4
* 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
* 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-205-9/+9
* 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-151-1/+1
* Some minor fixing - final for 4.0. Debugging messages toned down a bit.mjacob2000-02-291-21/+15
OpenPOWER on IntegriCloud