aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes.Bruce Evans1997-09-0213-77/+13
* Removed another vestige of devconf.Bruce Evans1997-09-022-9/+2
* Increase the retry timeouts.Steve Price1997-08-231-4/+4
* preparation for scsi device RESERVATION CONFLICT support.Jun-ichiro itojun Hagino1997-08-171-1/+2
* Teach both disk drivers how to cope with a hardware watchdogJulian Elischer1997-08-091-2/+11
* Removed unused #includes.Bruce Evans1997-08-022-7/+2
* My previous commit was incomplete because it ignored the READ case.Jean-Marc Zucconi1997-08-011-1/+2
* Ignore the block size returned by scsi_read_capacity(): this value isJean-Marc Zucconi1997-07-261-2/+3
* In SCSI diagnostic messages, cause "0x" to be prepended to the numberJohn Polstra1997-07-251-3/+3
* Don't depend on gcc's feature of permitting labels that aren't followedBruce Evans1997-07-011-2/+2
* Introduce an advisory exclusive lock on the scsi link structure.Tor Egge1997-06-254-4/+47
* Add quirk "no tags" entry for HP 3724/5 hard disk drives.Stefan Eßer1997-06-111-1/+5
* Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.Jean-Marc Zucconi1997-06-022-5/+169
* The correct way to combine 2 4bit values into a 8bit one is (a<<4) | b, notJean-Marc Zucconi1997-05-281-7/+7
* Add an entry for the Epson scanners since some of them repsond to moreJoerg Wunsch1997-05-251-1/+12
* Initialize the buf_queue of the pt(4) driver.Joerg Wunsch1997-05-212-3/+16
* Set the quirks for the worm drives.Jean-Marc Zucconi1997-05-192-7/+13
* A few improvements to the worm driver.Jean-Marc Zucconi1997-05-191-186/+317
* Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.Joerg Wunsch1997-05-101-2/+2
* Duplicate the TOC handling ioctls from the cd(4) driver. DuplicatingJoerg Wunsch1997-05-051-2/+182
* This mega-commit brings the following:Joerg Wunsch1997-05-041-1/+58
* Add the Archive 4586NP tape changer.Joerg Wunsch1997-05-031-1/+9
* Remove old code in #if 0, leftovers from the days before != 512byteSøren Schmidt1997-05-011-29/+6
* Implement dkstats for worm devices so they show up in iostat et al.Jordan K. Hubbard1997-04-041-1/+22
* Add a 1ms delay in the XS_BUSY case. This is the same error code returnedJustin T. Gibbs1997-04-041-1/+6
* Moved prototypes of scsi_data, scsi_link and proc before scsi_adapter.KATO Takenori1997-04-031-9/+9
* add a cd quirk flag CD_Q_BCD_TRACKS, that will convert bcd2bin the trackJohn-Mark Gurney1997-04-023-5/+40
* Add an entry for the newer Philips CDD26xx family CD-R drives. TheyJoerg Wunsch1997-04-011-1/+6
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-246-12/+6
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>Bruce Evans1997-03-241-1/+2
* free_xs must be called at splbio(). This is usually the case since the mainJustin T. Gibbs1997-03-241-1/+3
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>Bruce Evans1997-03-2313-19/+33
* Removed nested #include of <sys/conf.h> from <scsi/scsi_driver.h>Bruce Evans1997-03-232-4/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Add a quirk entry for the HP6020i, after John has just confirmed thatJoerg Wunsch1997-03-101-1/+5
* Merge Jason Thorpe's updated changer stuff into the actual system.Joerg Wunsch1997-03-063-440/+968
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2224-24/+24
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-104-4/+5
* Add an entry for the Nakamichi 4-disk changer.Joerg Wunsch1997-02-081-0/+4
* Make some small tweaks to the messages to clean up some stuffBill Paul1997-02-084-3/+19
* After so many people have been bugging me :), finally implementJoerg Wunsch1997-02-061-52/+80
* Moved PC-98 routine in sd_get_parms() to pc98_machdep.c.KATO Takenori1997-02-041-34/+3
* Do not accidentally default a device that failed probing to T_DIRECTJoerg Wunsch1997-02-021-0/+1
* Fix a benign type mismatch i've introduced in rev 1.40.Joerg Wunsch1997-01-301-14/+14
* Removed `Debugger("no slices")'. It's normal and harmless to have noBruce Evans1997-01-291-5/+2
* Make the SCSI probe messages more BSDish. This may raise a few eyebrowsBill Paul1997-01-254-15/+104
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1424-24/+24
* Slightly re-order the sequence of commands issued, so try to sendJoerg Wunsch1996-12-241-10/+7
* Do something Peter Dufault long since intended to do: make a currentJoerg Wunsch1996-12-241-4/+18
* Reorder the wildcard entries to the end of the quirks list, so theyJoerg Wunsch1996-12-201-23/+39