aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/exca
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-09-24 00:26:33 +0000
committerWarner Losh <imp@FreeBSD.org>2006-09-24 00:26:33 +0000
commit4e53810378e7e87064a67abd72e7fe0d066409f8 (patch)
treeec61310e6119ce2cb488d3e47d46476a16c3c122 /sys/dev/exca
parent2c2da9973bff0e5f1f04760d804415382080b6c9 (diff)
Notes
Diffstat (limited to 'sys/dev/exca')
-rw-r--r--sys/dev/exca/exca.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c
index 59ad8dd606a1..8845e6560978 100644
--- a/sys/dev/exca/exca.c
+++ b/sys/dev/exca/exca.c
@@ -179,11 +179,7 @@ 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);
-#else
- int mem8 = 1;
-#endif
+ int mem8 = 1 /* mem->kind == PCCARD_A_MEM_ATTR */;
map = &mem_map_index[win];
mem = &sc->mem[win];