diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2002-11-05 02:42:28 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2002-11-05 02:42:28 +0000 |
| commit | 851c3ad031f315fe2716659ffec789bf361990d7 (patch) | |
| tree | 1af5706eba0048a3bce9428461ea84ebd8fbbf12 /sys/dev | |
| parent | 450ffb44271dbe567126386a7517ad400926271d (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/firewire/fwohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c index 4cc6846a6d4b..96b1f2441a58 100644 --- a/sys/dev/firewire/fwohci.c +++ b/sys/dev/firewire/fwohci.c @@ -494,7 +494,7 @@ int fwohci_init(struct fwohci_softc *sc, device_t dev) #endif OWRITE(sc, OHCI_HCCCTL, OHCI_HCC_LPS); /* XXX wait for SCLK. */ - DELAY(10000); + DELAY(100000); reg = OREAD(sc, OHCI_BUS_OPT); reg2 = reg | OHCI_BUSFNC; |
