diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-05-29 02:44:33 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-05-29 02:44:33 +0000 |
| commit | 6a2b5130e37ebbee9c53c98318d72f83bb3e929e (patch) | |
| tree | a402ce9f514f2b43929af6e27e26ef9bb91736d7 /sys/dev/pcic | |
| parent | 883f3caa13f9cc9f2b8d4ecf59c6766eaf5e8929 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pcic')
| -rw-r--r-- | sys/dev/pcic/i82365_isa.c | 1 | ||||
| -rw-r--r-- | sys/dev/pcic/i82365reg.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pcic/i82365_isa.c b/sys/dev/pcic/i82365_isa.c index e4a98c3aa632..f3995213de8d 100644 --- a/sys/dev/pcic/i82365_isa.c +++ b/sys/dev/pcic/i82365_isa.c @@ -119,6 +119,7 @@ static struct isa_pnp_id pcic_ids[] = { {PCIC_PNP_CL_PD6720, NULL}, /* PNP0E01 */ {PCIC_PNP_VLSI_82C146, NULL}, /* PNP0E02 */ {PCIC_PNP_82365_CARDBUS, NULL}, /* PNP0E03 */ + {PCIC_PNP_ACTIONTEC, NULL}, /* AEI0218 */ {0} }; diff --git a/sys/dev/pcic/i82365reg.h b/sys/dev/pcic/i82365reg.h index 1edfdcd7899a..c26b3f983874 100644 --- a/sys/dev/pcic/i82365reg.h +++ b/sys/dev/pcic/i82365reg.h @@ -347,3 +347,4 @@ #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 */ |
