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 corega FEtherII PCC-TXD.



details:   https://anonhg.NetBSD.org/src/rev/add6964917c5
branches:  trunk
changeset: 567540:add6964917c5
user:      itohy <itohy%NetBSD.org@localhost>
date:      Sat Jun 19 04:20:48 2004 +0000

description:
Add corega FEtherII PCC-TXD.
>From website of Sano Yukihiko.

diffstat:

 sys/dev/pcmcia/if_ne_pcmcia.c |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 17f50796ae07 -r add6964917c5 sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c     Sat Jun 19 04:15:29 2004 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c     Sat Jun 19 04:20:48 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ne_pcmcia.c,v 1.113 2004/05/25 11:51:11 is Exp $    */
+/*     $NetBSD: if_ne_pcmcia.c,v 1.114 2004/06/19 04:20:48 itohy 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.113 2004/05/25 11:51:11 is Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.114 2004/06/19 04:20:48 itohy Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -430,6 +430,11 @@
       PCMCIA_CIS_COREGA_FETHER_PCC_TXD,
       0, -1, { 0x00, 0x90, 0x99 } },
 
+    { PCMCIA_STR_COREGA_FETHER_II_PCC_TXD,
+      PCMCIA_VENDOR_COREGA, PCMCIA_PRODUCT_COREGA_FETHER_II_PCC_TXD,
+      PCMCIA_CIS_COREGA_FETHER_II_PCC_TXD,
+      0, -1, { 0x00, 0x90, 0x99 }, NE2000DVF_AX88190 | NE2000DVF_AX88790 },
+
     { PCMCIA_STR_COMPEX_LINKPORT_ENET_B,
       PCMCIA_VENDOR_COMPEX, PCMCIA_PRODUCT_COMPEX_LINKPORT_ENET_B,
       PCMCIA_CIS_COMPEX_LINKPORT_ENET_B,



Home | Main Index | Thread Index | Old Index