From owner-freebsd-stable Mon Aug 7 13:45:33 2000 Delivered-To: freebsd-stable@freebsd.org Received: from cgi.sstar.com (cgi.sstar.com [209.205.176.12]) by hub.freebsd.org (Postfix) with ESMTP id 68B3237B9D3 for ; Mon, 7 Aug 2000 13:45:27 -0700 (PDT) (envelope-from jim@jimking.net) Received: from bluto.jimking.net (bluto.jimking.net [216.54.255.8]) by cgi.sstar.com (8.9.3/8.9.3) with ESMTP id PAA02802; Mon, 7 Aug 2000 15:45:21 -0500 (CDT) (envelope-from jim@jimking.net) Received: from jking (jking.lgc.com [134.132.75.164]) by bluto.jimking.net (8.9.3/8.9.3) with SMTP id PAA37476; Mon, 7 Aug 2000 15:45:15 -0500 (CDT) (envelope-from jim@jimking.net) Message-ID: <006901c000b0$667c4c40$a44b8486@jking> From: "Jim King" To: "fingers" , References: Subject: Re: AWE64 on 4.1-STABLE Date: Mon, 7 Aug 2000 15:45:14 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm setting up an AWE64 on 4.1-STABLE. Long ago, I used the following to > get the card to be detected: > > controller pnp0 > controller snd0 > ^^^^^^^^^^^^^^^^^^^^ > these 2 have been deprecated. I'm using: > > device pcm0 > > instead. > > device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > device awe0 at isa? port 0x620 > device opl0 at isa? port 0x388 > > from what I can tell, either these don't exist anymore, or I need to do > this: > > pnp 1 0 os enable port0 0x220 irq0 5 drq0 1 drq1 5 port1 0x330 port2 0x388 > pnp 1 1 os enable port0 0x201 > pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 > > in my /boot/kernel.conf. I've done this. This is what I have in my kernel: > > #AWE64 > device pcm0 > device sbc0 > #device sb0 at isa? port 0x220 irq 5 drq 1r > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > device mpu0 at isa? port 0x330 irq 6 drq 0 > > Any ideas/suggestions? You want: device pcm device sbc That's all you need. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message