Subject: Re: recommendations on USB2.0 cardbus adapters?
To: Matthew Orgass <darkstar@city-net.com>
From: Malcolm Herbert <mjch@mjch.net>
List: netbsd-users
Date: 06/08/2006 12:00:48
On Wed, Jun 07, 2006 at 09:02:03PM -0400, Matthew Orgass wrote:
|On 2006-06-08 mjch@mjch.net wrote:
|> | # CardBus USB controllers
|> |-#ohci* at cardbus? dev ? function ? # Open Host Controller
|> |+ohci* at cardbus? dev ? function ? # Open Host Controller
|> |+ehci* at cardbus? dev ? function ? # Enhanced Host Controller
|[...]
|> | VIA Technologies VT83C572 USB Controller (USB serial bus, revision
|> 0x61) at cardbus1 dev 0 function 0 not configured
|
| You need uhci@cardbus.
OK, config now contains:
|bahram# diff -u sys/arch/i386/conf/{GENERIC_LAPTOP,MAJA}
|--- sys/arch/i386/conf/GENERIC_LAPTOP 2005-10-16 07:36:52.000000000 +1000
|+++ sys/arch/i386/conf/MAJA 2006-06-08 21:58:04.000000000 +1000
|@@ -625,7 +625,9 @@
| uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
|
| # CardBus USB controllers
|-#ohci* at cardbus? dev ? function ? # Open Host Controller
|+ohci* at cardbus? dev ? function ? # Open Host Controller
|+ehci* at cardbus? dev ? function ? # Enhanced Host Controller
|+uhci* at cardbus? dev ? function ? # Universal Host Controller (Intel)
|
| # USB bus support
| usb* at ehci?
|bahram# sh ./build.sh tools kernel=MAJA
:
:
:
|/usr/src/sys/arch/i386/conf/MAJA:630: `uhci' cannot attach to `cardbus'
|*** Stop.
|
|ERROR: nbconfig failed for MAJA
|*** BUILD ABORTED ***
... so, what do I need to do here?
--
Malcolm Herbert This brain intentionally
mjch@mjch.net left blank