From owner-freebsd-current Fri Dec 24 12: 0:54 1999 Delivered-To: freebsd-current@freebsd.org Received: from mass.cdrom.com (castles551.castles.com [208.214.165.115]) by hub.freebsd.org (Postfix) with ESMTP id 5E46214F94 for ; Fri, 24 Dec 1999 12:00:50 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id MAA10732; Fri, 24 Dec 1999 12:05:08 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <199912242005.MAA10732@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Mathew Kanner Cc: patrick@whetstonelogic.com, freebsd-current@FreeBSD.ORG Subject: Re: pcm/sbc and Avance Logic ALS-120 In-reply-to: Your message of "Fri, 24 Dec 1999 12:33:25 EST." <19991224123325.B28808@cs.mcgill.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 24 Dec 1999 12:05:08 -0800 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Dec 24, patrick@whetstonelogic.com wrote: > > On -CURRENT: Fri Dec 24 08:38:50 EST 1999, > > I'm getting the following when I enabled pcm and sbc in the kernel: > > > > unknown0: at port 0x220-0x22f irq 5 drq 1,0 on isa0 > > sbc0: at port 0x388-0x38f on isa0 > > sbc0: alloc_resource > > device_probe_and_attach: sbc0 attach returned 6 > > unknown1: at port 0x208-0x20f on isa0 > > unknown2: at port 0x330-0x331 irq 9 on isa0 > > I changed sys/dev/sound/isa/sbc.c to > {0x01200000, "Avance Logic ALS120 -00"}, > {0x01200001, "Avance Logic ALS120 -01"}, > and got > sbc0: at port 0x220-0x22f irq 5 drq 1,0 on\ > isa0 > sbc0: setting card to irq 5, drq 1, 0 > pcm0: on sbc0 > sbc1: at port 0x388-0x38f on isa0 > sbc1: alloc_resource > device_probe_and_attach: sbc1 attach returned 6 That was silly. The -00 device is a soundblaster, but the -01 device certainly isn't. 8) > unknown6: at port 0x200-0x207 on isa0 That's probably the joystick port (you can check that by adding the joy0 driver). > unknown7: at port 0x330-0x331 irq 9 on isa0 And that's the Midi interface, I'd guess. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message