From owner-freebsd-multimedia Tue Nov 4 01:23:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA27528 for multimedia-outgoing; Tue, 4 Nov 1997 01:23:52 -0800 (PST) (envelope-from owner-freebsd-multimedia) Received: from precipice.shockwave.com (ppp-207-104-18-85.snfc21.pacbell.net [207.104.18.85]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA27522 for ; Tue, 4 Nov 1997 01:23:49 -0800 (PST) (envelope-from pst@Shockwave.COM) Received: (from pst@localhost) by precipice.shockwave.com (8.8.7/8.7.3) id BAA00258 for multimedia@freebsd.org; Tue, 4 Nov 1997 01:23:47 -0800 (PST) Date: Tue, 4 Nov 1997 01:23:47 -0800 (PST) From: Paul Traina Message-Id: <199711040923.BAA00258@precipice.shockwave.com> To: multimedia@freebsd.org Subject: -current change to Luigi's driver? Sender: owner-freebsd-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm confused about proper configuration of a CS4237 based PnP device. I'm running -current as of today. The relevant bits of my config are: controller pnp0 device pcm0 at isa? port ? tty irq 11 drq 1 flags 0x3 vector pcmintr I get the following when I boot: Probing for PnP devices: CSN 1 Vendor ID: CSCd937 [0x37d9630e] Serial 0xffffffff mss_attach 1 at 0x530 irq 5 dma 1:3 flags 0x13 pcm1 (cs423x/ymh0020 sn 0xffffffff) at 0x530-0x537 irq 5 drq 1 flags 0x13 on isa Probing for devices on the ISA bus: .... pcm0 not probed due to drq conflict with pcm1 at 1 This seemed to work a week or so ago. I personally think the sound code should be configured with: controller pnp0 device pcm0 at isa? vector pcmintr but that option was not suggested in the text. /dev/sndstat reads: FreeBSD Audio Driver (971023) Nov 3 1997 22:48:58 Installed devices: pcm1: at 0x530 irq 5 dma 1:3 What should I be doing to get the device to show up as pcm0?