From owner-freebsd-questions Wed Nov 18 07:21:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA18486 for freebsd-questions-outgoing; Wed, 18 Nov 1998 07:21:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from as5200-01-254.no.neosoft.com (as5200-01-254.no.neosoft.com [206.27.167.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA18469 for ; Wed, 18 Nov 1998 07:21:18 -0800 (PST) (envelope-from conrads@as5200-01-254.no.neosoft.com) Received: (from conrads@localhost) by as5200-01-254.no.neosoft.com (8.9.1/8.9.1) id JAA17416; Wed, 18 Nov 1998 09:20:12 -0600 (CST) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 18 Nov 1998 09:20:12 -0600 (CST) Reply-To: conrads@neosoft.com Organization: NeoSoft, Inc. From: Conrad Sabatier To: Andy McConnell Subject: Re: AWE PNP not recognized Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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