aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeigo Tanimura <tanimura@FreeBSD.org>1999-12-15 05:10:00 +0000
committerSeigo Tanimura <tanimura@FreeBSD.org>1999-12-15 05:10:00 +0000
commite3c439119a3318896f633cc284e9e654c3b7fe28 (patch)
treebe408c59d7a0b64334cc9f92cd7e8b502ecc86b5
parent669d8a6fad383607cc317b1e59e1aace59d64c54 (diff)
downloadsrc-e3c439119a3318896f633cc284e9e654c3b7fe28.tar.gz
src-e3c439119a3318896f633cc284e9e654c3b7fe28.zip
Add the description and example of sbc for non-PnP cards.
Noticed by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
Notes
Notes: svn path=/head/; revision=54623
-rw-r--r--sys/conf/NOTES8
-rw-r--r--sys/i386/conf/LINT8
-rw-r--r--sys/i386/conf/NOTES8
3 files changed, 15 insertions, 9 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index afcfd8ba8907..099f25cdf40a 100644
--- a/sys/conf/NOTES
+++ b/sys/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
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index afcfd8ba8907..099f25cdf40a 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 afcfd8ba8907..099f25cdf40a 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