summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>1998-12-28 16:13:44 +0000
committeraugustss <augustss@NetBSD.org>1998-12-28 16:13:44 +0000
commit1256add6be762b2b3aa2b59bce150b0b0aee8979 (patch)
tree95802e4142ec840603ba9e3c436d77fc59451e7a /sys/dev
parent6ac29b4d099d91435c6d8fb579a2b4b2ad8a6eb3 (diff)
Update for new name in usb.h
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/uhci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c
index 7a9a66de41c..93f43848f08 100644
--- a/sys/dev/usb/uhci.c
+++ b/sys/dev/usb/uhci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci.c,v 1.14 1998/12/28 02:06:25 augustss Exp $ */
+/* $NetBSD: uhci.c,v 1.15 1998/12/28 16:13:44 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -254,7 +254,7 @@ uhci_busreset(sc)
uhci_softc_t *sc;
{
UHCICMD(sc, UHCI_CMD_GRESET); /* global reset */
- usbd_delay_ms(&sc->sc_bus, USB_RESET_DELAY); /* wait at least 10ms */
+ usbd_delay_ms(&sc->sc_bus, USB_BUS_RESET_DELAY); /* wait a little */
UHCICMD(sc, 0); /* do nothing */
}