aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
* Fixed some missing int32 -> int32_tDavid Greenman1996-03-102-4/+4
* u_int8 -> u_int8_tJordan K. Hubbard1996-03-101-6/+6
* Cleanse the SCSI subsystem of its internally defined typesJustin T. Gibbs1996-03-1014-354/+348
* Fix broken SCSI_DELAY option.. (missing #include "opt_scsi.h")Peter Wemm1996-03-091-1/+3
* Add more options into the conf/options and i386/conf/options.i386 filesPeter Wemm1996-03-022-2/+4
* More b_flags fixes.John Dyson1996-03-021-2/+2
* cosmetic fixes plus bring the cdevsw and bdevsw entriesJulian Elischer1996-02-191-10/+12
* allow the default tape unit to try figure out what it is rather thanJulian Elischer1996-02-191-2/+6
* Add: CDU-8003A aka Apple CDROM-300Stefan Eßer1996-02-171-1/+8
* Physically ask for leadout entry instead of asking ofAndrey A. Chernov1996-02-131-22/+39
* Recognize NRC MBR-7.4 tooAndrey A. Chernov1996-02-121-2/+2
* Close kern/614 - wait up to an hour for a tape operation like "fsf" (slow dri...Paul Traina1996-02-081-2/+2
* Add a quirk record for the Tandberg 42XX series. Not only that theseJoerg Wunsch1996-02-033-7/+19
* Simplify READTOCENTRYS by removing fake leadout code,Andrey A. Chernov1996-02-021-37/+5
* Add the HP4020i CD-R as a known device.Joerg Wunsch1996-02-022-5/+257
* Add the Emulex MD21 ESDI-to-SCSI bridge as a known device (with more thanJoerg Wunsch1996-02-021-1/+5
* I forget the fact that cd_read_toc reads toc header in any caseAndrey A. Chernov1996-02-021-3/+3
* Remove statement that does nothing now, forget in my prev. commitAndrey A. Chernov1996-02-011-2/+1
* Oops, pick wrong volume size for leadout entryAndrey A. Chernov1996-02-011-3/+3
* Add an entry for my HP Model 4020i CDR drive.Jordan K. Hubbard1996-01-311-1/+5
* Don't convert LBA to host order, they must stay in network orderAndrey A. Chernov1996-01-301-6/+1
* OOPS, forget to adjust starting track to not physically readAndrey A. Chernov1996-01-301-8/+9
* Use ntohs/ntohl when reading TOC instead of hardcoded byte swapping.Andrey A. Chernov1996-01-301-9/+37
* READTOCENTRYS: make fake leadout entryAndrey A. Chernov1996-01-301-3/+26
* READTOCENTRYS: handle 0 and lead out requests, add argument checkingAndrey A. Chernov1996-01-301-11/+34
* Remove redundant declaration for worminit(). Dunno why my config(8)Joerg Wunsch1996-01-291-2/+1
* Prevent media eject on first open and re-enable ejection on last close.Justin T. Gibbs1996-01-291-3/+6
* Make worm.c compile with -Wall -Werror again.Joerg Wunsch1996-01-281-7/+7
* Submitted by: rich (which one?)Julian Elischer1996-01-281-1/+5
* Back out the previous change. It's not correct for -current.Jordan K. Hubbard1996-01-281-8/+0
* Add an entry for the "MBR-7", whatever that is.Jordan K. Hubbard1996-01-281-1/+9
* Minor but fatal spelling error when merging my code into -current.Joerg Wunsch1996-01-281-3/+5
* The Great Merge.Joerg Wunsch1996-01-272-43/+643
* First attempt at creating devfs entries for sliced devices. Doesn'tBruce Evans1996-01-272-17/+21
* Fold in my latest changes to the worm driver.Joerg Wunsch1996-01-201-6/+17
* Make the "uk" device usable again. The open() always failed due to an intern...Joerg Wunsch1996-01-203-5/+8
* Bump the timeout in st_load() from 5 to 15 minutes. My TandbergJoerg Wunsch1996-01-141-2/+2
* Implement the MTRETENS command.Joerg Wunsch1996-01-081-1/+5
* Add an adapter_softc field to the scsi_link struct.Justin T. Gibbs1996-01-071-1/+2
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.Garrett Wollman1996-01-059-9/+28
* Introduce a wormunit() so the control device will work.Joerg Wunsch1996-01-021-2/+7
* Use a medium_type field of 0 (Default), instead of the value that wasJoerg Wunsch1995-12-301-3/+9
* Add NEC CDR 210 to list of devices with broken LUN supportPaul Traina1995-12-271-1/+9
* Add an entry for the NEC CDROM:55 drive to stop it answering all 7 LUNS.Peter Wemm1995-12-261-1/+11
* Bruce's fix for when dk_ndrive >= DK_NDRIVE. Fixes CDROM changerPeter Dufault1995-12-201-2/+2
* Staticize.Poul-Henning Kamp1995-12-172-6/+8
* Moved prototypes to better places.Bruce Evans1995-12-143-31/+28
* Added prototypes.Bruce Evans1995-12-142-1/+4
* Declared functions as static in their definitions as well as in theirBruce Evans1995-12-142-20/+17
* The change of [cb]devsw was missed here.Bruce Evans1995-12-141-3/+3