summaryrefslogtreecommitdiffstats
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
* Close kern/614 - wait up to an hour for a tape operation like "fsf" (slow dri...pst1996-02-081-2/+2
* Add a quirk record for the Tandberg 42XX series. Not only that thesejoerg1996-02-033-7/+19
* Simplify READTOCENTRYS by removing fake leadout code,ache1996-02-021-37/+5
* Add the HP4020i CD-R as a known device.joerg1996-02-022-5/+257
* Add the Emulex MD21 ESDI-to-SCSI bridge as a known device (with more thanjoerg1996-02-021-1/+5
* I forget the fact that cd_read_toc reads toc header in any caseache1996-02-021-3/+3
* Remove statement that does nothing now, forget in my prev. commitache1996-02-011-2/+1
* Oops, pick wrong volume size for leadout entryache1996-02-011-3/+3
* Add an entry for my HP Model 4020i CDR drive.jkh1996-01-311-1/+5
* Don't convert LBA to host order, they must stay in network orderache1996-01-301-6/+1
* OOPS, forget to adjust starting track to not physically readache1996-01-301-8/+9
* Use ntohs/ntohl when reading TOC instead of hardcoded byte swapping.ache1996-01-301-9/+37
* READTOCENTRYS: make fake leadout entryache1996-01-301-3/+26
* READTOCENTRYS: handle 0 and lead out requests, add argument checkingache1996-01-301-11/+34
* Remove redundant declaration for worminit(). Dunno why my config(8)joerg1996-01-291-2/+1
* Prevent media eject on first open and re-enable ejection on last close.gibbs1996-01-291-3/+6
* Make worm.c compile with -Wall -Werror again.joerg1996-01-281-7/+7
* Submitted by: rich (which one?)julian1996-01-281-1/+5
* Back out the previous change. It's not correct for -current.jkh1996-01-281-8/+0
* Add an entry for the "MBR-7", whatever that is.jkh1996-01-281-1/+9
* Minor but fatal spelling error when merging my code into -current.joerg1996-01-281-3/+5
* The Great Merge.joerg1996-01-272-43/+643
* First attempt at creating devfs entries for sliced devices. Doesn'tbde1996-01-272-17/+21
* Fold in my latest changes to the worm driver.joerg1996-01-201-6/+17
* Make the "uk" device usable again. The open() always failed due to an intern...joerg1996-01-203-5/+8
* Bump the timeout in st_load() from 5 to 15 minutes. My Tandbergjoerg1996-01-141-2/+2
* Implement the MTRETENS command.joerg1996-01-081-1/+5
* Add an adapter_softc field to the scsi_link struct.gibbs1996-01-071-1/+2
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-059-9/+28
* Introduce a wormunit() so the control device will work.joerg1996-01-021-2/+7
* Use a medium_type field of 0 (Default), instead of the value that wasjoerg1995-12-301-3/+9
* Add NEC CDR 210 to list of devices with broken LUN supportpst1995-12-271-1/+9
* Add an entry for the NEC CDROM:55 drive to stop it answering all 7 LUNS.peter1995-12-261-1/+11
* Bruce's fix for when dk_ndrive >= DK_NDRIVE. Fixes CDROM changerdufault1995-12-201-2/+2
* Staticize.phk1995-12-172-6/+8
* Moved prototypes to better places.bde1995-12-143-31/+28
* Added prototypes.bde1995-12-142-1/+4
* Declared functions as static in their definitions as well as in theirbde1995-12-142-20/+17
* The change of [cb]devsw was missed here.bde1995-12-141-3/+3
* Another mega commit to staticize things.phk1995-12-1411-125/+111
* Check before dereferencing a possible null pointer (cdevsw[i]->d_open)peter1995-12-131-2/+2
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-131-2/+2
* Undo a change that should not have been committed with the 1Tb enhancements.dyson1995-12-111-2/+1
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-1/+6
* Replaced nxmmap by nommap (if the mmap function gets called, then thebde1995-12-102-4/+4
* Replaced odsize by generic nopsize.bde1995-12-101-35/+28
* Replaced cdsize by generic nopsize.bde1995-12-101-27/+20
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-103-6/+6
* Removed unused functions sudump() and supsize().bde1995-12-101-26/+5
* Make NEW_SCSICONF the default way of doing thingsjulian1995-12-105-423/+21
OpenPOWER on IntegriCloud