summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/files.isa
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2013-04-05 07:25:26 +0000
committertedu <tedu@openbsd.org>2013-04-05 07:25:26 +0000
commitd97b4441b1744491be26482db404ef1f4607ca70 (patch)
tree15851f3e33085d683d8bfc7e10a9c9dcfc51fd7d /sys/dev/isa/files.isa
parentdo not fail on EINTR (diff)
downloadwireguard-openbsd-d97b4441b1744491be26482db404ef1f4607ca70.tar.xz
wireguard-openbsd-d97b4441b1744491be26482db404ef1f4607ca70.zip
unfinished opti device code is never called or used
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r--sys/dev/isa/files.isa6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa
index bbc475d949d..9792a41c117 100644
--- a/sys/dev/isa/files.isa
+++ b/sys/dev/isa/files.isa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.isa,v 1.111 2011/06/29 17:48:22 tedu Exp $
+# $OpenBSD: files.isa,v 1.112 2013/04/05 07:25:26 tedu Exp $
# $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $
#
# Config file and device description for machine-independent ISA code.
@@ -115,8 +115,6 @@ attach wds at isa
file dev/isa/wds.c wds
# OPTi 82C929 chipset setup code
-define opti
-file dev/isa/opti.c opti
#
# Other ISA disk controllers
@@ -214,7 +212,7 @@ define sbdsp {}
file dev/isa/sbdsp.c sbdsp
# SoundBlaster family
-device sb: audio, isa_dma, sbdsp, mulaw, opti, auconv, mpu, midibus
+device sb: audio, isa_dma, sbdsp, mulaw, auconv, mpu, midibus
file dev/isa/sb.c sb needs-flag
attach sb at isa with sb_isa