Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pcmcia Recognize TAMARACK Ethernet Card.
details: https://anonhg.NetBSD.org/src/rev/d63e7c891c45
branches: trunk
changeset: 558237:d63e7c891c45
user: uwe <uwe%NetBSD.org@localhost>
date: Sun Feb 01 12:41:25 2004 +0000
description:
Recognize TAMARACK Ethernet Card.
>From PR: 12273 and Mathias Menzel-Nielsen (matze matzsoft de).
diffstat:
sys/dev/pcmcia/if_ne_pcmcia.c | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 4e7ac5cf7cd9 -r d63e7c891c45 sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c Sun Feb 01 12:38:24 2004 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c Sun Feb 01 12:41:25 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ne_pcmcia.c,v 1.107 2003/11/07 15:58:57 hamajima Exp $ */
+/* $NetBSD: if_ne_pcmcia.c,v 1.108 2004/02/01 12:41:25 uwe Exp $ */
/*
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.107 2003/11/07 15:58:57 hamajima Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.108 2004/02/01 12:41:25 uwe Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -180,6 +180,12 @@
PCMCIA_CIS_EPSON_EEN10B,
0, 0xff0, { 0x00, 0x00, 0x48 } },
+ { PCMCIA_STR_TAMARACK_ETHERNET,
+ PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
+ PCMCIA_CIS_TAMARACK_ETHERNET,
+ 0, -1, { 0x00, 0x00, 0x00 } },
+
+
{ PCMCIA_STR_CNET_NE2000,
PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
PCMCIA_CIS_CNET_NE2000,
Home |
Main Index |
Thread Index |
Old Index