From owner-freebsd-mobile Fri Jun 28 4:10:48 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D71437B400 for ; Fri, 28 Jun 2002 04:10:43 -0700 (PDT) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC0743E06 for ; Fri, 28 Jun 2002 04:10:42 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.4/8.12.3) with ESMTP id g5SBAeUR065269; Fri, 28 Jun 2002 13:10:40 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.4/8.12.4/Submit) id g5SBAeFr065268; Fri, 28 Jun 2002 13:10:40 +0200 (CEST) Date: Fri, 28 Jun 2002 13:10:40 +0200 From: Stijn Hoop To: "M. Warner Losh" Cc: freebsd-mobile@freebsd.org Subject: Re: problems with Xircom REM56G (non-Cardbus) on -CURRENT Message-ID: <20020628111040.GD82447@pcwin002.win.tue.nl> References: <20020618163750.A3027@pcwin002.win.tue.nl> <20020627103116.GB237@pcwin002.win.tue.nl> <20020627.115419.15397037.imp@village.org> <20020627.120011.72930538.imp@village.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="z6Eq5LdranGa6ru8" Content-Disposition: inline In-Reply-To: <20020627.120011.72930538.imp@village.org> User-Agent: Mutt/1.4i X-Bright-Idea: Let's abolish HTML mail! 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 --z6Eq5LdranGa6ru8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 27, 2002 at 12:00:11PM -0600, M. Warner Losh wrote: > In message: <20020627.115419.15397037.imp@village.org> > M. Warner Losh writes: > :=20 > : You might want to try to set machdep.pccard.mem_start and/or .mem_end > : to see if you can get things working right. >=20 > Alternatively, the following patch might help: >=20 > Index: pccard_nbk.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 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 @@ > =20 > SYSCTL_NODE(_machdep, OID_AUTO, pccard, CTLFLAG_RW, 0, "pccard"); > =20 > +#ifdef UNSAFE > static u_long mem_start =3D IOM_BEGIN; > static u_long mem_end =3D IOM_END; > +#else > +static u_long mem_start =3D 0xd0000; > +static u_long mem_end =3D 0xeffff; > +#endif > =20 > SYSCTL_ULONG(_machdep_pccard, OID_AUTO, mem_start, CTLFLAG_RW, > &mem_start, 0, ""); Still no luck with both methods. Rebuilding & installing a GENERIC kernel would make the patch work, right? I tried setting machdep.pccard.mem_start to 0xd0000, 0xd1000, 0xd4000 & 0xd8000. I also set machdep.pccard.mem_end to 0xd1fff one time. I would still get the message: Jun 28 13:07:53 nbwin141 pccardd[146]: driver allocation failed for Xircom(= Creditcard Ethernet 10/100 + Modem 56): Device not configured Any other options left? --Stijn --=20 Tact, n.: The unsaid part of what you're thinking. --z6Eq5LdranGa6ru8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9HEQwY3r/tLQmfWcRAotmAJ9/Z/9wDMUCA4j32p+YLAL6a0o9UwCeMOgP aUKFSu2KhafsNskqOa27c4E= =TLxo -----END PGP SIGNATURE----- --z6Eq5LdranGa6ru8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message