summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Change the peripheral driver list from a linker set to module drivenpeter2001-02-079-9/+9
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-042-14/+7
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-045-28/+25
* Fix region code reporting.ken2001-01-281-4/+3
* #ifdef a local variable only used in debugging code.jhb2001-01-241-1/+4
* "Rejected with status" is better than "Rejected for status".mjacob2001-01-241-1/+1
* Make some attempt to accomodate kern/24221- propate residual to mt_residmjacob2001-01-191-0/+41
* Use the residual from a spacing operation to try and figure out wheremjacob2001-01-161-10/+38
* Get rid of those pesky "driver mistake" messages... destroy the create_d dev_tmjacob2001-01-161-1/+5
* Fix PR 24220 by using the periph private field0 for a CCB for notmjacob2001-01-151-40/+50
* Check __i386__, not i386.nyan2001-01-131-1/+1
* Spell declarations correctly.steve2001-01-122-2/+2
* select() DKI is defined in <sys/selinfo.h> now.wollman2001-01-091-1/+1
* Add the 'No 6 byte commands' quirk for the Yano ATAPI USB bridge.n_hibma2001-01-081-0/+4
* Generalize quirk for Sony Memory Sticks. Any device that starts withimp2000-12-141-1/+5
* Move `#include <sys/devicestat.h>' into #ifdef/#endif to keepnon2000-12-131-1/+1
* Add needed include of <sys/devicestat.h>phk2000-12-071-0/+1
* Turn off the load_eject bit in cdstartunit(). It causes an `Invalidjoerg2000-12-041-1/+1
* Add special quirk for this ancient Viper drive. This is all creepingmjacob2000-11-081-0/+5
* Fix a problem with the previous revision (1.42) that showed up with audioken2000-11-041-0/+93
* 1. Oops on last commit: note a few SCSI-3 items for data compression page.mjacob2000-10-311-1/+1
* scsi_sa.hmjacob2000-10-312-11/+36
* 0x03F -> 0x3F for consistancy with the rest of the file.gibbs2000-10-311-1/+1
* Remove unused #includes.non2000-10-302-16/+6
* Remove unused #includesphk2000-10-303-6/+0
* Write support for the cd(4) driver.ken2000-10-301-2/+4
* Add the use of M_ZERO to some malloc calls.dwmalone2000-10-292-15/+6
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Changed not to use struct isa_device in the argument of scsi_low_activate().non2000-10-292-3/+4
* Add a quirk entry for Nakamichi MJ-* changers. The changer in question isken2000-10-281-0/+4
* Add usage of M_ZERO to malloc calls where the result was just bzeroed.mjacob2000-10-271-7/+4
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-272-2/+0
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-235-0/+3490
* Add the quirk entry for the Sony Memory Stick Adapter.n_hibma2000-10-201-1/+14
* Quiet a silly warning.jhb2000-10-191-1/+1
* Implement write combining for crashdumps. This is useful whenps2000-10-171-10/+17
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Add a quirk entry for the USB Sony DSC drive.n_hibma2000-10-101-1/+6
* Grab the ccb *after* writing filemarks.mjacob2000-10-051-1/+1
* Don't do destroy_dev on devices which were just aliases.mjacob2000-10-051-6/+0
* Remove duplicate FreeBSD RCSID.gibbs2000-09-221-2/+0
* Remove unneeded includemjacob2000-09-211-2/+0
* With the help of 'Eric Christeson <echriste@ssesco.com>', determinedmjacob2000-09-141-1/+1
* Follow the hints from PHK's new messages- only make_dev for a devicemjacob2000-09-141-12/+12
* Add quirk entries from Andre Albsmeier to disable the sync cache commandken2000-08-292-12/+21
* Quick fix. <sys/conf.h> now depends on <sys/time.h>, which is not presentpeter2000-08-241-0/+2
* Don't attempt to actually read SAF-TE temperature objects- nobody seemsmjacob2000-08-081-19/+21
* This is an overhaul of the mode page handling in camcontrol as well askbyanc2000-08-081-1/+7
* Support for the Panasonic / Matshita USB FDD.n_hibma2000-07-311-0/+6
* scsi_all.c:gibbs2000-07-182-12/+34
OpenPOWER on IntegriCloud