Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pcmcia add BUFFALO LPC3-CLT Ethernet Adapter.
details: https://anonhg.NetBSD.org/src/rev/4e5196ba7aea
branches: trunk
changeset: 526288:4e5196ba7aea
user: uch <uch%NetBSD.org@localhost>
date: Tue Apr 30 13:14:38 2002 +0000
description:
add BUFFALO LPC3-CLT Ethernet Adapter.
diffstat:
sys/dev/pcmcia/if_ne_pcmcia.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 2f947ad4a847 -r 4e5196ba7aea sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c Tue Apr 30 13:13:48 2002 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c Tue Apr 30 13:14:38 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ne_pcmcia.c,v 1.88 2002/03/28 15:26:58 christos Exp $ */
+/* $NetBSD: if_ne_pcmcia.c,v 1.89 2002/04/30 13:14:38 uch 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.88 2002/03/28 15:26:58 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.89 2002/04/30 13:14:38 uch Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -423,6 +423,11 @@
PCMCIA_CIS_MELCO_LPC3_TX,
0, -1, { 0x00, 0x40, 0x26 }, NE2000DVF_AX88190 },
+ { PCMCIA_STR_BUFFALO_LPC3_CLT,
+ PCMCIA_VENDOR_BUFFALO, PCMCIA_PRODUCT_BUFFALO_LPC3_CLT,
+ PCMCIA_CIS_BUFFALO_LPC3_CLT,
+ 0, -1, { 0x00, 0x07, 0x40 } },
+
{ PCMCIA_STR_BILLIONTON_LNT10TN,
PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
PCMCIA_CIS_BILLIONTON_LNT10TN,
Home |
Main Index |
Thread Index |
Old Index