summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/emuxkireg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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@
* typo from alexey dobriyan;jmc2006-02-061-2/+2
| | | | ok brad
* - add initial SB Audigy supportbrad2005-11-301-13/+110
| | | | | | | | | | | | | | - add big-endian support - fix a few typos From NetBSD - use pci_matchbyid() Known working SB Live's tested by numerous users with no reported regressions; though no one has stepped up to test out the Audigy support yet. ok deraadt@
* probe for flavours, aps and audigy still need more work thoughmickey2002-06-031-1/+4
|
* add missing RCS idsbrad2001-10-241-0/+1
|
* creative labs sb live! and (perhaps) pci512 driver.mickey2001-10-241-0/+651
from Yannick Montulet, via netbsd, w/ some minor fixens from meself.