summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ydsreg.h
AgeCommit message (Collapse)Author
2004-12-20firmware loading from the filesystem. pci subsystem type thingsTheo de Raadt
are still done early, but audio subsystem setup is deferred till after root is mounted. tested by mcbride
2004-02-19don't disable the Sound Blaster legacy mode by default, as this breaksMarkus Friedl
apm(4). add a flag that disables Sound Blaster legacy mode, this might be necessary for some floppies. help from jmc, ok+test hshoexer.
2003-02-20In typical linux style, set a magic bit that makes the floppy work onJason Wright
a machine with yds; reported by kurem at upcase dot inf dot upol dot cz
2001-07-08OpenBSD tags.Federico G. Schwindt
2001-03-29Add support for Yamaha DS-XG based audio chips, as found in machines such asAaron Campbell
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.