summaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* MFC revision 1.151 (gibbs):Xin LI2005-04-011-2/+13
* MFC:Xin LI2005-04-012-5/+6
* MFC revision 1.23 (by scottl)Xin LI2005-04-011-1/+0
* MFC, scsi_cd.c rev 1.93Kenneth D. Merry2005-03-301-1/+7
* MFC, scsi_ch.c rev 1.42Kenneth D. Merry2005-03-301-0/+2
* MFC 1.47 (scottl). Original log:Xin LI2005-03-121-1/+1
* MFC 1.150 (scottl). Original log:Xin LI2005-03-121-1/+1
* MFC 1.59 (scottl). Original log:Xin LI2005-03-121-0/+4
* MFC 1.65 (scottl). Original log:Xin LI2005-03-121-1/+0
* MFC 1.144+1.145 by gibbs@: Correct two off-by-one in the calculationXin LI2005-02-051-4/+16
* MFC rev 1.6:Bruce M Simpson2005-02-051-0/+79
* Merge cam_periph.c:1.57 from HEAD to RELENG_5:Robert Watson2005-01-301-1/+1
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-3039-43/+43
* MFC:Poul-Henning Kamp2004-09-131-1/+1
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemJohn-Mark Gurney2004-08-151-21/+5
* When printing out an unknown sense code we should print it in hex, notMatt Jacob2004-08-131-3/+1
* add support Frontier Labs NEX IA+ Digital Audio Player with USB CF card reade...MIHIRA Sanpei Yoshiro2004-08-121-1/+9
* Add support iRiver iFP MP3 playerMIHIRA Sanpei Yoshiro2004-08-081-0/+8
* Quirk for SEGRAND NP-900 USB MP3PlayerMIHIRA Sanpei Yoshiro2004-07-181-0/+8
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-152-0/+4
* Update for the KDB framework:Marcel Moolenaar2004-07-101-1/+2
* Revert rev 1.140, it was a bit pre-mature.Paul Saab2004-06-211-5/+0
* Add a quirk for ciss to stop trying to read the serial number offPaul Saab2004-06-211-0/+5
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-167-38/+38
* Reformat the comments for cam_hdr so that they can be read.Scott Long2004-06-071-8/+7
* Quirk for Neuros USB audio device.Nate Lawson2004-05-021-0/+8
* The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS optionMaxime Henrion2004-04-191-1/+0
* Add miscellaneous USB device quirks.Nate Lawson2004-04-191-5/+29
* Remove all quirks hidden under DA_OLD_QUIRKS.Nate Lawson2004-04-191-120/+0
* Compare the *number* of patterns to zero, not the *pointer* to theColin Percival2004-02-281-1/+1
* Check that periph is non-NULL before dereferencing it.Colin Percival2004-02-221-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-217-1/+14
* Device megapatch 1/6:Poul-Henning Kamp2004-02-217-16/+1
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-182-44/+50
* Fix type in comment, 's/writtent/written/'Johan Karlsson2004-01-181-1/+1
* Move the ciss quirk to the right section, also update the commentPaul Saab2003-12-081-8/+7
* ciss doesn't like scsi SYNC CACHE. turn it offPaul Saab2003-12-081-0/+8
* SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode.David E. O'Brien2003-12-011-1/+1
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Sprinkle GIANT_REQUIRED asserts around the xpt layer to aid with locking theScott Long2003-11-091-0/+58
* Don't be so chatty when performing manual sense. This should make ATAPICAMScott Long2003-11-081-2/+2
* In camperiphdone(), make sure we check for fatal errors and bail outKenneth D. Merry2003-10-272-16/+17
* Use bio_offset instead of bio_blknoPoul-Henning Kamp2003-10-181-2/+2
* There is no need to muck about with the B_PHYS flag here. We never evenPoul-Henning Kamp2003-10-181-8/+0
* (dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free onThomas Quinot2003-10-081-2/+5
* (cdcleanup): Defend against calling sysctl_ctx_free before the sysctl_ctxThomas Quinot2003-10-071-12/+15
* Add disk_destroy() call to detach processing.Poul-Henning Kamp2003-10-061-0/+15
* Be kind to 64bit architectures.Hidetoshi Shimokawa2003-10-021-5/+5
* - Pick up a correct path_id for the bus on AC_PATH_REGISTERED.Hidetoshi Shimokawa2003-09-301-6/+12