summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_pt.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r293350:kib2016-01-281-10/+17
* MFC r287289: Attach pass driver to LUNs is OFFLINE state.mav2015-09-281-1/+2
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-15/+2
* MFC r256552:mav2013-10-241-3/+0
* Fxi a bunch of typos.eadler2013-05-101-2/+2
* Remove two more 'periph == NULL' checks missed in r241404.mav2012-10-231-5/+0
* Tune and add some missing CAM_DEBUG() points for better consistency.mav2012-06-051-1/+6
* Work around a race condition in devfs by changing the way closesken2012-05-271-2/+2
* Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.mav2011-04-141-2/+9
* 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
* Don't call destroy_dev(9) with a mutex held. While here, shuffletrasz2009-01-101-3/+3
* Add a helper function for registering async callbacks. Besidesscottl2007-05-161-32/+5
* 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-76/+19
* Add an xpt_print function to reduce most of the xpt_print_path/printfmjacob2006-12-051-6/+4
* 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-2/+0
* Use __FBSDID().obrien2003-06-101-2/+3
* Add /* FALLTHROUGH */phk2003-05-311-1/+1
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-14/+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-5/+5
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* Remove usage of cam_extend.c, replace with dev->si_drv1njl2002-08-151-26/+6
* KSE Milestone 2julian2001-09-121-3/+3
* Check the void * argument in the AC_FOUND_DEV case against NULL. Whethermjacob2001-07-041-0/+2
* Exploit recent improvements in the disk minilayer to simplify errorphk2001-05-081-12/+5
* 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-1/+1
* Rewrite of the CAM error recovery code.ken2001-03-271-3/+2
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Change the peripheral driver list from a linker set to module drivenpeter2001-02-071-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* 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-41/+41
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-6/+6
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Do the minor changes needed because of change to ccb_getdev structure.mjacob2000-01-171-2/+2
* Convert the xpt, pass, pt and target drivers to use the newken1999-11-171-11/+6
* Introduce the disk mini-layer and devstat_end_transaction_buf() in cam/scsi.phk1999-10-011-6/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix short timeout problems with the pt(4) driver:ken1999-08-201-3/+66
* Welcome devtoname(), to most likely be used when printing informationbillf1999-08-171-2/+2
* Simplify cdevsw registration.phk1999-05-311-5/+2
OpenPOWER on IntegriCloud