aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi
Commit message (Expand)AuthorAgeFilesLines
* In sys/scsi/st.c, st_close() does not check for errors from callingPoul-Henning Kamp1998-07-311-3/+4
* Use the slice interfaces for SCSI cdroms. This centralizes handlingBruce Evans1998-07-301-203/+115
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEBruce Evans1998-07-302-4/+4
* Centralized and optimized handling of large sectors. CentralizedBruce Evans1998-07-292-110/+7
* Set the disk type to SCSI in the in-core label for the whole disk.Bruce Evans1998-07-282-2/+4
* I have a PD drive (Matsushita PD/CD Drive LF-1600).Poul-Henning Kamp1998-07-281-2/+2
* If object pointers need to be cast to [unsigned] integers, then castBruce Evans1998-07-141-3/+3
* Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans1998-07-131-17/+20
* SLICE probing becomes asynchronous. It can now be triggered byJulian Elischer1998-07-131-5/+3
* Fixed printf format errors.Bruce Evans1998-07-115-97/+106
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-048-105/+182
* make NO_SCSI_SENSE a proper option (already documented in LINT)John-Mark Gurney1998-06-301-0/+2
* Added used include of "ioconf.h" - don't depend on pollution inBruce Evans1998-06-178-8/+23
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-0710-31/+31
* Allow devfs to support the 'uk' deviceJulian Elischer1998-06-011-3/+27
* Add sctargattach that initializes the bufq data structure.Justin T. Gibbs1998-06-011-9/+21
* Reformat some comments to not overflow 80 chars.Julian Elischer1998-05-241-69/+63
* An effort to make SLICE/DEVFS play with SCSI.Julian Elischer1998-05-071-79/+102
* cleanup: remove duplicated dump code.Julian Elischer1998-05-071-125/+39
* Add dump support to the DEVFS/slice code.Julian Elischer1998-05-061-2/+101
* The CHIOGSTATUS ioctl of the SCSI media changer driver (sys/scsi/ch.c)Poul-Henning Kamp1998-05-061-2/+2
* Fixed spelling of "fictitious" in diagnostics and commentsDag-Erling Smørgrav1998-04-273-13/+13
* close() is no longer a SLICE method.Julian Elischer1998-04-221-4/+11
* Add changes and code to implement a functional DEVFS.Julian Elischer1998-04-191-6/+207
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-176-14/+14
* Attempt to fix BOUNCE_BUFFERS. I cannot test these drivers, but theyPeter Wemm1998-04-162-2/+54
* Attempt to get bounce_buffers working again for per-process kernel stackPeter Wemm1998-04-161-10/+40
* fix an obvious broken BOUNCE_BUFFER case.Peter Wemm1998-04-161-1/+9
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-154-8/+8
* Add an ioctl to retrieve the next writable address.Jean-Marc Zucconi1998-03-312-19/+109
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+2
* Add a quirk entry for IO DATA CDC-TX86 6 CD changer.Jordan K. Hubbard1998-03-081-1/+6
* Don't depend on "implicit int".Bruce Evans1998-02-201-2/+2
* Put the SC_Q_NO_TAGS value in the correct field for the Iomega Jaz quirkMike Smith1998-02-181-5/+5
* Add HW_WDOG to LINT, and turn it into a new-style option.Eivind Eklund1998-02-161-1/+2
* Based on the following message, disable tagged command queueing for allMike Smith1998-02-161-1/+5
* Staticize.Eivind Eklund1998-02-091-2/+2
* Serves me right for committing code late at night...Garrett Wollman1998-02-011-3/+9
* Add a new ioctl, SCSIOCGETDEVINFO, which takes a device ID and uses itGarrett Wollman1998-02-011-2/+16
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-249-9/+20
* Add SCSI-SCSI RAID from Infotrand as known deviceAndrey A. Chernov1998-01-211-1/+5
* the pt driver should make one DEVFS entry for each one found rather thanJulian Elischer1998-01-061-20/+22
* - Accept all models of the HP C1553A tape series as usable tapes. ThisNate Williams1997-12-301-2/+2
* move punchline of joke up to rest of joke. (got moved by useful edits)Julian Elischer1997-12-301-5/+5
* If available, use the device's LOGICAL blocksize as reported byJulian Elischer1997-12-291-53/+69
* back out previous commitJulian Elischer1997-12-281-24/+13
* Move the sector size check to the right place,Julian Elischer1997-12-281-14/+25
* Fix some breakage that prevented the Plasmon burners from being usedJoerg Wunsch1997-12-261-67/+66
* Add a PARITITON arg to SCSI_MKFIXED, and use it toBrian Somers1997-12-232-5/+10
* Duplicate the entry for the Plasmon CD-R device, so both possibilitiesJoerg Wunsch1997-12-201-4/+7