Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 1998 09:20:12 -0600 (CST)
From:      Conrad Sabatier <conrads@neosoft.com>
To:        Andy McConnell <andym@ntt.net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: AWE PNP not recognized
Message-ID:  <XFMail.981118092012.conrads@neosoft.com>
In-Reply-To: <Pine.BSF.3.95LJ1.1b3.981117103105.349D-100000@dukat.noc.cup.ndp.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Do you have any BIOS settings that control PnP?  Have you tried changing them?

Also, looks like maybe you're still not doing the boot-time pnp configuration
(very important!).

The easiest way to do this is to create a /kernel.config file like so
(substitute your card's number -- probably 2):

USERCONFIG
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 enable port0 0x620 port1 0xa20 port2 0xe20
pnp 1 3 os disable
quit

And make sure you have "options USERCONFIG_BOOT" in your kernel configuration
file.

Let us know how it goes.

-- 
Conrad Sabatier

Carmel, New York, has an ordinance forbidding men to wear coats and
trousers that don't match.



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?XFMail.981118092012.conrads>