summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>2000-08-17 23:18:56 +0000
committeraugustss <augustss@NetBSD.org>2000-08-17 23:18:56 +0000
commit7e5bb38ef28314a976fed52786ac5d1507053290 (patch)
tree287aec597ea7dc32d2750632bfce054257042e41 /sys/dev
parent2d8b50667e1af15acf114b1269475f5fd0f63a32 (diff)
Add an XXX comment.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/ohci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c
index 4fe90003b24..9874b55026a 100644
--- a/sys/dev/usb/ohci.c
+++ b/sys/dev/usb/ohci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.92 2000/08/08 19:51:46 tv Exp $ */
+/* $NetBSD: ohci.c,v 1.93 2000/08/17 23:18:56 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/ohci.c,v 1.22 1999/11/17 22:33:40 n_hibma Exp $ */
/*
@@ -2395,7 +2395,7 @@ ohci_root_ctrl_start(usbd_xfer_handle xfer)
index));
OWRITE4(sc, port, UPS_RESET);
for (i = 0; i < 10; i++) {
- usb_delay_ms(&sc->sc_bus, 10);
+ usb_delay_ms(&sc->sc_bus, 10); /* XXX */
if ((OREAD4(sc, port) & UPS_RESET) == 0)
break;
}