summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authortanimura <tanimura@FreeBSD.org>1999-12-15 05:10:00 +0000
committertanimura <tanimura@FreeBSD.org>1999-12-15 05:10:00 +0000
commit7f2fbeebfd18df5ef29278a53e3002471b8cf533 (patch)
treed78421a4b7d817d1c4837afed96d85e6ecb748e6 /sys/i386/conf
parent6cbdd98986edb3c9c55c8e2ef83ad75093355c18 (diff)
downloadFreeBSD-src-7f2fbeebfd18df5ef29278a53e3002471b8cf533.zip
FreeBSD-src-7f2fbeebfd18df5ef29278a53e3002471b8cf533.tar.gz
Add the description and example of sbc for non-PnP cards.
Noticed by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT8
-rw-r--r--sys/i386/conf/NOTES8
2 files changed, 10 insertions, 6 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index afcfd8b..099f25c 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1411,7 +1411,7 @@ device uart0 at isa? port 0x330 irq 5
# sound cards. Note that motherboard sound devices may require
# options PNPBIOS.
#
-# For non-pnp sound cards only:
+# For non-pnp sound cards with no bridge drivers only:
#device pcm0 at isa? port ? irq 10 drq 1 flags 0x0
#
# For pnp sound cards:
@@ -1419,7 +1419,8 @@ device uart0 at isa? port 0x330 irq 5
# The bridge drivers for sound cards. Do not forget pcm as well.
#
-# sbc: Creative SoundBlaster ISA PnP
+# sbc: Creative SoundBlaster ISA PnP/non-PnP
+# Includes ESS and Advance.
# gusc: Gravis UltraSound ISA PnP/non-PnP
# csa: Crystal Semiconductor CS461x/428x PCI
@@ -1429,7 +1430,8 @@ device uart0 at isa? port 0x330 irq 5
#device csa0
# For non-PnP cards:
-#device gusc0 at isa? port 0x220 irq 5 drq 1 flags 0x13
+#device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15
+#device gusc0 at isa? port 0x220 irq 5 drq 1 flags 0x13
# Not controlled by `snd'
device pca0 at isa? port IO_TIMER1
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index afcfd8b..099f25c 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1411,7 +1411,7 @@ device uart0 at isa? port 0x330 irq 5
# sound cards. Note that motherboard sound devices may require
# options PNPBIOS.
#
-# For non-pnp sound cards only:
+# For non-pnp sound cards with no bridge drivers only:
#device pcm0 at isa? port ? irq 10 drq 1 flags 0x0
#
# For pnp sound cards:
@@ -1419,7 +1419,8 @@ device uart0 at isa? port 0x330 irq 5
# The bridge drivers for sound cards. Do not forget pcm as well.
#
-# sbc: Creative SoundBlaster ISA PnP
+# sbc: Creative SoundBlaster ISA PnP/non-PnP
+# Includes ESS and Advance.
# gusc: Gravis UltraSound ISA PnP/non-PnP
# csa: Crystal Semiconductor CS461x/428x PCI
@@ -1429,7 +1430,8 @@ device uart0 at isa? port 0x330 irq 5
#device csa0
# For non-PnP cards:
-#device gusc0 at isa? port 0x220 irq 5 drq 1 flags 0x13
+#device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15
+#device gusc0 at isa? port 0x220 irq 5 drq 1 flags 0x13
# Not controlled by `snd'
device pca0 at isa? port IO_TIMER1
OpenPOWER on IntegriCloud