summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_sa.c
Commit message (Expand)AuthorAgeFilesLines
* Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.mav2011-04-141-2/+8
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Replace most of priority numbers with defines. No logical changes.mav2009-10-231-2/+2
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+3
* Get rid of the device index number stored in the sa(4) unit number.ed2009-04-201-21/+12
* Don't call destroy_dev(9) with a mutex held. While here, shuffletrasz2009-01-101-4/+3
* Replace all calls to minor() with dev2unit().ed2008-09-271-4/+4
* Work around the other uses of M_WAITOK.scottl2007-06-161-3/+9
* Work around a malloc locking problem.scottl2007-06-161-1/+6
* Add a helper function for registering async callbacks. Besidesscottl2007-05-161-35/+4
* Eliminate the use of M_TEMP.scottl2007-05-141-11/+11
* Avoid problems with make_dev.scottl2007-04-191-0/+2
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-71/+47
* Add an xpt_print function to reduce most of the xpt_print_path/printfmjacob2006-12-051-52/+44
* Incorporate the O_NONBLOCK open semantics of Linux and Solaris. This allowsmjacob2006-01-141-6/+87
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withavatar2005-07-011-2/+3
* Make sure we look at the correct sub op codes whenmjacob2005-04-141-3/+22
* avoid use after freesam2005-03-311-8/+8
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-10/+10
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Fix type in comment, 's/writtent/written/'johan2004-01-181-1/+1
* I forgot whom I got this from- only set single initiator buffered modemjacob2003-09-131-2/+4
* Use __FBSDID().obrien2003-06-101-3/+3
* Check in some months long pending minor debug output changes.mjacob2003-06-021-26/+47
* Remove unused variables.phk2003-06-011-11/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-12/+2
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-151-1/+1
* Allocate the devstat structure with devstat_new_entry().phk2003-03-081-27/+27
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Rename bio_linkage to the more obvious bio_parent.phk2003-02-071-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* The HP DAT 40 tape drive should be able to handle variable block sizes.trhodes2002-12-161-0/+4
* Panic message should end with \n.imp2002-11-141-1/+1
* Remove usage of cam_extend.c, replace with dev->si_drv1njl2002-08-151-24/+16
* Correct spelling of 'supplied'.robert2002-06-191-1/+1
* The code that sees a drive (at mount time) not in buffered mode andmjacob2001-09-141-3/+5
* KSE Milestone 2julian2001-09-121-3/+3
* Take CAM_REQUEUE_REQ out of the class of things we were trying to honormjacob2001-08-301-1/+0
* Clear SA_FLAG_ERR_PENDING for MTREW, MTERASE and MTRETENS ioctl cases.mjacob2001-08-301-85/+112
* backout last commit- inadvertantmjacob2001-07-301-70/+47
* scsi_targetio.hmjacob2001-07-301-47/+70
* Check the void * argument in the AC_FOUND_DEV case against NULL. Whethermjacob2001-07-041-0/+2
* A slightly more complete change to timeouts:mjacob2001-07-021-14/+22
* Reviewed by: Matthew Jacoblars2001-07-021-1/+1
* Sorry, an "ARCHIVE Python 06408" does not need SA_QUIRK_NOCOMP.non2001-06-061-1/+1
* Add a quirk entry for ARCHIVE Python 06408.non2001-06-011-0/+4
OpenPOWER on IntegriCloud