diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2007-03-19 03:35:45 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2007-03-19 03:35:45 +0000 |
| commit | 33662e369c8ab09e07979d375ebcbe06d2f4657c (patch) | |
| tree | 9bae7ec8d6853c5152c1dbc6d87f610d5e6201a6 /sys/dev | |
| parent | 97fa78151589b3e3c647b08c4cd8dafda716e675 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/firewire/fwohci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c index 98de97d8e04d8..e5285b6d7411e 100644 --- a/sys/dev/firewire/fwohci.c +++ b/sys/dev/firewire/fwohci.c @@ -423,6 +423,8 @@ fwohci_probe_phy(struct fwohci_softc *sc, device_t dev) * It is not actually available port on your PC . */ OWRITE(sc, OHCI_HCCCTL, OHCI_HCC_LPS); + DELAY(500); + reg = fwphy_rddata(sc, FW_PHY_SPD_REG); if((reg >> 5) != 7 ){ |
