summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Add special quirk for this ancient Viper drive. This is all creepingmjacob2000-11-081-0/+5
* Fix async notifications for listners registered to wildcard nodes. Forgibbs2000-11-061-55/+77
* 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
* Treat engine inquiry the same as path inquiry in xptioctl().gibbs2000-10-311-5/+3
* 0x03F -> 0x3F for consistancy with the rest of the file.gibbs2000-10-311-1/+1
* Allow async transfer negotiation updates to modify tagging behavior.gibbs2000-10-311-3/+1
* Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec.scottl2000-10-301-1/+7
* Remove unused #includes.non2000-10-302-16/+6
* Remove unused #includesphk2000-10-304-7/+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-293-19/+9
* 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
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-29/+17
* 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-152-2/+0
* Slight cleanup - this is logically equivalent code but means one lesspeter2000-10-151-6/+6
* Add a quirk entry for the USB Sony DSC drive.n_hibma2000-10-101-1/+6
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-1/+1
* 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
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-131-1/+1
* Change the "Duplicate Wired Device entry" printout in camperiphnextunit token2000-08-291-7/+13
* 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
* CAM, the module: scbus, da, cd, and st wrapped in one module.n_hibma2000-08-131-1/+24
* Don't attempt to actually read SAF-TE temperature objects- nobody seemsmjacob2000-08-081-19/+21
* The Yamaha CDR100 doesn't seem to like multi-LUN probing.ken2000-08-081-0/+4
* 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
* cam_ccb.h:gibbs2000-07-182-0/+13
* Preserve CAM_DIS_DISCONNECT as passed up from SIM (likemjacob2000-07-171-9/+16
* Whoops- forgot to commit this other pearl from Justin- only set ormjacob2000-07-171-8/+12
* Don't, when doing cam_fill_ctio, add a SIMPLE Q tag unlessmjacob2000-07-142-3/+5
* Pick up some changes from Justin (add tagged queing support, remembermjacob2000-07-141-15/+96
* Add a TARGIODEBUG ioctl to allow for CAM_DEBUG_PERIPH tracing onmjacob2000-07-141-0/+5
* Properly initialize softc. Do some minor SCSI_CDB6_LEN changes.mjacob2000-07-141-4/+4
OpenPOWER on IntegriCloud