diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-03-10 05:26:32 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-03-10 05:26:32 +0000 |
| commit | 8663154bbc9cd38042e594283af4f9df5e98c013 (patch) | |
| tree | 57b56dcdde1cdfd4529de2fd2ed39317544e137f /sys/dev/pcic | |
| parent | 7d8a748cf948eb138c9452a5dce719a675b33cb8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pcic')
| -rw-r--r-- | sys/dev/pcic/i82365reg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pcic/i82365reg.h b/sys/dev/pcic/i82365reg.h index d6f0815b8805..1edfdcd7899a 100644 --- a/sys/dev/pcic/i82365reg.h +++ b/sys/dev/pcic/i82365reg.h @@ -343,7 +343,7 @@ #define PCIC_CIRRUS_EXT_CONTROL_1_PCI_INTR_MASK 0x18 /* Plug and play */ -#define PCIC_PNP_82365 0x000ED040 /* PNP0E00 */ -#define PCIC_PNP_CL_PD6720 0x010ED040 /* PNP0E01 */ -#define PCIC_PNP_VLSI_82C146 0x020ED040 /* PNP0E02 */ -#define PCIC_PNP_82365_CARDBUS 0x030ED040 /* PNP0E03 */ +#define PCIC_PNP_82365 0x000ED041 /* PNP0E00 */ +#define PCIC_PNP_CL_PD6720 0x010ED041 /* PNP0E01 */ +#define PCIC_PNP_VLSI_82C146 0x020ED041 /* PNP0E02 */ +#define PCIC_PNP_82365_CARDBUS 0x030ED041 /* PNP0E03 */ |
