summaryrefslogtreecommitdiffstats
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Do not test_unit_ready() before starting the unit...joerg1996-08-171-7/+7
* The sd and od drivers didn't check for negative block numbers (like wd.cpeter1996-08-022-6/+6
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-234-50/+12
* Turn SCSIDEBUG into a new-style option.joerg1996-07-1410-11/+28
* Don't use NULL in non-pointer contexts.bde1996-07-121-5/+1
* Ensure that media protection is released before attempting to eject thegibbs1996-06-242-13/+25
* Forward-declare a struct tag so that this doesn't depend on a side effectbde1996-06-231-1/+2
* Dump the timeout for st_erase().joerg1996-06-221-2/+2
* Miscellaneous cleanup and minor fixes by Shunsuke and by me.joerg1996-06-161-95/+142
* Make sure to update the SDEV_MEDIA_LOADED flag also when working onjoerg1996-06-161-1/+4
* The Great PC98 Merge.asami1996-06-143-4/+74
* Clean up -Wunused warnings.gpalmer1996-06-122-2/+8
* Append a * to the model field of the Archive Viper quirk entry.jfieber1996-06-031-2/+12
* Correct a few mode page definitions according to the SCSI-2 specs.joerg1996-05-191-6/+11
* This patch updates sys/scsi/od.c:joerg1996-05-191-58/+144
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-031-3/+3
* Don't fiddle page tables by hand, use pmap_enter.phk1996-05-021-4/+4
* removed:phk1996-05-021-2/+2
* Don't depend on <sys/types.h> including <sys/cdefs.h>.bde1996-04-192-3/+3
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-072-5/+2
* Change dev_link() to devfs_link()scrappy1996-04-021-4/+4
* Changed use of devfs_add_devsw() to devfs_add_devswf()scrappy1996-04-011-96/+39
* Implement the XS_SELTIMEOUT error code. This causes the SCSI code togibbs1996-03-312-3/+5
* Fixed devfs group and permissions of some more disk devices.bde1996-03-291-7/+12
OpenPOWER on IntegriCloud