summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_ses.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-2/+2
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+3
* Remove unused SESUNIT() macro from ses(4).ed2009-04-181-2/+0
* Don't call destroy_dev(9) with a mutex held. While here, shuffletrasz2009-01-101-2/+3
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* 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
* Add a helper function for registering async callbacks. Besidesscottl2007-05-161-30/+3
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-17/+36
* Add an xpt_print function to reduce most of the xpt_print_path/printfmjacob2006-12-051-4/+2
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withavatar2005-07-011-5/+7
* Don't pass unadulterated unit numbers to make_dev and its ilk- if youmjacob2005-01-221-1/+1
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-4/+1
* Use __FBSDID().obrien2003-06-101-2/+4
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-2/+2
* Be consistent about "static" functions: if the function is markedphk2002-09-281-7/+7
* Remove usage of cam_extend.c, replace with dev->si_drv1njl2002-08-151-19/+5
* KSE Milestone 2julian2001-09-121-3/+3
* Check the void * argument in the AC_FOUND_DEV case against NULL. Whethermjacob2001-07-041-0/+3
* Rewrite of the CAM error recovery code.ken2001-03-271-2/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Fix inquiry length detection for the ses(4) driver. It was using theken2001-03-161-4/+4
* Change the peripheral driver list from a linker set to module drivenpeter2001-02-071-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove unneeded includemjacob2000-09-211-2/+0
* Don't attempt to actually read SAF-TE temperature objects- nobody seemsmjacob2000-08-081-19/+21
* Fix breakage where we never were attaching SES devices because inq_lenmjacob2000-06-181-0/+3
* Add in include of <machine/clock.h> which defines DELAY.mjacob2000-05-021-0/+1
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Some minor fixing - final for 4.0. Debugging messages toned down a bit.mjacob2000-02-291-21/+15
* Clean up some of the SAF-TE matching code. Addmjacob2000-01-211-10/+16
* Do not propagate the ENCI_SVALID bit for overall enclosure statusmjacob2000-01-171-5/+4
* Add in SAF-TE handling code and do some minor consistency cleanups.mjacob2000-01-171-10/+1017
* buglet fixmjacob2000-01-151-1/+1
* Do a wad of cleanup and put into place at least *one* functionalmjacob2000-01-151-85/+1077
* Remove inclusion of dkbad.h- seems like a bug, but I had a stalemjacob2000-01-151-1/+0
* add functional but stub SES/SAF-TE drivermjacob2000-01-151-0/+557
OpenPOWER on IntegriCloud