Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia missing Misc Attribute of PCMCIA functions



details:   https://anonhg.NetBSD.org/src/rev/b414813dbe55
branches:  trunk
changeset: 519372:b414813dbe55
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Sun Dec 16 06:07:50 2001 +0000

description:
missing Misc Attribute of PCMCIA functions
FUJITSU CF Ether ITCFJ182A supported "Power down"
Power down supply current are 20mA

diffstat:

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

diffs (28 lines):

diff -r 5f40a95233f4 -r b414813dbe55 sys/dev/pcmcia/pcmcia_cis_quirks.c
--- a/sys/dev/pcmcia/pcmcia_cis_quirks.c        Sun Dec 16 05:44:33 2001 +0000
+++ b/sys/dev/pcmcia/pcmcia_cis_quirks.c        Sun Dec 16 06:07:50 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcmcia_cis_quirks.c,v 1.15 2001/12/16 05:44:33 ichiro Exp $    */
+/*     $NetBSD: pcmcia_cis_quirks.c,v 1.16 2001/12/16 06:07:50 ichiro Exp $    */
 
 /*
  * Copyright (c) 1998 Marc Horowitz.  All rights reserved.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pcmcia_cis_quirks.c,v 1.15 2001/12/16 05:44:33 ichiro Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcmcia_cis_quirks.c,v 1.16 2001/12/16 06:07:50 ichiro Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -266,7 +266,8 @@
 
 static const struct pcmcia_config_entry pcmcia_fujitsu_j182a_func0_cfe0 = {
        0x31,                   /* cfe number */
-       PCMCIA_CFE_IO8 | PCMCIA_CFE_IO16 | PCMCIA_CFE_IRQLEVEL,
+       PCMCIA_CFE_IO8 | PCMCIA_CFE_IO16 |
+       PCMCIA_CFE_IRQLEVEL | PCMCIA_CFE_POWERDOWN,
        PCMCIA_IFTYPE_IO,
        1,                      /* num_iospace */
        10,                     /* iomask */



Home | Main Index | Thread Index | Old Index