Date: Sat, 15 Oct 2005 22:21:00 -0600 (MDT) From: "M. Warner Losh" <imp@bsdimp.com> To: info@martenvijn.nl Cc: beheer@lijst.wirelessleiden.nl, freebsd-current@freebsd.org Subject: Re: wi2 died on 6.0 rc1 Message-ID: <20051015.222100.122687036.imp@bsdimp.com> In-Reply-To: <1129300467.656.22.camel@localhost.localdomain> References: <1129300467.656.22.camel@localhost.localdomain>
next in thread | previous in thread | raw e-mail | index | archive | help
----Next_Part(Sat_Oct_15_22:21:00_2005_321)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit In message: <1129300467.656.22.camel@localhost.localdomain> Marten Vijn <info@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(Sat_Oct_15_22:21:00_2005_321)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename=wi-soekris-fix 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 ----Next_Part(Sat_Oct_15_22:21:00_2005_321)----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051015.222100.122687036.imp>