summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/aic6915.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More cases of shutdown hooks not needed after card is already stopped. Inderaadt2009-08-101-2/+1
| | | | | | these cases the xxstop function is a bit more complicated and has a flag of some sort, but the use of that flag does not matter; DMA is already ceased ok dlg
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* remove unused code, fix style and spacing, tidy up ioctl pathmartin2006-12-071-1/+2
| | | | from brad@
* replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-ablemartin2006-12-061-0/+845
driver from NetBSD ok brad@ reyk@ additional testing Nick Nauwelaerts