From owner-freebsd-hackers Fri Jun 20 10:24:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA13754 for hackers-outgoing; Fri, 20 Jun 1997 10:24:21 -0700 (PDT) Received: from friley01.res.iastate.edu (friley01.res.iastate.edu [129.186.189.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA13749 for ; Fri, 20 Jun 1997 10:24:19 -0700 (PDT) Received: from friley01.res.iastate.edu (loopback [127.0.0.1]) by friley01.res.iastate.edu (8.8.5/8.8.5) with ESMTP id MAA15908 for ; Fri, 20 Jun 1997 12:26:11 -0500 (CDT) Message-Id: <199706201726.MAA15908@friley01.res.iastate.edu> X-Mailer: exmh version 2.0gamma 1/27/96 To: hackers@freebsd.org Subject: pci_map_mem failed... Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 20 Jun 1997 12:26:11 -0500 From: Chris Csanady Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am working on an ethernet driver, but when I try to map the cards registers, I get the following.. pci_map_mem failed: device's memrange 0x6100-0x61ff is incompatible with its bridge's memrange 0x2000000-0xffffffff There seems to be some comment in German in pci.c about this case, so I was wondering if something is broken.. If not, what am I doing wrong here? Thanks, Chris Csanady