diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-07-31 08:33:21 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-07-31 08:33:21 +0000 |
commit | 46e610fe37574a1c48397debbf41721c69bd2535 (patch) | |
tree | d4be1fe11784511ca1c06ce3ae9c8d28dada5f1b /sys/dev/pci/files.pci | |
parent | 8e5f8ef5637044f0c1e9bbc9736e7a9604b97a12 (diff) |
remove the ``midisyn'' framework and anything using it, i.e., the opl
device and the midi interface to pcppi.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index a713c49394d..702f7950f8e 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.273 2010/07/03 01:02:25 mlarkin Exp $ +# $OpenBSD: files.pci,v 1.274 2010/07/31 08:33:20 ratchov 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. @@ -116,9 +116,6 @@ device eso {}: audio, auconv, mulaw, midibus attach eso at pci file dev/pci/eso.c eso -attach opl at eso with opl_eso -file dev/pci/opl_eso.c opl_eso - # Acer Labs M5455 device auacer: audio, auconv, mulaw, ac97 attach auacer at pci @@ -180,9 +177,6 @@ device yds {}: audio, auconv, mulaw, ac97, firmload attach yds at pci file dev/pci/yds.c yds -attach opl at yds with opl_yds -file dev/pci/opl_yds.c opl_yds - # Forte Media FM801 device fms: audio, auconv, mulaw, ac97, midibus, tea5757, radiobus attach fms at pci @@ -571,9 +565,6 @@ device cmpci {}: audio, auconv, mulaw attach cmpci at pci file dev/pci/cmpci.c cmpci -attach opl at cmpci with opl_cmpci -file dev/pci/opl_cmpci.c opl_cmpci - # Initio ULTRA WIDE/ULTRA2 WIDE SCSI Controllers attach iha at pci with iha_pci file dev/pci/iha_pci.c iha_pci |