Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pcmcia This turns out to be the wrong interface for ...



details:   https://anonhg.NetBSD.org/src/rev/25e5537d9d80
branches:  trunk
changeset: 483794:25e5537d9d80
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sat Mar 18 21:11:16 2000 +0000

description:
This turns out to be the wrong interface for what I needed -- but I'll leave
the code here for now.

diffstat:

 sys/dev/pcmcia/nca_pcmcia.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r cb2ea362eab4 -r 25e5537d9d80 sys/dev/pcmcia/nca_pcmcia.c
--- a/sys/dev/pcmcia/nca_pcmcia.c       Sat Mar 18 21:10:50 2000 +0000
+++ b/sys/dev/pcmcia/nca_pcmcia.c       Sat Mar 18 21:11:16 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nca_pcmcia.c,v 1.1 2000/03/18 17:59:52 mycroft Exp $   */
+/*     $NetBSD: nca_pcmcia.c,v 1.2 2000/03/18 21:11:16 mycroft Exp $   */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -86,8 +86,6 @@
 #define NCA_NO_PARITY_CHK      0xff00
 
 const struct pcmcia_product nca_pcmcia_products[] = {
-       { PCMCIA_STR_PANASONIC_KXLC002,         PCMCIA_VENDOR_PANASONIC,
-         PCMCIA_PRODUCT_PANASONIC_KXLC002,     0 },
 
        { NULL }
 };



Home | Main Index | Thread Index | Old Index