From owner-freebsd-hackers Wed Jul 30 15:32:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA09072 for hackers-outgoing; Wed, 30 Jul 1997 15:32:04 -0700 (PDT) Received: from etinc.com (et-gw-fr1.etinc.com [204.141.244.98]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA09024; Wed, 30 Jul 1997 15:31:50 -0700 (PDT) Received: from ntws (ntws.etinc.com [204.141.95.142]) by etinc.com (8.8.3/8.6.9) with SMTP id SAA00492; Wed, 30 Jul 1997 18:39:09 -0400 (EDT) Message-Id: <3.0.32.19970730182946.00e44bc0@etinc.com> X-Sender: dennis@etinc.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 30 Jul 1997 18:29:49 -0400 To: Stefan Esser , Luigi Rizzo From: dennis Subject: Re: Advice sought on PnP configuration Cc: Amancio Hasty , hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG, Stefan Esser Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 09:25 PM 7/30/97 +0200, Stefan Esser wrote: >On Jul 30, Luigi Rizzo wrote: >> HOWEVER: this relies on the PnP (or PCI for what matters) BIOS to >> work correctly (which might be false, see at the end of the message). > [much snipage] Note the PnP for ISA is a nightmare...a real joke if you have shared memory cards because of the limited space available. If you try to set a PCI card with 64kb of ram to "below 1 meg" most of the time the machine will hang or fail if you have another shared card also, because there isnt enough contiguous space for both of them. The bios' just aren't smart enough to solve these problems, and once a card is configured they can "reallocate" the space if something else needs to be fit in. They just fail. Dennis