Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/cardbus Also add the Intel ID for the LAN+MODEM56 ca...
details: https://anonhg.NetBSD.org/src/rev/02c236085d28
branches: trunk
changeset: 484937:02c236085d28
user: veego <veego%NetBSD.org@localhost>
date: Sat Apr 15 06:29:25 2000 +0000
description:
Also add the Intel ID for the LAN+MODEM56 card to the csdevs list to get
it working.
diffstat:
sys/dev/cardbus/com_cardbus.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 9fa1d10ed5c9 -r 02c236085d28 sys/dev/cardbus/com_cardbus.c
--- a/sys/dev/cardbus/com_cardbus.c Sat Apr 15 06:21:01 2000 +0000
+++ b/sys/dev/cardbus/com_cardbus.c Sat Apr 15 06:29:25 2000 +0000
@@ -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 @@
} 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 }
};
Home |
Main Index |
Thread Index |
Old Index