From owner-freebsd-hackers Tue Jul 28 12:22:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA22048 for freebsd-hackers-outgoing; Tue, 28 Jul 1998 12:22:36 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from tarsier.ca.sandia.gov (tarsier.ca.sandia.gov [146.246.246.124]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA21949 for ; Tue, 28 Jul 1998 12:21:57 -0700 (PDT) (envelope-from cc@tarsier.ca.sandia.gov) Received: from tarsier.ca.sandia.gov (localhost [127.0.0.1]) by tarsier.ca.sandia.gov (8.8.8/8.8.8) with ESMTP id MAA12801 for ; Tue, 28 Jul 1998 12:22:36 -0700 (PDT) (envelope-from cc@tarsier.ca.sandia.gov) Message-Id: <199807281922.MAA12801@tarsier.ca.sandia.gov> X-Mailer: exmh version 2.0.2 2/24/98 To: hackers@FreeBSD.ORG Subject: pci_map_mem() failing.. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 28 Jul 1998 12:22:35 -0700 From: "Chris Csanady" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is my second try at sending this message.. the first one did not seem to get through. :\ Anyways.. I am working on a device driver, and so far have not been able to get this seemingly simple aspect of it to work. I am getting the following error: pci_map_mem failed: bad memory type=0xfffff004 It seems that the pci code does not know how to handle 64bit cards. If I yank the lines in pci.c that check the memory type, it produces no errors, although the mapping still does not work. What am I missing here? This is on a 2.2.6 box. Thanks, Chris Csanady To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message