aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wds
Commit message (Expand)AuthorAgeFilesLines
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-2/+2
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-1/+1
* Final pass at having devices use their bus parent for dma tags. TheScott Long2012-03-121-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+2
* Catchup with filtersWarner Losh2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Mega busdma API commit.Scott Long2003-07-011-0/+2
* Don't include <sys/disklabel.h>Poul-Henning Kamp2003-04-161-1/+0
* - Use %p to print pointers instead of casting pointers to an int and usingJohn Baldwin2002-11-071-6/+6
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp2000-10-291-1/+0
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-4/+0
* Added the CAM-ified wds driver for the ancient WD7000 SCSI card.Sergey Babkin2000-10-241-0/+1443