summaryrefslogtreecommitdiffstats
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
...
* Add the Archive 4586NP tape changer.joerg1997-05-031-1/+9
* Remove old code in #if 0, leftovers from the days before != 512bytesos1997-05-011-29/+6
* Implement dkstats for worm devices so they show up in iostat et al.jkh1997-04-041-1/+22
* Add a 1ms delay in the XS_BUSY case. This is the same error code returnedgibbs1997-04-041-1/+6
* Moved prototypes of scsi_data, scsi_link and proc before scsi_adapter.kato1997-04-031-9/+9
* add a cd quirk flag CD_Q_BCD_TRACKS, that will convert bcd2bin the trackjmg1997-04-023-5/+40
* Add an entry for the newer Philips CDD26xx family CD-R drives. Theyjoerg1997-04-011-1/+6
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-246-12/+6
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-241-1/+2
* free_xs must be called at splbio(). This is usually the case since the maingibbs1997-03-241-1/+3
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-2313-19/+33
* Removed nested #include of <sys/conf.h> from <scsi/scsi_driver.h>bde1997-03-232-4/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Add a quirk entry for the HP6020i, after John has just confirmed thatjoerg1997-03-101-1/+5
* Merge Jason Thorpe's updated changer stuff into the actual system.joerg1997-03-063-452/+980
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2224-24/+24
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-104-4/+5
* Add an entry for the Nakamichi 4-disk changer.joerg1997-02-081-0/+4
* Make some small tweaks to the messages to clean up some stuffwpaul1997-02-084-3/+19
* After so many people have been bugging me :), finally implementjoerg1997-02-061-52/+80
* Moved PC-98 routine in sd_get_parms() to pc98_machdep.c.kato1997-02-041-34/+3
* Do not accidentally default a device that failed probing to T_DIRECTjoerg1997-02-021-0/+1
* Fix a benign type mismatch i've introduced in rev 1.40.joerg1997-01-301-14/+14
* Removed `Debugger("no slices")'. It's normal and harmless to have nobde1997-01-291-5/+2
* Make the SCSI probe messages more BSDish. This may raise a few eyebrowswpaul1997-01-254-15/+104
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1424-24/+24
* Slightly re-order the sequence of commands issued, so try to sendjoerg1996-12-241-10/+7
* Do something Peter Dufault long since intended to do: make a currentjoerg1996-12-241-4/+18
* Reorder the wildcard entries to the end of the quirks list, so theyjoerg1996-12-201-23/+39
* Add an entry for Ricoh's MO drives.joerg1996-12-141-2/+5
* Close PR#2198:jkh1996-12-131-2/+2
* Slightly change the `od' driver quirk for the Matsushita LF-1000joerg1996-12-131-2/+6
* Default the CD-ROM devices to a single LUN only. Too many of them arejoerg1996-12-071-1/+5
* Removed all references to b_cylinder (aka b_cylin). It was evil andbde1996-12-012-4/+4
* This update adds the support for != 512 byte sector SCSI devices tosos1996-12-012-12/+129
* Add the Quantum DLT drives. All of them grok SC_MORE_LUS, so the tapejoerg1996-11-301-1/+5
* Rogue entry for DEC DLT2700phk1996-11-281-1/+5
* Back out my previous change.max1996-11-091-2/+2
* Typo, MATSHITA -> MATSUSHITA.max1996-11-071-2/+2
* Fix the sequence at odopen() time so the driver actually notices if ajoerg1996-11-061-12/+8
* Updates and bugfixes to the worm driver:joerg1996-11-062-13/+21
* Try number two. Add missing paren in MSG_IDENTIFY macro.gibbs1996-10-071-1/+1
* Bring in bug fix from 'SCSI' branch.gibbs1996-10-061-2/+2
* Bring this over from the SCSI branch. I need it to bring in the fixes togibbs1996-10-061-0/+37
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-3/+3
* Restored a non-devconf comment that was removed with devconf.bde1996-09-101-1/+5
* Removed more devconf leftovers.bde1996-09-101-2/+1
* Various cleanups for remanents of devconf.phk1996-09-085-30/+5
* Remove devconf, it never grew up to be of any use.phk1996-09-069-174/+11
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-031-1/+4
OpenPOWER on IntegriCloud