summaryrefslogtreecommitdiff
path: root/sys/scsi/scsiconf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: rev 1.96, make the Sun OEM version of the DLT knownJoerg Wunsch1997-10-191-0/+4
* MFC: rev 1.95, make the REGAL CDC-4X a know CD-ROM changer. SuposedlyJoerg Wunsch1997-10-061-1/+6
* Typo fix (1.94).Satoshi Asami1997-09-181-2/+1
* MFC: add the C1557A tape changerJoerg Wunsch1997-09-171-1/+6
* MFC: rev 1.19, make the Sony TSL-7000 known.Joerg Wunsch1997-09-051-1/+9
* YAMFC: merge in support for cdrom drives that return BCD track numbersJohn-Mark Gurney1997-05-241-2/+2
* Merged the fixes from rev 1.22 pt.c (missing queue init), and rev 1.87Joerg Wunsch1997-05-211-1/+5
* YAMFC: rev 1.85, add the Archive 4586NP tape changer.Joerg Wunsch1997-05-031-1/+9
* YAMFC: rev 1.83, add the new Philips CD-R devicesJoerg Wunsch1997-04-011-0/+5
* YAMFC (rev 1.81: add the HP6020i)Joerg Wunsch1997-03-101-1/+5
* YAMFC (new medium changer driver)Joerg Wunsch1997-03-071-2/+28
* YAMFC (rev 1.78: add entry for the Nakamichi 4-disk changer)Joerg Wunsch1997-02-081-1/+5
* YAMFC (rev 1.76: don't default a failing device to T_DIRECT)Joerg Wunsch1997-02-021-1/+2
* Merge the fix from rev 1.73 into 2.2.Joerg Wunsch1996-12-201-23/+39
* ...and into 2.2 as well.Joerg Wunsch1996-12-141-2/+5
* Merge the fix from scsiconf.c 1.71: update `od' entries.Joerg Wunsch1996-12-131-2/+6
* Merge the fix from rev 1.70: opnly one LUN for CDs.Joerg Wunsch1996-12-071-1/+5
* YAMFCPoul-Henning Kamp1996-12-031-1/+5
* YAMFCPoul-Henning Kamp1996-11-281-1/+5
* Merge the fixes from rev 1.30 worm.c and 1.65 scsiconf.c:Joerg Wunsch1996-11-061-1/+6
* Removed more devconf leftovers.Bruce Evans1996-09-101-2/+1
* Various cleanups for remanents of devconf.Poul-Henning Kamp1996-09-081-7/+1
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-23/+1
* Don't use NULL in non-pointer contexts.Bruce Evans1996-07-121-5/+1
* The Great PC98 Merge.Satoshi Asami1996-06-141-1/+24
* Append a * to the model field of the Archive Viper quirk entry.John Fieber1996-06-031-2/+12
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-071-2/+1
* Cleanse the SCSI subsystem of its internally defined typesJustin T. Gibbs1996-03-101-11/+11
* Fix broken SCSI_DELAY option.. (missing #include "opt_scsi.h")Peter Wemm1996-03-091-1/+3
* 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
* Recognize NRC MBR-7.4 tooAndrey A. Chernov1996-02-121-2/+2
* Add a quirk record for the Tandberg 42XX series. Not only that theseJoerg Wunsch1996-02-031-1/+12
* Add the HP4020i CD-R as a known device.Joerg Wunsch1996-02-021-3/+11
* Add the Emulex MD21 ESDI-to-SCSI bridge as a known device (with more thanJoerg Wunsch1996-02-021-1/+5
* Add an entry for my HP Model 4020i CDR drive.Jordan K. Hubbard1996-01-311-1/+5
* 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
* 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
* Added prototypes.Bruce Evans1995-12-141-1/+2
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-14/+14
* Check before dereferencing a possible null pointer (cdevsw[i]->d_open)Peter Wemm1995-12-131-2/+2
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-2/+2
* Make NEW_SCSICONF the default way of doing thingsJulian Elischer1995-12-101-160/+7
* Completed function declarations, added prototypes and removed redundantBruce Evans1995-11-211-6/+13
* Mega commit for sysctl.Poul-Henning Kamp1995-11-201-10/+10
* Include the "od" driver. (Oops, forgot to cvs add the driver fileJoerg Wunsch1995-10-311-26/+77
* Some bug fixes for the worm driver:Joerg Wunsch1995-10-091-4/+21