Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 1998 16:58:19 +0000
From:      dmaddox@scsn.net (Donald J. Maddox)
To:        "Gregory A. Carter" <omni@dynmc.net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Creative AWE32/64 PnP support.
Message-ID:  <19980930165819.A917@scsn.net>
In-Reply-To: <Pine.BSF.3.96.980930133906.3915A-100000@ns1.dynmc.net>; from Gregory A. Carter on Wed, Sep 30, 1998 at 01:47:05PM -0700
References:  <19980930163154.A772@scsn.net> <Pine.BSF.3.96.980930133906.3915A-100000@ns1.dynmc.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 30, 1998 at 01:47:05PM -0700, Gregory A. Carter wrote:
> On Wed, 30 Sep 1998, Donald J. Maddox wrote:
> 
> :Yes.  You may have to manually set the PnP configuration of at least the
> :AWE device the first time you boot a kernel with SBAWE support in it,
> :though...  I compile my kernel with the following options so USERCONFIG
> :just automagically fixes the PnP config evertime I boot:
> 
> Right now I'm running 2.2.7 and the device awe0 is set and it'll detect
> awe0 at 620, but as for sb0, sbxvi0, sbmidi0, and opl0 it doesn't see
> them. Any clue? 
> 
> Kernel options relative are as follows:
> 
> controller      pnp0
> 
> controller      snd0
> device sb0      at isa? port 0x220 irq 5 conflicts 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

Well, this box has a PnP BIOS that configures all that for me, but you
may have to do something like:

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 the configuration editor.  All this assumes that you have pnp0 in your
kernel config, of course...

The actual IRQ #'s, etc. may vary for you, too.  Look at the output of
pnpinfo to get the right numbers.

Good luck :-)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980930165819.A917>