summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 17:56:23 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 17:56:23 +0000
commit1caa831a53a848a88ec15cbfbb3fc5c29277395f (patch)
tree9d3812af33f9ae1a5c19ad2a30bfc5449d855eae
parentceeb2c61a61633ec60f4492f222e575d7f65baef (diff)
downloadFreeBSD-src-1caa831a53a848a88ec15cbfbb3fc5c29277395f.zip
FreeBSD-src-1caa831a53a848a88ec15cbfbb3fc5c29277395f.tar.gz
Add some more comments about sound card bridge devices and their
relationship with pcm and other things like newmidi.
-rw-r--r--sys/conf/NOTES17
-rw-r--r--sys/i386/conf/LINT17
-rw-r--r--sys/i386/conf/NOTES17
3 files changed, 39 insertions, 12 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3d82a4d..e1b2947 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1413,19 +1413,28 @@ options NATM #native ATM
# The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!).
# Note that motherboard sound devices may require options PNPBIOS.
#
+# Supported cards include:
+# Creative SoundBlaster ISA PnP/non-PnP
+# Supports ESS and Avance ISA chips as well.
+# Gravis UltraSound ISA PnP/non-PnP
+# Crystal Semiconductor CS461x/428x PCI
+# Neomagic 256AV (ac97)
+# Most of the more common ISA/PnP sb/mss/ess compatable cards.
+
# For non-pnp sound cards with no bridge drivers only:
device pcm0 at isa? irq 10 drq 1 flags 0x0
#
-# For PnP/PCI sound cards:
+# For PnP/PCI sound cards
device pcm
-# The bridge drivers for sound cards. Do not forget pcm as well.
+# The bridge drivers for sound cards. These can be seperately configured
+# for providing services to the likes of new-midi (not in the tree yet).
+# When used with 'device pcm' they also provide pcm sound services.
#
# sbc: Creative SoundBlaster ISA PnP/non-PnP
# Supports ESS and Avance ISA chips as well.
# gusc: Gravis UltraSound ISA PnP/non-PnP
-# pcm: Crystal Semiconductor CS461x/428x PCI
-# pcm: Neomagic 256AV (ac97 version)
+# csa: Crystal Semiconductor CS461x/428x PCI
# For non-PnP cards:
device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 3d82a4d..e1b2947 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1413,19 +1413,28 @@ options NATM #native ATM
# The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!).
# Note that motherboard sound devices may require options PNPBIOS.
#
+# Supported cards include:
+# Creative SoundBlaster ISA PnP/non-PnP
+# Supports ESS and Avance ISA chips as well.
+# Gravis UltraSound ISA PnP/non-PnP
+# Crystal Semiconductor CS461x/428x PCI
+# Neomagic 256AV (ac97)
+# Most of the more common ISA/PnP sb/mss/ess compatable cards.
+
# For non-pnp sound cards with no bridge drivers only:
device pcm0 at isa? irq 10 drq 1 flags 0x0
#
-# For PnP/PCI sound cards:
+# For PnP/PCI sound cards
device pcm
-# The bridge drivers for sound cards. Do not forget pcm as well.
+# The bridge drivers for sound cards. These can be seperately configured
+# for providing services to the likes of new-midi (not in the tree yet).
+# When used with 'device pcm' they also provide pcm sound services.
#
# sbc: Creative SoundBlaster ISA PnP/non-PnP
# Supports ESS and Avance ISA chips as well.
# gusc: Gravis UltraSound ISA PnP/non-PnP
-# pcm: Crystal Semiconductor CS461x/428x PCI
-# pcm: Neomagic 256AV (ac97 version)
+# csa: Crystal Semiconductor CS461x/428x PCI
# For non-PnP cards:
device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 3d82a4d..e1b2947 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1413,19 +1413,28 @@ options NATM #native ATM
# The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!).
# Note that motherboard sound devices may require options PNPBIOS.
#
+# Supported cards include:
+# Creative SoundBlaster ISA PnP/non-PnP
+# Supports ESS and Avance ISA chips as well.
+# Gravis UltraSound ISA PnP/non-PnP
+# Crystal Semiconductor CS461x/428x PCI
+# Neomagic 256AV (ac97)
+# Most of the more common ISA/PnP sb/mss/ess compatable cards.
+
# For non-pnp sound cards with no bridge drivers only:
device pcm0 at isa? irq 10 drq 1 flags 0x0
#
-# For PnP/PCI sound cards:
+# For PnP/PCI sound cards
device pcm
-# The bridge drivers for sound cards. Do not forget pcm as well.
+# The bridge drivers for sound cards. These can be seperately configured
+# for providing services to the likes of new-midi (not in the tree yet).
+# When used with 'device pcm' they also provide pcm sound services.
#
# sbc: Creative SoundBlaster ISA PnP/non-PnP
# Supports ESS and Avance ISA chips as well.
# gusc: Gravis UltraSound ISA PnP/non-PnP
-# pcm: Crystal Semiconductor CS461x/428x PCI
-# pcm: Neomagic 256AV (ac97 version)
+# csa: Crystal Semiconductor CS461x/428x PCI
# For non-PnP cards:
device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15
OpenPOWER on IntegriCloud