summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pcic/i82365_isa.c1
-rw-r--r--sys/dev/pcic/i82365reg.h1
-rw-r--r--sys/pccard/pcic.c2
3 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pcic/i82365_isa.c b/sys/dev/pcic/i82365_isa.c
index e4a98c3..f399521 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 1edfdcd..c26b3f9 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 */
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index 18606d6..7fb7d7d 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -89,7 +89,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 */
- {0x1802a904, NULL},
+ {PCIC_PNP_ACTIONTEC, NULL}, /* AEI0218 */
{0}
};
OpenPOWER on IntegriCloud