From owner-freebsd-mobile Thu Jun 27 11: 0:47 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id AAB5437B40C for ; Thu, 27 Jun 2002 11:00:18 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g5RI0HY99618; Thu, 27 Jun 2002 12:00:17 -0600 (MDT) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g5RI0GG56216; Thu, 27 Jun 2002 12:00:16 -0600 (MDT) (envelope-from imp@village.org) Date: Thu, 27 Jun 2002 12:00:11 -0600 (MDT) Message-Id: <20020627.120011.72930538.imp@village.org> To: stijn@win.tue.nl Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: problems with Xircom REM56G (non-Cardbus) on -CURRENT From: "M. Warner Losh" In-Reply-To: <20020627.115419.15397037.imp@village.org> References: <20020618163750.A3027@pcwin002.win.tue.nl> <20020627103116.GB237@pcwin002.win.tue.nl> <20020627.115419.15397037.imp@village.org> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <20020627.115419.15397037.imp@village.org> M. Warner Losh writes: : In message: <20020627103116.GB237@pcwin002.win.tue.nl> : Stijn Hoop writes: : : Except for one private reply (which was helpful but unfortenately didn't : : work), I got no responses... Can I do anything to make this work (compiling : : with debugging options, etc etc), or am I just screwed with this card & : : -CURRENT? : : You might want to try to set machdep.pccard.mem_start and/or .mem_end : to see if you can get things working right. Alternatively, the following patch might help: Index: pccard_nbk.c =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/sys/pccard/pccard_nbk.c,v retrieving revision 1.40 diff -u -r1.40 pccard_nbk.c --- pccard_nbk.c 30 May 2002 18:48:44 -0000 1.40 +++ pccard_nbk.c 27 Jun 2002 18:00:06 -0000 @@ -86,8 +86,13 @@ SYSCTL_NODE(_machdep, OID_AUTO, pccard, CTLFLAG_RW, 0, "pccard"); +#ifdef UNSAFE static u_long mem_start = IOM_BEGIN; static u_long mem_end = IOM_END; +#else +static u_long mem_start = 0xd0000; +static u_long mem_end = 0xeffff; +#endif SYSCTL_ULONG(_machdep_pccard, OID_AUTO, mem_start, CTLFLAG_RW, &mem_start, 0, ""); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message