diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2009-05-13 16:19:05 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2009-05-13 16:19:05 +0000 |
| commit | 8553eea5ce22b46f348d45c5547a678e5aff88d9 (patch) | |
| tree | f96ead686cb696e8ef494d835d964c87a043aaf0 /sys/dev/bwi | |
| parent | d47f0d75af4cf9eeeb0fe04ceb6a708bb0670eb3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/bwi')
| -rw-r--r-- | sys/dev/bwi/bwiphy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/bwi/bwiphy.c b/sys/dev/bwi/bwiphy.c index 9fa7a6b719f8..a0be96df9533 100644 --- a/sys/dev/bwi/bwiphy.c +++ b/sys/dev/bwi/bwiphy.c @@ -664,6 +664,8 @@ bwi_phy_init_11b_rev6(struct bwi_mac *mac) for (ofs = 0xa8; ofs < 0xc8; ++ofs) { PHY_WRITE(mac, ofs, (val & 0x3f3f)); val += 0x202; + + /* XXX: delay 10 us to avoid PCI parity errors with BCM4318 */ DELAY(10); } |
