diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1998-07-07 22:44:11 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1998-07-07 22:44:11 +0000 |
commit | e33872c0e0608361238b2250d81977f8fc1e8391 (patch) | |
tree | da0c45772b4d5d1de98d3478585aca40f92b803f /sys/dev/pci/files.pci | |
parent | e015ec0aa2cf28b3a0cb1cc89f8ab5b1aec03cf6 (diff) |
S3 SonicVibes driver
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 4dc509c1e3c..2bb11489014 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.16 1998/06/02 23:12:31 provos Exp $ +# $OpenBSD: files.pci,v 1.17 1998/07/07 22:44:05 csapuntz Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config.new file and device description for machine-independent PCI code. @@ -79,3 +79,8 @@ file dev/pci/cy_pci.c cy_pci device fxp: ether, ifnet attach fxp at pci file dev/pci/if_fxp.c fxp + +# S3 SonicVibes (S3 617) +device sv: audio, auconv, mulaw +attach sv at pci +file dev/pci/sv.c sv |