summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
...
* Remember to unlock the peripheral prior to notifying the user. Make somemjacob2009-09-191-15/+70
* Use C99 initialization for struct filterops.rwatson2009-09-121-2/+5
* Free the correct buffer in an error case.scottl2009-09-081-1/+1
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+1
* Add necessary include.phk2009-09-081-1/+1
* Make serial numbers of daX disks visible by GEOM.pjd2009-09-041-0/+2
* - Add quirk for Sony DSC digital cameras. This umass devices failstas2009-08-261-0/+8
* Change xpt_scan_bus to scsi_scan_bus and xpt_scan_lun to scsi_scan_lunemaste2009-07-141-10/+10
* Fix leaks in probestart, probedone, and scsi_scan_bus. Also freeemaste2009-07-141-3/+8
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-1010-2/+2413
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-251-1/+1
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-101-1/+1
* Remove dead code.trasz2009-05-121-2/+0
* Add missing 'break' statements.trasz2009-05-121-0/+2
* Get rid of the device index number stored in the sa(4) unit number.ed2009-04-201-21/+12
* Remove unused SESUNIT() macro from ses(4).ed2009-04-181-2/+0
* Reorder dacleanup() and cdcleanup() slightly so that the sysctl context isjhb2009-02-112-8/+9
* Adding dynamic sysctls no longer requires Giant.jhb2009-02-102-7/+0
* There is no need to initialize the variable here.bz2009-01-311-2/+0
* Don't leak memory when alloc fails.trasz2009-01-231-3/+3
* Add missing 'break' statement.trasz2009-01-141-0/+1
* Remove unused variable.trasz2009-01-141-2/+0
* Add missing 'break' statement.trasz2009-01-141-0/+1
* Don't call destroy_dev(9) with a mutex held. While here, shuffletrasz2009-01-106-18/+20
* Make it possible to override the number of retries for the CD media.imp2009-01-081-1/+8
* Add quirk for the Storcase InfoStation 12bayremko2008-12-231-0/+8
* Fix refcount locking in cd, pass, and sg periphs.scottl2008-12-213-11/+13
* Periph driver fixes, second try.trasz2008-12-191-1/+1
* Revert r186186 for now; it breaks stuff.trasz2008-12-171-1/+3
* Fix locking in periph drivers - don't try to unlock periphtrasz2008-12-161-3/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-9/+9
* Replace all calls to minor() with dev2unit().ed2008-09-273-6/+6
* Remove unit2minor() use from kernel code.ed2008-09-264-6/+6
* Fix a locking mistake in daopen(). If the open fails, which can happenscottl2008-08-291-6/+7
* SCSI_DELAY is specified in milliseconds, not seconds.ken2008-08-161-1/+1
* Update SCSI opcodes and ASCs from t10.org.jkim2008-08-072-1227/+2398
* Add quirk for the Samsung YP-U3remko2008-07-091-0/+8
* Locking in the ses_ioctl handler doesn't have to be so strict becausescottl2008-03-171-21/+25
* Fix a couple of locking mistakes in the ses_ioctl path.scottl2008-02-201-3/+3
* o Correct EasyMP3 EM732X usb 2.0 flash mp3 player revision:maxim2008-01-121-1/+1
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* Add quirks for Netac Onlydisk 2000 USB disk.davidxu2007-12-111-0/+4
* Fix a change in the previous commit that was actually a type-o.scottl2007-11-151-1/+1
* Add a bunch of definitions and structures to support newer drivers.scottl2007-10-121-1/+110
* Do not forget to cam_periph_unhold the peripheral before exitingkan2007-07-211-2/+5
* After talking with njl@, change this wildcard entry to be a bit less wild.imp2007-07-011-1/+1
* Quirk for ChipsBnk usb stickimp2007-06-301-0/+8
* Add quirk for JoyFly 128mb USB Flash Driveimp2007-06-301-0/+8
* quirk for I/O Magic USB flash drive "Giga Bank"imp2007-06-301-0/+8
* Samsung MP0402H quirkimp2007-06-301-0/+8
OpenPOWER on IntegriCloud