Date: Fri, 17 Nov 2000 17:49:18 +0900 From: Hiroyuki Une <harrier@seiryu.es.hkg.ac.jp> To: freebsd-stable@freebsd.org Cc: harrier@seiryu.es.hkg.ac.jp Subject: man page of pcm(4) is obscure. Message-ID: <20001117174918F.harrier@seiryu.es.hkg.ac.jp>
next in thread | raw e-mail | index | archive | help
I'm confused when I configure non-PnP soundcard on ISA which is SoundBlaster compatible. Manual page of pcm(4) is described as below: SYNOPSIS For a card with bridge driver support, and a PnP card: device pcm For a card without bridge driver support, and a non-PnP card: device pcm0 at isa? port? irq 5 drq 1 flags 0x15 Description of pcm driver in LINT is: # 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 device pcm Which is correct? device pcm device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x0 or device pcm0 at isa? port? irq 5 drq 1 flags 0x0 device sbc --- Hiroyuki Une: harrier@seiryu.es.hkg.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001117174918F.harrier>