summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ydsvar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* firmware loading from the filesystem. pci subsystem type thingsderaadt2004-12-201-89/+6
| | | | | are still done early, but audio subsystem setup is deferred till after root is mounted. tested by mcbride
* Nuke more commons: ac97_id2, tinfo_tjason2003-05-141-3/+1
|
* add 600x read for 744 rev < 2 - from netbsdericj2002-01-041-1/+2
| | | | cleanup dmesg output
* add powerhook support to handle APM resumes correctly, fixes PR 1814jcs2001-12-201-1/+9
| | | | ok provos@ and markus@
* OpenBSD tags.fgsch2001-07-081-0/+1
|
* Add support for Yamaha DS-XG based audio chips, as found in machines such asaaron2001-03-291-0/+115
newer Sony Vaio notebooks; written by Kazuki Sakamoto and Minoura Makoto. This is a slightly updated version of the driver that was previously tested by jcs@rt.fm and niklas@. XXX - lacks MPU MIDI support for now, first we must move the mpu401 driver from sys/dev/isa to sys/dev/ic.