From owner-freebsd-current@FreeBSD.ORG Tue Dec 9 10:25:11 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F96516A4CE for ; Tue, 9 Dec 2003 10:25:11 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 788EA43D21 for ; Tue, 9 Dec 2003 10:25:09 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hB9IP2iV008874; Tue, 9 Dec 2003 11:25:02 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 09 Dec 2003 11:24:51 -0700 (MST) Message-Id: <20031209.112451.85409240.imp@bsdimp.com> To: atm@amrx.net From: "M. Warner Losh" In-Reply-To: <200312091706.hB9H6BLu007332@ns1.san.rr.com> References: <200312091706.hB9H6BLu007332@ns1.san.rr.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: NEC uPD 9210 USB controller not working, Could not map memory X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 18:25:11 -0000 In message: <200312091706.hB9H6BLu007332@ns1.san.rr.com> Andrew Marks writes: : ohci1: at device 9.0 on pci0 : ohci1: Could not map memory : device_probe_and_attach: ohci1 attach returned 6 This is because FreeBSD's pci bus code is failing to assign resources to this device. Warner