aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-10-16 03:58:06 +0000
committerWarner Losh <imp@FreeBSD.org>2005-10-16 03:58:06 +0000
commita355badbad225dc098818e5eadc5babe35571215 (patch)
tree9d799049ffa42aa7323a6c209d5a0a8de290f267 /sys/dev/pccard
parent50d89fc56a74c38a63205f80ed42f99d45955d26 (diff)
downloadsrc-a355badbad225dc098818e5eadc5babe35571215.tar.gz
src-a355badbad225dc098818e5eadc5babe35571215.zip
Mempage should be 1024 not 4096. This fixes the multiple 16-bit cards
failing to work in, eg, Soekris boxes. This is a critcal fix for 6.0. MFC After: ASAP
Notes
Notes: svn path=/head/; revision=151368
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r--sys/dev/pccard/pccardvarp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccardvarp.h b/sys/dev/pccard/pccardvarp.h
index 0eb3ce103625..66441c027ace 100644
--- a/sys/dev/pccard/pccardvarp.h
+++ b/sys/dev/pccard/pccardvarp.h
@@ -32,7 +32,7 @@
/* pccard itself */
-#define PCCARD_MEM_PAGE_SIZE 4096
+#define PCCARD_MEM_PAGE_SIZE 1024
#define PCCARD_CFE_MWAIT_REQUIRED 0x0001
#define PCCARD_CFE_RDYBSY_ACTIVE 0x0002