From 1caa831a53a848a88ec15cbfbb3fc5c29277395f Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 29 Jan 2000 17:56:23 +0000 Subject: Add some more comments about sound card bridge devices and their relationship with pcm and other things like newmidi. --- sys/conf/NOTES | 17 +++++++++++++---- sys/i386/conf/LINT | 17 +++++++++++++---- sys/i386/conf/NOTES | 17 +++++++++++++---- 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 -- cgit v1.1