From owner-freebsd-hackers Sat Sep 7 01:37:41 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA16641 for hackers-outgoing; Sat, 7 Sep 1996 01:37:41 -0700 (PDT) Received: from palin.cc.monash.edu.au (palin.cc.monash.edu.au [130.194.2.87]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA16634 for ; Sat, 7 Sep 1996 01:37:36 -0700 (PDT) Received: (peter@localhost) by palin.cc.monash.edu.au (8.7.3/8.6.4) id SAA17623 for hackers@freebsd.org; Sat, 7 Sep 1996 18:37:49 +1000 Date: Sat, 7 Sep 1996 18:37:49 +1000 From: Peter Hawkins Message-Id: <199609070837.SAA17623@palin.cc.monash.edu.au> To: hackers@freebsd.org Subject: PCI PnP question Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm writing a driver for a pci card, but every time I plug it in (regardless of whether I load the kernal with the driver) I see that ed1 (my ethernet card) fails at boottime (can't clear memory c8000). I'm not really a PC person so the vagaries of it's memory management are not things I follow well. I can't find any way to adjust the way the bios allocates windows to pci devices so I have to assume it doesn't overlap isa. I know this particular card requires 16k of memory. Can anyone enlighten me here and tell me how to avoid conflicts (other than moving the card to another slot). Also does anyone know what the bios uses as a memory mapping strategy? Peter