If this with usb support compiled into the kernel, try the following
patch:

--- usb_subr.c.orig     Wed Feb  9 23:27:31 2000
+++ usb_subr.c  Wed Feb  9 21:16:54 2000
@@ -302,7 +302,7 @@
        u_int ms;
 {
        /* Wait at least two clock ticks so we know the time has
passed. */
-       if (bus->use_polling)
+       if (bus->use_polling || cold)
                delay((ms+1) * 1000);
        else
                tsleep(&ms, PRIBIO, "usbdly", (ms*hz+999)/1000 + 1);


If it is loaded as a module, could you send me the relevant parts of the
dmesg of a verbose boot (type 'set boot_verbose' at the loader prompt)
with or without the USB support compiled in. Also could you try to load
the USB module at the loader prompt and tell me whether that works?

Cheers.

Nick


On Mon, 7 Feb 2000, David Gilbert wrote:

> Since my new Viewsonic monitor included a USB hub and cable, I decided 
> to connect them.  Under 3.3-STABLE (somewhere, forget when) this
> worked and usbdev -v would show that the extra 4 port hub was
> connected.  After upgrading to 4.0-CURRENT, I got:
> 
> uhci0: <VIA 83C572 USB controller> port 0xcc00-0xcc1f irq 10 at device 
> 4.2 on pc
> i0
> 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
> uhub0: device problem, disabling port 2
> uhci1: <VIA 83C572 USB controller> port 0xd000-0xd01f irq 10 at device 
> 4.3 on pc
> i0
> 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
> 
> ... note the "device problem, disabling port 2" --- that message will
> follow whatever I plug the monitors USB hub into.
> 
> Dave.
> 
> -- 
> ============================================================================
> |David Gilbert, Velocet Communications.       | Two things can only be     |
> |Mail:       [EMAIL PROTECTED]             |  equal if and only if they |
> |http://www.velocet.net/~dgilbert             |   are precisely opposite.  |
> =========================================================GLO================
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 

--
[EMAIL PROTECTED]
[EMAIL PROTECTED]                                          USB project
http://www.etla.net/~n_hibma/



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

Reply via email to