From owner-freebsd-hackers Sat Aug 23 15:36:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA18370 for hackers-outgoing; Sat, 23 Aug 1997 15:36:16 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id PAA18359; Sat, 23 Aug 1997 15:36:11 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA04920; Sat, 23 Aug 1997 15:27:49 -0700 From: Terry Lambert Message-Id: <199708232227.PAA04920@phaeton.artisoft.com> Subject: Re: Couldn't change IRQ on Creative SB16 PnP To: richw@webcom.com (Rich Wales) Date: Sat, 23 Aug 1997 15:27:48 -0700 (MST) Cc: smpatel@FreeBSD.ORG, hackers@FreeBSD.ORG In-Reply-To: from "Rich Wales" at Aug 22, 97 10:35:27 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I can change the IRQ for the card in DOS (it works fine at IRQ10 under > DOS and Windows) -- but in order to do so, I have to select one of the > card's non-default configurations first (configuration 0 only allows > IRQ5). Is it possible that this might be why the FreeBSD code couldn't > change the IRQ? I assume you mean the configuration 0 in the Windows 95 property page. This is the default from the PnP configuration. You must have an error in your configuration information if IRQ 5 is taken by something else. What you probably ned to do is go into the PnP BIOS configuration and tell it IRQ 5 is taken by an ISA card. PS: If your BIOS doesn't know this, then FreeBSD isn't going to be able to know it either... Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.