aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Remove PAO3 dependent part where I missed to remove at last commit.Noriaki Mitsunaga2001-12-101-4/+0
* Add a NO_6_BYTE quirk for the D-series olympus digital cameras.Ian Dowse2001-12-091-0/+7
* Back out 1.88 (NO_SYNC_CACHE quirk for Infortrend IFT-3102). SinceIan Dowse2001-11-261-8/+0
* Be very generous with timeouts for synchronize cache. We may wait a very longMatt Jacob2001-11-171-1/+1
* The Infortrend IFT-3102 multihost U2 SCSI to U2 SCSI controllerIan Dowse2001-11-171-0/+8
* Add quirk for Fujitsu M2513A MO drives. These drives hang at variousIan Dowse2001-11-171-0/+15
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.Paul Saab2001-11-131-1/+1
* Add quirk for Minolta 2330 Zoom digital camera.Kelly Yancey2001-11-071-0/+7
* Add quirk for Nikon Coolpix 995.Kelly Yancey2001-11-071-1/+8
* Fix bug in scsi_read_write() where it might use 6-byte commands whenKelly Yancey2001-11-061-5/+4
* Add quirk entry for Olympus E-100RS digital camera. This and the existingKelly Yancey2001-11-051-0/+10
* Remove PAO3 dependent part.Noriaki Mitsunaga2001-11-031-8/+1
* Add a quirk entry so that the Maxtor 3000LE USB drive will work.Scott Long2001-10-151-0/+7
* o Modify access control code for the CAM SCSI pass-through device toRobert Watson2001-09-261-2/+4
* s/securelvel/securelevel/Robert Watson2001-09-251-1/+1
* Add a quirk entry for the Sony CLIE memory stick device. This will becomeScott Long2001-09-191-0/+8
* The code that sees a drive (at mount time) not in buffered mode andMatt Jacob2001-09-141-3/+5
* KSE Milestone 2Julian Elischer2001-09-128-27/+27
* Attach to a CD device even when the SCSI status is 'busy'.Kenneth D. Merry2001-09-031-0/+10
* Add quirk entry for FujiFilm camera.Nick Hibma2001-09-021-1/+8
* Add quirks for Kingbyte USB Pen drive.Nick Hibma2001-09-021-12/+12
* Take CAM_REQUEUE_REQ out of the class of things we were trying to honorMatt Jacob2001-08-301-1/+0
* Clear SA_FLAG_ERR_PENDING for MTREW, MTERASE and MTRETENS ioctl cases.Matt Jacob2001-08-301-85/+112
* Add interfaces for SCSI LOG SELECT and LOG SENSE commands.Kelly Yancey2001-08-272-0/+153
* Add quirks for the Olympus Digital Camera.Nick Hibma2001-08-211-1/+16
* Eliminate the hot-spare 'r' in Arrray.Poul-Henning Kamp2001-08-101-1/+1
* (Forced commit- last one missed the comments)Matt Jacob2001-07-301-2/+2
* (Forced commit- last commit was inadvertant in that it missed the comments)Matt Jacob2001-07-301-0/+1
* backout last commit- inadvertantMatt Jacob2001-07-301-70/+47
* scsi_targetio.hMatt Jacob2001-07-303-103/+198
* Propagate CAM_DIS_DISCONNECT on through:Matt Jacob2001-07-301-5/+54
* Support for USB floppies based upon SMSC USB FDD controller.Nick Hibma2001-07-201-0/+10
* Catch up with NetBSD/pc98.Noriaki Mitsunaga2001-07-144-1606/+4214
* Call disk_destroy in cdcleanup() as appropriate.Dima Dorfman2001-07-111-0/+3
* Add SYSCTL ints for default normal I/O timeout && retry counts.Matt Jacob2001-07-091-4/+20
* Check the void * argument in the AC_FOUND_DEV case against NULL. WhetherMatt Jacob2001-07-047-1/+16
* A slightly more complete change to timeouts:Matt Jacob2001-07-021-14/+22
* Reviewed by: Matthew JacobLars Fredriksen2001-07-021-1/+1
* Fix warnings:Peter Wemm2001-06-151-4/+4
* Sorry, an "ARCHIVE Python 06408" does not need SA_QUIRK_NOCOMP.Noriaki Mitsunaga2001-06-061-1/+1
* Add a quirk entry for ARCHIVE Python 06408.Noriaki Mitsunaga2001-06-011-0/+4
* Print out the asc/ascq and description even when both the asc and ascqKenneth D. Merry2001-05-271-4/+2
* Exploit recent improvements in the disk minilayer to simplify errorPoul-Henning Kamp2001-05-085-75/+39
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-064-32/+12
* Add q quirk for the old SONY SMO drive i've been sitting upon in myJoerg Wunsch2001-05-051-0/+16
* Fix up unit attention and selection timeout handling in various peripheralKenneth D. Merry2001-05-013-14/+8
* Add sense key table entries for DATA PROTECT and BLANK CHECK. This willKenneth D. Merry2001-04-301-0/+2
* Fix an errant search and replace that broke SCSI start unit commands.Kenneth D. Merry2001-04-301-1/+1
* Fix the `tape drive spinning indefinately upon mt stat' problem.Joerg Wunsch2001-04-221-2/+15
* Last commit was broken.. It always prints '[CTRL-C to abort]'.Paul Saab2001-03-281-16/+3