diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2009-01-19 02:31:27 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2009-01-19 02:31:27 +0000 |
| commit | 96b774f48971d1085f572c676c80ac0cbe5cf08f (patch) | |
| tree | 5de98897ad8229f53eb7036f5ff9122e93fdad61 /sys/pci | |
| parent | 07707a24284aa1aed3423f22ef671835cf5ff906 (diff) | |
Notes
Diffstat (limited to 'sys/pci')
| -rw-r--r-- | sys/pci/if_rlreg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h index b3569e8663f8..2cc51d72d2cf 100644 --- a/sys/pci/if_rlreg.h +++ b/sys/pci/if_rlreg.h @@ -937,6 +937,7 @@ struct rl_softc { CSR_WRITE_4(sc, offset, CSR_READ_4(sc, offset) & ~(val)) #define RL_TIMEOUT 1000 +#define RL_PHY_TIMEOUT 2000 /* * General constants that are fun to know. |
