diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-09-29 18:42:14 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-09-29 18:42:14 +0000 |
| commit | d909f3e20cfe531eac12b2db319be78b26ad6a00 (patch) | |
| tree | c880eb67db66d4771235a6b6fa797ba88ef8eefb /sys/dev/wi | |
| parent | 7f2907fd70cf0ce99e8e1c3c97289777c27604b9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wi')
| -rw-r--r-- | sys/dev/wi/if_wireg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wi/if_wireg.h b/sys/dev/wi/if_wireg.h index 8d2e8201ec6b6..548c09a4db266 100644 --- a/sys/dev/wi/if_wireg.h +++ b/sys/dev/wi/if_wireg.h @@ -326,7 +326,7 @@ #define WI_HCR_HOLD 0x000f #define WI_HCR_EEHOLD 0x00ce -#define WI_COR_OFFSET 0x3e0 /* Bogus for sure! */ +#define WI_COR_OFFSET 0x3e0 /* OK for PCI, must be bogus for pccard */ #define WI_COR_VALUE 0x41 /* |
