summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dpt.c
AgeCommit message (Collapse)Author
2003-10-21typos from Tom Cosgrove;Jason McIntyre
Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural
2002-12-11sendbug(1), not send-pr; Peter WernerHenning Brauer
2002-10-09Remove trailing '\n's from panic messages.Kenneth R Westerback
Started by a commit to siop from provos@netbsd.org. ok miod@ millert@
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
Most work by Wilbern Cobb <vedge@csoft.org> with some fixes from me, mickey@ and drahn@.
2001-07-13initialize bus width and number of luns supported.Michael Shalayeff
this is tested on SmartRAID IV and consistant w/ what netbsd does.
2001-07-08Fix thinko. Okay millert@Marc Espie
Uncovered by gcc 3.0, since the bad code does have unpredictable behavior.
2001-03-25Missing splxConstantine Sapuntzakis
1999-11-30Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adaptercmetz
driver to OpenBSD.