Hello,

after the following patch:

joe         2002/02/15 16:51:26 PST

  Modified files:
    sys/dev/usb          ohci.c uhci.c usb.h usb_subr.c usbdivar.h
  Log:
  Merge from NetBSD:
 
  Pave the way for USB2, by replacing 'lowspeed' with 'speed', so
  that it can take the values USB_SPEED_LOW, USB_SPEED_FULL or in
  time USB_SPEED_HIGH.

my USB-mouse quits working.

Normal dmesg output looks like this:
uhci0: <VIA 83C572 USB controller> port 0xcc00-0xcc1f irq 12 at device 
7.2 on pci0
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
ums0: KYE Genius USB Wheel Mouse, rev 1.00/0.00, addr 2, iclass 3/1
ums0: 3 buttons and Z dir.
uhci1: <VIA 83C572 USB controller> port 0xd800-0xd81f irq 12 at device 
7.3 on pci0
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


Now  the system pauses for approx. 15 second during boot and the output 
looks like this:
uhci0: <VIA 83C572 USB controller> port 0xcc00-0xcc1f irq 12 at device 
7.2 on pci0
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
<< here pause >>
usbd_new_device: addr=2, getting first desc failed
uhub0: device problem, disabling port 1
uhci1: <VIA 83C572 USB controller> port 0xd800-0xd81f irq 12 at device 
7.3 on pci0
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

The system is a dual PIII Gigabyte system with VIA-Chipset.

Any hints?

Michael




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to