diff options
| author | veego <veego@NetBSD.org> | 2000-04-15 06:29:25 +0000 |
|---|---|---|
| committer | veego <veego@NetBSD.org> | 2000-04-15 06:29:25 +0000 |
| commit | 8c1897c2fdc5d44c7dc201b648fde53d95b46e38 (patch) | |
| tree | 44bf445b6db589142c25589895750ac64d4a9348 /sys/dev | |
| parent | e54e10f9ce783faa7db1d3a9e76b781c41e3de01 (diff) | |
Also add the Intel ID for the LAN+MODEM56 card to the csdevs list to get
it working.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/cardbus/com_cardbus.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/cardbus/com_cardbus.c b/sys/dev/cardbus/com_cardbus.c index ba93742e542..b3a5a4f63e2 100644 --- a/sys/dev/cardbus/com_cardbus.c +++ b/sys/dev/cardbus/com_cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: com_cardbus.c,v 1.2 2000/04/13 16:17:55 joda Exp $ */ +/* $NetBSD: com_cardbus.c,v 1.3 2000/04/15 06:29:25 veego Exp $ */ /* * Copyright (c) 2000 Johan Danielsson @@ -93,6 +93,8 @@ static struct csdev { } csdevs[] = { /* example entry */ { CARDBUS_VENDOR_XIRCOM, CARDBUS_PRODUCT_XIRCOM_MODEM56, + CARDBUS_BASE0_REG, CARDBUS_MAPREG_TYPE_IO }, + { CARDBUS_VENDOR_INTEL, CARDBUS_PRODUCT_INTEL_MODEM56, CARDBUS_BASE0_REG, CARDBUS_MAPREG_TYPE_IO } }; |
