wi2 died on 6.0 rc1

M. Warner Losh imp at bsdimp.com
Sat Oct 15 21:21:49 PDT 2005


In message: <1129300467.656.22.camel at localhost.localdomain>
            Marten Vijn <info at martenvijn.nl> writes:
: on a soekris 4521 =>  wi2 died while upgrading from 6.0. Beta3 to 6.0
: rc1

Please consider applying the following patch.  I believe it will fix
your problems.  It fixes mine.  Sorry for the bother.  Basically any
laptop with two PC Card slots couldn't have booted with both of them
configured w/o this patch.  The Soekris 4521 box is a laptop since it
has two PCMCIA slots...

There was one other report of weird at boot behavior on laptops that
sounded very similar to this.  However, I can't find it in the
archives, so I hope whomever had that problem can try this patch...

Warner
-------------- next part --------------
Index: pccardvarp.h
===================================================================
RCS file: /home/ncvs/src/sys/dev/pccard/pccardvarp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pccardvarp.h	20 Sep 2005 06:47:33 -0000	1.1
+++ pccardvarp.h	16 Oct 2005 03:58:06 -0000	1.2
@@ -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


More information about the freebsd-current mailing list