summaryrefslogtreecommitdiff
path: root/sys/dev/exca
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-03-09 16:28:24 +0000
committerWarner Losh <imp@FreeBSD.org>2006-03-09 16:28:24 +0000
commit837d712d07e5601d08872d1be7ed11de73ca4648 (patch)
tree9d93dfd04c738fb0322691e964c984d6ef14f686 /sys/dev/exca
parent7c25496e63f6ab6c2c7158b9b61cb62c7f87ff15 (diff)
Notes
Diffstat (limited to 'sys/dev/exca')
-rw-r--r--sys/dev/exca/exca.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c
index c2c13334bc0a..59ad8dd606a1 100644
--- a/sys/dev/exca/exca.c
+++ b/sys/dev/exca/exca.c
@@ -179,8 +179,11 @@ exca_do_mem_map(struct exca_softc *sc, int win)
struct mem_map_index_st *map;
struct pccard_mem_handle *mem;
uint32_t offset;
+#if 0
int mem8 = (mem->kind == PCCARD_A_MEM_ATTR);
- mem8 = 1;
+#else
+ int mem8 = 1;
+#endif
map = &mem_map_index[win];
mem = &sc->mem[win];