diff options
-rw-r--r-- | sys/pccard/pcic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 4755a02..18606d6 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -89,6 +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}, {0} }; |