summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_da.c
Commit message (Expand)AuthorAgeFilesLines
* KSE Milestone 2julian2001-09-121-3/+3
* Add quirk entry for FujiFilm camera.n_hibma2001-09-021-1/+8
* Add quirks for Kingbyte USB Pen drive.n_hibma2001-09-021-12/+12
* Add quirks for the Olympus Digital Camera.n_hibma2001-08-211-1/+16
* Support for USB floppies based upon SMSC USB FDD controller.n_hibma2001-07-201-0/+10
* Add SYSCTL ints for default normal I/O timeout && retry counts.mjacob2001-07-091-4/+20
* Check the void * argument in the AC_FOUND_DEV case against NULL. Whethermjacob2001-07-041-1/+3
* Exploit recent improvements in the disk minilayer to simplify errorphk2001-05-081-13/+4
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-8/+3
* Fix up unit attention and selection timeout handling in various peripheralken2001-05-011-2/+2
* Last commit was broken.. It always prints '[CTRL-C to abort]'.ps2001-03-281-16/+3
* Change the dump routines to only abort if control-c is pressed.ps2001-03-271-1/+3
* Rewrite of the CAM error recovery code.ken2001-03-271-57/+62
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-2/+0
* Change the peripheral driver list from a linker set to module drivenpeter2001-02-071-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+1
* Get rid of those pesky "driver mistake" messages... destroy the create_d dev_tmjacob2001-01-161-1/+5
* Add the 'No 6 byte commands' quirk for the Yano ATAPI USB bridge.n_hibma2001-01-081-0/+4
* Generalize quirk for Sony Memory Sticks. Any device that starts withimp2000-12-141-1/+5
* 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
* Add a quirk entry for the USB Sony DSC drive.n_hibma2000-10-101-1/+6
* Add quirk entries from Andre Albsmeier to disable the sync cache commandken2000-08-291-4/+21
* Support for the Panasonic / Matshita USB FDD.n_hibma2000-07-311-0/+6
* 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-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* Implement a new camcontrol function, 'camcontrol format'.ken2000-05-211-0/+51
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-4/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-44/+44
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-7/+7
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Add a quirk entry for Y-E Data USB floppy drive.n_hibma2000-03-151-0/+10
* Do the minor changes needed because of change to ccb_getdev structure.mjacob2000-01-171-2/+3
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-081-1/+1
* useracc() the prequel:phk1999-10-291-1/+0
* Introduce the disk mini-layer and devstat_end_transaction_buf() in cam/scsi.phk1999-10-011-116/+46
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-2/+2
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-7/+8
* Move initialization of announce_buf up to makemjacob1999-08-151-2/+3
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-7/+4
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Fix my complete botch. I hope. Tested this timemjacob1999-07-071-5/+5
OpenPOWER on IntegriCloud