Hi,
I have USB 2.0 PCI Card GMU2P-04V, pen drive ("Mobile Disk III" from TwinMOS),
FreeBSD 4.8.

Part of my kernel conf. file:
  ...
  device          scbus           # SCSI bus (required)
  device          da              # Direct Access (disks)
  device          da0
  device          pass            # Passthrough device (direct SCSI access)
  ...
  device          uhci            # UHCI PCI->USB interface
  device          ohci            # OHCI PCI->USB interface
  device          usb             # USB Bus (required)
  device          ugen            # Generic
Part of dmesg:
  ...
  uhci0: <VIA 83C572 USB controller> port 0x6400-0x641f irq 12 at device 11.0 on
  usb0: <VIA 83C572 USB controller> on uhci0
  usb0: USB revision 1.0
  uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
  uhub0: 2 ports with 2 removable, self powered
  uhci1: <VIA 83C572 USB controller> port 0x6500-0x651f irq 11 at device 11.1 on
  ...
  usb1: <VIA 83C572 USB controller> on uhci1
  usb1: USB revision 1.0
  uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
  uhub1: 2 ports with 2 removable, self powered
  pci0: <USB controller> at 11.2 irq 10
  ...

I have usbd_enable="YES" in /etc/rc.conf.
Inserting of my pen drive in card does not get any effect.
When I use my pen drive on othe computer (with integrated USB Host Controller),
usbd detect da0 disk.

Eugene Savin.

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to