Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pcmcia GC pcmcia_sierra_ac850_func0 and *cfe0
details: https://anonhg.NetBSD.org/src/rev/4435aa2565ea
branches: trunk
changeset: 789975:4435aa2565ea
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Sep 14 13:13:33 2013 +0000
description:
GC pcmcia_sierra_ac850_func0 and *cfe0
diffstat:
sys/dev/pcmcia/pcmcia_cis_quirks.c | 22 ++--------------------
1 files changed, 2 insertions(+), 20 deletions(-)
diffs (43 lines):
diff -r f6d70960fa7b -r 4435aa2565ea sys/dev/pcmcia/pcmcia_cis_quirks.c
--- a/sys/dev/pcmcia/pcmcia_cis_quirks.c Sat Sep 14 13:12:41 2013 +0000
+++ b/sys/dev/pcmcia/pcmcia_cis_quirks.c Sat Sep 14 13:13:33 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcmcia_cis_quirks.c,v 1.34 2009/03/14 15:36:20 dsl Exp $ */
+/* $NetBSD: pcmcia_cis_quirks.c,v 1.35 2013/09/14 13:13:33 joerg 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.34 2009/03/14 15:36:20 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcmcia_cis_quirks.c,v 1.35 2013/09/14 13:13:33 joerg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -216,24 +216,6 @@
.irqmask = 0x86bc, /* irqmask */
};
-static const struct pcmcia_function pcmcia_sierra_ac850_func0 = {
- .number = 0, /* function number */
- .function = PCMCIA_FUNCTION_SERIAL,
- .last_config_index = 0x24, /* last cfe number */
- .ccr_base = 0x700, /* ccr_base */
- .ccr_mask = 0x73, /* ccr_mask */
-};
-
-static const struct pcmcia_config_entry pcmcia_sierra_ac850_cfe0 = {
- .number = 0x22, /* cfe number */
- .flags = PCMCIA_CFE_IO8 | PCMCIA_CFE_IRQLEVEL,
- .iftype = PCMCIA_IFTYPE_IO,
- .num_iospace = 1, /* num_iospace */
- .iomask = 0, /* iomask */
- .iospace = { { .length = 0x0008, .start = 0x3e8 } }, /* iospace */
- .irqmask = 0x3fbc, /* irqmask */
-};
-
static const struct pcmcia_cis_quirk pcmcia_cis_quirks[] = {
{ PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CXEM556,
PCMCIA_CIS_INVALID,
Home |
Main Index |
Thread Index |
Old Index