aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/scsi/scsi_ch.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* MFC r187028:Edward Tomasz Napierala2009-02-281-1/+3
* Add a helper function for registering async callbacks. BesidesScott Long2007-05-161-32/+4
* Eliminate the use of M_TEMP.Scott Long2007-05-141-6/+8
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-31/+38
* Add an xpt_print function to reduce most of the xpt_print_path/printfMatt Jacob2006-12-051-18/+15
* Fix a place where we were referencing a pointer after it had been freed.Kenneth D. Merry2005-03-261-0/+2
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-4/+4
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Use __FBSDID().David E. O'Brien2003-06-101-2/+4
* Use symbolic constants instead of "4".Poul-Henning Kamp2003-05-311-7/+7
* Allocate the devstat structure with devstat_new_entry().Poul-Henning Kamp2003-03-081-14/+14
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Remove usage of cam_extend.c, replace with dev->si_drv1Nate Lawson2002-08-151-25/+6
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Check the void * argument in the AC_FOUND_DEV case against NULL. WhetherMatt Jacob2001-07-041-0/+2
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-28/+27
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Change the peripheral driver list from a linker set to module drivenPeter Wemm2001-02-071-1/+1
* Remove unused #includesPoul-Henning Kamp2000-10-301-2/+0
* Add the use of M_ZERO to some malloc calls.David Malone2000-10-291-2/+1
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Fix two problems in the ch(4) driver.Kenneth D. Merry2000-04-021-2/+13
* Do the minor changes needed because of change to ccb_getdev structure.Matt Jacob2000-01-171-2/+2
* Add make_dev functions. Tested with only one changer (sigh- all my othersMatt Jacob1999-11-211-3/+7
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Remove unneeded disk-related includes.Poul-Henning Kamp1999-09-121-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cast pointers to uintptr_t instead of casting them to u_long. Don'tBruce Evans1999-08-241-4/+5
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-5/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-22/+21
* Add a default async handler funstion to cam_periph.c to remove duplicatedJustin T. Gibbs1999-05-221-9/+2
* Add a facility in the CAM error handling code to retry selection timeouts.Kenneth D. Merry1999-05-091-14/+18
* Add a prioritization field to the devstat_add_entry() call so thatKenneth D. Merry1999-02-101-3/+4
* Staticize.Eivind Eklund1998-12-221-8/+8
* Return ENODEV instead of EINVAL when a particular exchange or moveJustin T. Gibbs1998-12-121-3/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-2/+3
* Fix a few problems that Bruce noticed about a month ago, and fix oup oneKenneth D. Merry1998-11-221-3/+6
* Fix a problem with the way we handled device invalidation when attachingKenneth D. Merry1998-10-221-42/+45
* Clean up some unused variables.Kenneth D. Merry1998-10-151-2/+1
* Fix a printf format warning that shows up when CAMDEBUG is defined.Kenneth D. Merry1998-10-021-2/+2
* Modify the changer driver so it can handle (hopefully!) changers that needKenneth D. Merry1998-10-021-68/+188
* SCSI Peripheral drivers for CAM:Justin T. Gibbs1998-09-151-0/+1584