aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Add back in a prefatory TUR when the tape is *not* mounted. This seemsMatt Jacob1999-12-041-0/+5
* Correct some botched timeout defines. Allocate only 8KB for the test readMatt Jacob1999-12-031-97/+74
* Don't clear the SA_FLAG_TAPE_LOCKED prior to callingMatt Jacob1999-11-211-13/+16
* Add make_dev functions. Tested with only one changer (sigh- all my othersMatt Jacob1999-11-211-3/+7
* Fix a couple of boo-boos in the last delta.Matt Jacob1999-11-171-13/+15
* Fix for 11815 (at mount time do a throwaway read of the front of theMatt Jacob1999-11-171-131/+321
* Get rid of some trailing commas in enumerated types that cause gcc toKenneth D. Merry1999-11-172-6/+6
* Convert the xpt, pass, pt and target drivers to use the newKenneth D. Merry1999-11-174-18/+27
* Fix Bus Device Resets from userland, and specifically from camcontrol.Kenneth D. Merry1999-10-311-1/+1
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thePoul-Henning Kamp1999-10-301-4/+6
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Mark path for deallocation only *after* you've successfully allocated it.Matt Jacob1999-10-271-2/+3
* Put an upper bound on the number of BUSY status retries we'll do (use theMatt Jacob1999-10-161-8/+11
* Protect xpt_run_dev_sendq in xpt_release_devq_device with splsoftcam. ThisMatt Jacob1999-10-161-3/+5
* Removal of sys/device.hNick Hibma1999-10-051-1/+0
* Another 1FM@EOD quirk (from mike@sentex.net for a Seagate STT20000),Matt Jacob1999-10-021-11/+9
* Introduce the disk mini-layer and devstat_end_transaction_buf() in cam/scsi.Poul-Henning Kamp1999-10-015-220/+85
* Ooops- forgot to commit this.Matt Jacob1999-09-281-1/+5
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-258-40/+0
* Remove unneeded disk-related includes.Poul-Henning Kamp1999-09-122-5/+0
* Don't register a block major for tapes.Poul-Henning Kamp1999-09-081-2/+1
* We don't need to pass the diskname argument all over the diskslice/labelPoul-Henning Kamp1999-08-282-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2832-32/+32
* Cast pointers to uintptr_t instead of casting them to u_long. Don'tBruce Evans1999-08-241-4/+5
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-233-11/+4
* Use devtoname() to print dev_t's instead of casting them to long or u_longBruce Evans1999-08-231-2/+2
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-7/+8
* Fix short timeout problems with the pt(4) driver:Kenneth D. Merry1999-08-201-3/+66
* Welcome devtoname(), to most likely be used when printing informationBill Fumerola1999-08-171-2/+2
* Bump CAM version number.Justin T. Gibbs1999-08-161-2/+2
* Checkpoint work on handling error conditions.Justin T. Gibbs1999-08-162-73/+514
* xpt_release_devq now takes a count.Justin T. Gibbs1999-08-161-2/+3
* Implement the guts of the XPT_ABORT function code.Justin T. Gibbs1999-08-161-31/+111
* Add another flag for debugging just peripheral drivers. The whole debuggingJustin T. Gibbs1999-08-161-6/+13
* Add another command characteristic flag for commands that are queuedJustin T. Gibbs1999-08-161-11/+15
* Put in a limit (8) for lun width- do not exceed probing this unless a deviceMatt Jacob1999-08-161-3/+9
* Fix a long standing bug in the camq teardown code.Justin T. Gibbs1999-08-161-3/+3
* Move initialization of announce_buf up to makeMatt Jacob1999-08-151-2/+3
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-142-23/+7
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-091-2/+2
* disable tag queing for the MICROP 4421-07 drive. It's an old 2gig drive.John-Mark Gurney1999-07-111-2/+8
* Fix my complete botch. I hope. Tested this timeMatt Jacob1999-07-071-5/+5
* suggestions from bde to clean up last checkin slightyMatt Jacob1999-07-061-4/+4
* Make the change similar to that suggested by Nick Hibma to avoid divide byMatt Jacob1999-07-031-3/+4
* A minor tweak to shut up gcc (on the Alpha) for two (false) warnings.Peter Wemm1999-07-031-2/+5
* int/long printf format problems on the Alpha.Peter Wemm1999-07-011-4/+4
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-3/+3
* Quirk Tandberg 4100 like Tandberg 4200.Matt Jacob1999-06-241-1/+5
* Quirk NOLUNS cabletron device.Matt Jacob1999-06-201-16/+15
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-318-30/+16