summaryrefslogtreecommitdiff
path: root/sys/dev/wds
AgeCommit message (Expand)Author
2016-08-19Remove the wds(4) driver for the WD700 ISA SCSI HBA.John Baldwin
2014-11-18Add locking to wds(4) and mark MPSAFE.John Baldwin
2013-10-30Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2012-03-12Final pass at having devices use their bus parent for dma tags. TheScott Long
2007-06-17Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long
2007-04-15Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long
2007-02-23Catchup with filtersWarner Losh
2006-12-11Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2003-08-24Use __FBSDID().David E. O'Brien
2003-07-01Mega busdma API commit.Scott Long
2003-04-16Don't include <sys/disklabel.h>Poul-Henning Kamp
2002-11-07- Use %p to print pointers instead of casting pointers to an int and usingJohn Baldwin
2001-03-01Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray
2000-10-29Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp
2000-10-27Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp
2000-10-24Added the CAM-ified wds driver for the ancient WD7000 SCSI card.Sergey Babkin