From owner-cvs-all Sat Oct 3 12:26:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16751 for cvs-all-outgoing; Sat, 3 Oct 1998 12:26:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA16739 for ; Sat, 3 Oct 1998 12:26:29 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id SAA01255; Sat, 3 Oct 1998 18:24:09 +0100 From: Luigi Rizzo Message-Id: <199810031724.SAA01255@labinfo.iet.unipi.it> Subject: Re: cvs commit: src/sys/i386/isa/snd CARDS README ad1848.c dmabuf.c mss.h sb_dsp.c sbcard.h sound.c sound.h To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Sat, 3 Oct 1998 18:24:08 +0100 (MET) Cc: cvs-committers@FreeBSD.ORG In-Reply-To: <19981003123644.A977@keltia.freenix.fr> from "Ollivier Robert" at Oct 3, 98 12:36:25 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > According to Brian Somers: > > This seems to break with ``controller pnp0'' (in my case anyway). > Same here: your case has nothing wrong: your kernel defines the config for unit 0, whereas the installed device is unit 1 (pnp). Second, you should put "device pcm0", not "contrpller pcm0" in the kernel config. I am not sure how "config" uses the two keywords... cheers luigi > -=-=- > 201 [12:34] roberto@tara:~> cat /dev/sndstat > FreeBSD Audio Driver (980215) Oct 1 1998 22:12:50 > Installed devices: > pcm1: at 0x530 irq 5 dma 1:0 <<<<<<<<< > sequencer1: at 0x388 (not functional) > -=-=- > > -=-=- > controller pnp0 > controller pcm0 at isa? port ? tty irq 5 drq 1 flags 0x13 vector pcmintr > -=-=- ^^^^^^^^^^ > > Boot > -=-=- > Probing for PnP devices: > CSN 1 Vendor ID: CSC0b35 [0x350b630e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] > mss_attach 1 at 0x530 irq 5 dma 1:0 flags 0x10 > ^^^^^^^^^^^^^^^ > pcm1 (CS423x/Yamaha sn 0xffffffff) at 0x530-0x537 irq 5 drq 1 flags 0x10 on isa > pcm0 not probed due to drq conflict with pcm1 at 1 > -=-=- > > -- > Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr > FreeBSD keltia.freenix.fr 3.0-BETA #1: Sat Oct 3 00:56:28 CEST 1998 > >