summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-05-02 06:50:17 +0000
committerimp <imp@FreeBSD.org>2000-05-02 06:50:17 +0000
commit548e56c9d24f4f96bf7751d190bf456f023ac145 (patch)
tree7c06d42488e5c88ce4908e3204129f581ca34322 /sys/pccard/pcic.c
parent7f69d42c1e1f556dd9f1a5fd3056c1f5d8aa8702 (diff)
downloadFreeBSD-src-548e56c9d24f4f96bf7751d190bf456f023ac145.zip
FreeBSD-src-548e56c9d24f4f96bf7751d190bf456f023ac145.tar.gz
Add PnP ID for vadem based plug and play card.
Submitted by: Dave Belfer-Shevett <shevett@stonekeep.com> Fix by: Bill Paul
Diffstat (limited to 'sys/pccard/pcic.c')
-rw-r--r--sys/pccard/pcic.c1
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}
};
OpenPOWER on IntegriCloud