From owner-freebsd-current@FreeBSD.ORG Wed Dec 10 22:25:48 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 DA2FC16A4CE for ; Wed, 10 Dec 2003 22:25:48 -0800 (PST) Received: from ns1.san.rr.com (66-27-66-186.san.rr.com [66.27.66.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88A0543D2A for ; Wed, 10 Dec 2003 22:25:47 -0800 (PST) (envelope-from amrx@ns1.san.rr.com) Received: from ns1.san.rr.com (localhost [127.0.0.1]) by ns1.san.rr.com (8.12.9/8.12.9) with ESMTP id hBB6PrJe095880 for ; Wed, 10 Dec 2003 22:25:53 -0800 (PST) (envelope-from amrx@ns1.san.rr.com) Received: (from amrx@localhost) by ns1.san.rr.com (8.12.9/8.12.9/Submit) id hBB6PruS095879 for current@freebsd.org; Wed, 10 Dec 2003 22:25:53 -0800 (PST) Date: Wed, 10 Dec 2003 22:25:53 -0800 From: Andrew Marks To: current@freebsd.org Message-ID: <20031211062553.GA95845@mail.san.rr.com> References: <200312091706.hB9H6BLu007332@ns1.san.rr.com> <200312091512.15849.mistry.7@osu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312091512.15849.mistry.7@osu.edu> User-Agent: Mutt/1.4.1i 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: Thu, 11 Dec 2003 06:25:49 -0000 I widdled my kernel down to almost nothing and still had the same problem. With ehci, the controller is detected, but the exact same thing happens. Here is the kernel config I used: makeoptions KERNEL=USBTEST machine i386 cpu I586_CPU ident USBTEST options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options UFS_ACL #Support for access control lists options UFS_DIRHASH #Improve performance on big directories options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 #Compatible with FreeBSD4 options SCSI_DELAY=1000 #Delay (in ms) before probing SCSI options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev device isa device pci device ata device atadisk # ATA disk drives options ATA_STATIC_ID #Static device numbering device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device vga # VGA video card driver device sc device npx device random # Entropy device device loop # Network loopback device ether # Ethernet support device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device ohci device ehci device usb I also tried with just ohci and just ehci and the same error messages occured. -Andrew Marks On Tue, Dec 09, 2003 at 03:12:15PM -0500, Anish Mistry wrote: Content-Description: signed data > On Tuesday 09 December 2003 12:06 pm, Andrew Marks wrote: > > The NEC uPD 9210 USB controller does not work on my laptop. Its a > Fujitsu > > P2120 and I cvsup'd with current about a week ago. The kernel complains > at > > boot and cannot "probe and attach" the device. I tried to include what I > > thought was relevant information. Please let me know if there is > anything > > else I can do/provide to help solve the problem. > > > > -Andrew Marks > > > Try with device ehci since the P2120 has usb 2.0 correct? Also try with > less stuff load, ie no firewire,drm, etc. and see if that helps. > > -- > Anish Mistry