From owner-freebsd-stable@FreeBSD.ORG Sat Dec 31 03:58:02 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C47E016A41F for ; Sat, 31 Dec 2005 03:58:02 +0000 (GMT) (envelope-from andrew@areilly.bpc-users.org) Received: from omta04sl.mx.bigpond.com (omta04sl.mx.bigpond.com [144.140.93.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id D838843D48 for ; Sat, 31 Dec 2005 03:57:58 +0000 (GMT) (envelope-from andrew@areilly.bpc-users.org) Received: from areilly.bpc-users.org ([141.168.4.160]) by omta04sl.mx.bigpond.com with ESMTP id <20051231035756.COCO10380.omta04sl.mx.bigpond.com@areilly.bpc-users.org> for ; Sat, 31 Dec 2005 03:57:56 +0000 Received: (qmail 24175 invoked by uid 501); 31 Dec 2005 14:57:57 +1100 Date: Sat, 31 Dec 2005 14:57:57 +1100 From: Andrew Reilly To: freebsd-stable@freebsd.org Message-ID: <20051231035757.GA24100@gurney.reilly.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: 5-port (NEC) USB-2.0 PCI card support? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 03:58:02 -0000 Hi all, I bought a cheap 5-port USB-2.0 PCI card the other day, to plug an external hard disk drive into my aging P3/500 system. It is branded "Swann", and consists essentially of a single NEC D720101GJ chip. I'm running 5.4-STABLE ( FreeBSD gurney.reilly.home 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Dec 29 20:48:25 EST 2005 root@gurney.reilly.home:/usr/obj/usr/src/sys/GURNEY i386 ) with essentially a stock GENERIC kernel, but with ehci compiled in (it's commented out in GENERIC). Needless to say, it wasn't detected, or I wouldn't be writing this message. Does anyone have any hints or suggestions? Might this be a case of adding a specific ID number to an existing driver, or am I just out of luck? The packaging claims to be complient with OHCI spec 0.95 and EHCI spec rev 0.95, which doesn't inspire a whole lot of confidence, considering that the driver man pages specify spec 1.0 versions. All the kernel seems to see is an unidentified bridge: pci0: at device 7.3 (no driver attached) And even the BIOS doesn't mention it in the pre-boot PCI interrupt assignment scan (which doesn't bode well, I suspect). Thoughts, suggestions? Cheers, -- Andrew