Subject: Re: how to use DLINK DUB E-100
To: None <netbsd-help@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: netbsd-help
Date: 03/08/2006 23:42:48
In article <440F4FAE.4020303@vo.lu>, Patrick Useldinger  <pu@vo.lu> wrote:
>-=-=-=-=-=-
>
>Christos Zoulas wrote:
>
>> Can you post your dmesg here?
>
>Please find here enclosed:
>dmesg.001.gz -> the NetBSD kernel messages
>dmesg.002.gz -> the Linux kernel messages, where the adapter works fine
>
>Sverre pointed to 
>http://mail-index.netbsd.org/netbsd-help/2000/07/01/0007.html which 
>seems related. I have to look into it.
>

Your problem is that:

uhci0 at pci0 dev 7 function 2: Intel 82371AB (PIIX4) USB Host Controller (rev. 
0x01)
uhci0: can't map i/o space
       ^^^^^^^^^^^^^^^^^^^

Can you try with a kernel that has:

options PCIBIOS
options PCIBIOSVERBOSE
options	PCI_ADDR_FIXUP          # fixup PCI I/O addresses
options	PCI_BUS_FIXUP           # fixup PCI bus numbering
options	PCI_INTR_FIXUP          # fixup PCI interrupt routing

I am not sure if all that is needed, but you can try it out.

christos