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 an entry for NEC 9801N_J12, which is an O...



details:   https://anonhg.NetBSD.org/src/rev/7610f5870bad
branches:  trunk
changeset: 521466:7610f5870bad
user:      haya <haya%NetBSD.org@localhost>
date:      Thu Jan 31 08:45:14 2002 +0000

description:
Add an entry for NEC 9801N_J12, which is an OEM of IBM infomover.
PR #14084.

diffstat:

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

diffs (31 lines):

diff -r 00f7b81898fc -r 7610f5870bad sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c     Thu Jan 31 07:54:50 2002 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c     Thu Jan 31 08:45:14 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ne_pcmcia.c,v 1.86 2002/01/30 11:24:22 is Exp $     */
+/*     $NetBSD: if_ne_pcmcia.c,v 1.87 2002/01/31 08:45:14 haya 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.86 2002/01/30 11:24:22 is Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.87 2002/01/31 08:45:14 haya Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -213,6 +213,12 @@
       PCMCIA_CIS_IBM_INFOMOVER,
       0, 0x0ff0, { 0x00, 0x06, 0x29 } },
 
+    /* NEC 9801N_J12 */
+    { PCMCIA_STR_IBM_INFOMOVER,
+      PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_INFOMOVER,
+      PCMCIA_CIS_IBM_INFOMOVER,
+      0, 0x0ff0, { 0x00, 0x00, 0x4c } },
+
     { PCMCIA_STR_LINKSYS_ECARD_1, 
       PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_ECARD_1,
       PCMCIA_CIS_LINKSYS_ECARD_1, 



Home | Main Index | Thread Index | Old Index