aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Add needed include of <sys/devicestat.h>Poul-Henning Kamp2000-12-071-0/+1
* Turn off the load_eject bit in cdstartunit(). It causes an `InvalidJoerg Wunsch2000-12-041-1/+1
* Add special quirk for this ancient Viper drive. This is all creepingMatt Jacob2000-11-081-0/+5
* Fix async notifications for listners registered to wildcard nodes. ForJustin T. Gibbs2000-11-061-55/+77
* Fix a problem with the previous revision (1.42) that showed up with audioKenneth D. Merry2000-11-041-0/+93
* 1. Oops on last commit: note a few SCSI-3 items for data compression page.Matt Jacob2000-10-311-1/+1
* scsi_sa.hMatt Jacob2000-10-312-11/+36
* Treat engine inquiry the same as path inquiry in xptioctl().Justin T. Gibbs2000-10-311-5/+3
* 0x03F -> 0x3F for consistancy with the rest of the file.Justin T. Gibbs2000-10-311-1/+1
* Allow async transfer negotiation updates to modify tagging behavior.Justin T. Gibbs2000-10-311-3/+1
* Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec.Scott Long2000-10-301-1/+7
* Remove unused #includes.Noriaki Mitsunaga2000-10-302-16/+6
* Remove unused #includesPoul-Henning Kamp2000-10-304-7/+0
* Write support for the cd(4) driver.Kenneth D. Merry2000-10-301-2/+4
* Add the use of M_ZERO to some malloc calls.David Malone2000-10-293-19/+9
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Changed not to use struct isa_device in the argument of scsi_low_activate().Noriaki Mitsunaga2000-10-292-3/+4
* Add a quirk entry for Nakamichi MJ-* changers. The changer in question isKenneth D. Merry2000-10-281-0/+4
* Add usage of M_ZERO to malloc calls where the result was just bzeroed.Matt Jacob2000-10-271-7/+4
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-272-2/+0
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-251-29/+17
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98Noriaki Mitsunaga2000-10-235-0/+3490
* Add the quirk entry for the Sony Memory Stick Adapter.Nick Hibma2000-10-201-1/+14
* Quiet a silly warning.John Baldwin2000-10-191-1/+1
* Implement write combining for crashdumps. This is useful whenPaul Saab2000-10-171-10/+17
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-152-2/+0
* Slight cleanup - this is logically equivalent code but means one lessPeter Wemm2000-10-151-6/+6
* Add a quirk entry for the USB Sony DSC drive.Nick Hibma2000-10-101-1/+6
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.John Baldwin2000-10-051-1/+1
* Grab the ccb *after* writing filemarks.Matt Jacob2000-10-051-1/+1
* Don't do destroy_dev on devices which were just aliases.Matt Jacob2000-10-051-6/+0
* Remove duplicate FreeBSD RCSID.Justin T. Gibbs2000-09-221-2/+0
* Remove unneeded includeMatt Jacob2000-09-211-2/+0
* With the help of 'Eric Christeson <echriste@ssesco.com>', determinedMatt Jacob2000-09-141-1/+1
* Follow the hints from PHK's new messages- only make_dev for a deviceMatt Jacob2000-09-141-12/+12
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromJohn Baldwin2000-09-131-1/+1
* Change the "Duplicate Wired Device entry" printout in camperiphnextunit toKenneth D. Merry2000-08-291-7/+13
* Add quirk entries from Andre Albsmeier to disable the sync cache commandKenneth D. Merry2000-08-292-12/+21
* Quick fix. <sys/conf.h> now depends on <sys/time.h>, which is not presentPeter Wemm2000-08-241-0/+2
* CAM, the module: scbus, da, cd, and st wrapped in one module.Nick Hibma2000-08-131-1/+24
* Don't attempt to actually read SAF-TE temperature objects- nobody seemsMatt Jacob2000-08-081-19/+21
* The Yamaha CDR100 doesn't seem to like multi-LUN probing.Kenneth D. Merry2000-08-081-0/+4
* This is an overhaul of the mode page handling in camcontrol as well asKelly Yancey2000-08-081-1/+7
* Support for the Panasonic / Matshita USB FDD.Nick Hibma2000-07-311-0/+6
* scsi_all.c:Justin T. Gibbs2000-07-182-12/+34
* cam_ccb.h:Justin T. Gibbs2000-07-182-0/+13
* Preserve CAM_DIS_DISCONNECT as passed up from SIM (likeMatt Jacob2000-07-171-9/+16
* Whoops- forgot to commit this other pearl from Justin- only set orMatt Jacob2000-07-171-8/+12
* Don't, when doing cam_fill_ctio, add a SIMPLE Q tag unlessMatt Jacob2000-07-142-3/+5
* Pick up some changes from Justin (add tagged queing support, rememberMatt Jacob2000-07-141-15/+96