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 support for RPTI-EP400 PCMCIA network ada...
details: https://anonhg.NetBSD.org/src/rev/be22694744dd
branches: trunk
changeset: 483905:be22694744dd
user: tron <tron%NetBSD.org@localhost>
date: Mon Mar 20 18:39:32 2000 +0000
description:
Add support for RPTI-EP400 PCMCIA network adapter. Patches supplied by
Tim Walls in PR kern/9644.
diffstat:
sys/dev/pcmcia/if_ne_pcmcia.c | 7 ++++++-
sys/dev/pcmcia/pcmciadevs | 3 ++-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r c3fd29c30dab -r be22694744dd sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c Mon Mar 20 18:28:28 2000 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c Mon Mar 20 18:39:32 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ne_pcmcia.c,v 1.58 2000/02/27 11:15:47 uch Exp $ */
+/* $NetBSD: if_ne_pcmcia.c,v 1.59 2000/03/20 18:39:32 tron Exp $ */
/*
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
@@ -124,6 +124,11 @@
PCMCIA_CIS_DLINK_DE660,
0, -1, { 0x00, 0x80, 0xc8 } },
+ { PCMCIA_STR_RPTI_EP400,
+ PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
+ PCMCIA_CIS_RPTI_EP400,
+ 0, -1, { 0x00, 0x40, 0x95 } },
+
{ PCMCIA_STR_RPTI_EP401,
PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
PCMCIA_CIS_RPTI_EP401,
diff -r c3fd29c30dab -r be22694744dd sys/dev/pcmcia/pcmciadevs
--- a/sys/dev/pcmcia/pcmciadevs Mon Mar 20 18:28:28 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs Mon Mar 20 18:39:32 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcmciadevs,v 1.83 2000/03/18 15:00:31 mycroft Exp $
+$NetBSD: pcmciadevs,v 1.84 2000/03/20 18:39:32 tron Exp $
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -242,6 +242,7 @@
product PLANEX FNW3700T -1 Planex FNW-3700-T
product DLINK DE650 { "D-Link", "DE-650", NULL, NULL } D-Link DE-650
product DLINK DE660 { "D-Link", "DE-660", NULL, NULL } D-Link DE-660
+product RPTI EP400 { "RPTI&spLTD.", "EP400", "CISV100", NULL } RPTI EP400
product RPTI EP401 { "RPTI", "EP401&spEthernet&spNE2000&spCompatible", NULL, NULL } RPTI EP401
product ACCTON EN2212 { "ACCTON", "EN2212", NULL, NULL } Accton EN2212
product YEDATA EXTERNAL_FDD { "Y-E&spDATA", "External&spFDD", NULL, NULL } Y-E DATA External FDD
Home |
Main Index |
Thread Index |
Old Index