Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 1999 17:52:03 -0400
From:      "Donald J . Maddox" <dmaddox@conterra.com>
To:        Tom Embt <tom@embt.com>
Cc:        freebsd-hardware@freebsd.org, "Donald J . Maddox" <dmaddox@conterra.com>
Subject:   Re: How to get AWE64 ISA PnP working?
Message-ID:  <19990521175203.B1487@dmaddox.conterra.com>
In-Reply-To: <3.0.3.32.19990521053630.00b5402c@mail.embt.com>; from Tom Embt on Fri, May 21, 1999 at 05:36:30AM -0400
References:  <Pine.BSF.4.05.9905201312350.4316-100000@bumlan.campus.luth.se> <3.0.3.32.19990520054937.00a98514@mail.embt.com> <Pine.BSF.4.05.9905201312350.4316-100000@bumlan.campus.luth.se> <19990520193042.A1385@dmaddox.conterra.com> <3.0.3.32.19990521053630.00b5402c@mail.embt.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I'm pretty sure if you fix this little typo in your kernel.config, all
will be well:

On Fri, May 21, 1999 at 05:36:30AM -0400, Tom Embt wrote:
> config> pnp 1 0 os enable irq0 5 drq0 1 drq1 5 port0 0x220 port1 0x330
> port2 0x388
> config> pnp 1 1 os disable
> config> pnp 1 2 os port0 0x620 port1 0xa20 port2 0xe20
                     ^^^^ Notice missing 'enable' keyword
> config> pnp 1 3 os disable
> config> quit
<SNIP>
> ----------------
> |/kernel.config|
> ----------------
> pnp 1 0 os enable irq0 5 drq0 1 drq1 5 port0 0x220 port1 0x330 port2 0x388
> pnp 1 1 os disable
> pnp 1 2 os port0 0x620 port1 0xa20 port2 0xe20
             ^^^^  Need 'enable' keyword here
> pnp 1 3 os disable
> quit


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




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