diff options
Diffstat (limited to 'sys/dev/pcic/i82365reg.h')
-rw-r--r-- | sys/dev/pcic/i82365reg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pcic/i82365reg.h b/sys/dev/pcic/i82365reg.h index 2025ef4..fd13feb 100644 --- a/sys/dev/pcic/i82365reg.h +++ b/sys/dev/pcic/i82365reg.h @@ -352,10 +352,10 @@ #define PCIC_CIRRUS_EXT_CONTROL_1_PCI_INTR_MASK 0x18 /* Plug and play */ +#define PCIC_PNP_ACTIONTEC 0x1802A904 /* AEI0218 */ +#define PCIC_PNP_IBM3765 0x65374d24 /* IBM3765 */ #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 */ -#define PCIC_PNP_ACTIONTEC 0x1802A904 /* AEI0218 */ -#define PCIC_PNP_SCM_SWAPBOX 0x1802A904 /* SCM0469 */ -#define PCIC_PNP_SCM_SWAPBOX2 0x69046d4c /* SCM SwapBox Classic X2P */ +#define PCIC_PNP_SCM_SWAPBOX 0x69046d4c /* SMC0469 */ |