diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-08-29 23:24:41 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-08-29 23:24:41 +0000 |
| commit | b9baf113c19d4201db8da17aa0a9117c7b5b4470 (patch) | |
| tree | 80422007e11720674edb87e693e2dffde246dc94 | |
| parent | 9980a8d86afc2631ffb92134efc80dc7f3aa838f (diff) | |
Notes
| -rw-r--r-- | sys/pccard/i82365.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/i82365.h b/sys/pccard/i82365.h index add82c1ceb27..dcb787dd6405 100644 --- a/sys/pccard/i82365.h +++ b/sys/pccard/i82365.h @@ -170,7 +170,7 @@ /* * For the Address Window Enable Register (PCIC_ADDRWINE) - * The lower 6 bits contain enable bits for the memory + * The lower 5 bits contain enable bits for the memory * windows (LSB = memory window 0). */ #define PCIC_MEMCS16 0x20 /* ~MEMCS16 Decode A23-A12 */ |
