summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_ch.c
Commit message (Expand)AuthorAgeFilesLines
* Add make_dev functions. Tested with only one changer (sigh- all my othersmjacob1999-11-211-3/+7
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Remove unneeded disk-related includes.phk1999-09-121-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Cast pointers to uintptr_t instead of casting them to u_long. Don'tbde1999-08-241-4/+5
* Simplify cdevsw registration.phk1999-05-311-5/+2
* This commit should be a extensive NO-OP:phk1999-05-301-22/+21
* Add a default async handler funstion to cam_periph.c to remove duplicatedgibbs1999-05-221-9/+2
* Add a facility in the CAM error handling code to retry selection timeouts.ken1999-05-091-14/+18
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-3/+4
* Staticize.eivind1998-12-221-8/+8
* Return ENODEV instead of EINVAL when a particular exchange or movegibbs1998-12-121-3/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+3
* Fix a few problems that Bruce noticed about a month ago, and fix oup oneken1998-11-221-3/+6
* Fix a problem with the way we handled device invalidation when attachingken1998-10-221-42/+45
* Clean up some unused variables.ken1998-10-151-2/+1
* Fix a printf format warning that shows up when CAMDEBUG is defined.ken1998-10-021-2/+2
* Modify the changer driver so it can handle (hopefully!) changers that needken1998-10-021-68/+188
* SCSI Peripheral drivers for CAM:gibbs1998-09-151-0/+1584
OpenPOWER on IntegriCloud