diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-07-20 21:45:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-07-20 21:45:21 +0000 |
commit | 0274aef416f3d23ab431432f7a8d3d7773f4f53a (patch) | |
tree | 450582532d58e699c1b6e6665f6d7180879c9294 /sys/dev/pci/files.pci | |
parent | 7d11957ea636eec5fa2901a61ea64cb29549aa35 (diff) |
new auvia and fms drivers from netbsd (testing requests sent out, since i cannot find any of these devices)
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index dd97e0fa83c..103da7c300d 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.78 2000/07/03 19:30:22 mickey Exp $ +# $OpenBSD: files.pci,v 1.79 2000/07/20 21:45:19 deraadt Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -90,6 +90,16 @@ device clcs: audio, auconv, mulaw, ac97 attach clcs at pci file dev/pci/cs4280.c clcs +# Forte Media FM801 +device fms: audio, auconv, mulaw, ac97, midibus +attach fms at pci +file dev/pci/fms.c fms + +# VIA VT82C686A AC'97 Audio +device auvia: audio, auconv, mulaw, ac97 +attach auvia at pci +file dev/pci/auvia.c auvia + # ICP Vortex GDT PCI RAID controllers # device declaration in sys/conf/files attach gdt at pci with gdt_pci |