diff options
| author | ichiro <ichiro@NetBSD.org> | 2001-12-16 06:07:50 +0000 |
|---|---|---|
| committer | ichiro <ichiro@NetBSD.org> | 2001-12-16 06:07:50 +0000 |
| commit | 10c8cdf485cdba90711056966f667dbcbb133f2d (patch) | |
| tree | 8c862f37fbbe61a88adf38c038ffa0779312c503 /sys/dev | |
| parent | ff638ce5fddc48cbf9892158b300454c6bf67555 (diff) | |
missing Misc Attribute of PCMCIA functions
FUJITSU CF Ether ITCFJ182A supported "Power down"
Power down supply current are 20mA
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pcmcia/pcmcia_cis_quirks.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/pcmcia_cis_quirks.c b/sys/dev/pcmcia/pcmcia_cis_quirks.c index d16aae6a298..3b47b86807c 100644 --- a/sys/dev/pcmcia/pcmcia_cis_quirks.c +++ b/sys/dev/pcmcia/pcmcia_cis_quirks.c @@ -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_function pcmcia_fujitsu_j182a_func0 = { 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 */ |
