Mark Sergeant
2005-Aug-10  22:26 UTC
VIA vt6202 controller not recognised by FreeBSD 5.4-Release (ehci)
Output from pciconf -lv
none@pci2:7:2 class=0x0c0320 card=0x12340925 chip=0x31041106 rev=0x51  
hdr=0x00
     vendor    = 'VIA Technologies Inc'
     device    = 'VT6202 USB 2.0 Enhanced Host Controller'
     class    = serial bus
     subclass    = USB
The same card has it's usb 1.0 component recognised as a VIA  
VT82xxxxxx UHCI USB 1.1 Controller, it also has the ehci part  
recognised by ubuntu. Any ideas ?
Cheers,
Mark
Björn König
2005-Aug-11  08:49 UTC
VIA vt6202 controller not recognised by FreeBSD 5.4-Release (ehci)
Mark Sergeant wrote:> Output from pciconf -lv > > none@pci2:7:2 class=0x0c0320 card=0x12340925 chip=0x31041106 rev=0x51 > hdr=0x00 > > vendor = 'VIA Technologies Inc' > device = 'VT6202 USB 2.0 Enhanced Host Controller' > class = serial bus > subclass = USB > > The same card has it's usb 1.0 component recognised as a VIA VT82xxxxxx > UHCI USB 1.1 Controller, it also has the ehci part recognised by > ubuntu. Any ideas ?Build a custom kernel with "options ehci". It's disabled by default as you can see in /usr/src/sys/i386/conf/GENERIC. Bj?rn