From owner-freebsd-mobile Fri Aug 25 9:20:39 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id DD8C437B42C for ; Fri, 25 Aug 2000 09:20:35 -0700 (PDT) Received: from rac1.wam.umd.edu (rac1.wam.umd.edu [128.8.10.141]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id MAA13053; Fri, 25 Aug 2000 12:20:33 -0400 (EDT) Received: from rac1.wam.umd.edu (localhost [127.0.0.1]) by rac1.wam.umd.edu (8.9.3/8.9.3) with SMTP id MAA21297; Fri, 25 Aug 2000 12:20:32 -0400 (EDT) Received: from localhost (culverk@localhost) by rac1.wam.umd.edu (8.9.3/8.9.3) with ESMTP id MAA21290; Fri, 25 Aug 2000 12:20:32 -0400 (EDT) X-Authentication-Warning: rac1.wam.umd.edu: culverk owned process doing -bs Date: Fri, 25 Aug 2000 12:20:32 -0400 (EDT) From: Kenneth Wayne Culver To: Jonathan Chen Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: fe575 (again) In-Reply-To: <20000825015938.A38451@spock.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Alright, here's the latest, I added my pci id for my cardbus chip (ti 1225) to the hack driver, and it detects.. but says: pccbb: Could not map register memory What should I do to the code to fix this? I'm a bit stumped because I've been sitting here for a while now trying to get this to work. ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Fri, 25 Aug 2000, Jonathan Chen wrote: > On Thu, Aug 24, 2000 at 06:47:10PM -0400, Kenneth Wayne Culver wrote: > > does anything new need to go in pccard.conf to allow the fe575 to work? It > > should be detected with the xl driver should it not? > > Sorry about not replying sooner - I've been travelling for the last week. > Anyway, to use the stopgap driver, you need to do the following: > > - Apply the patch. (The patch was diff'ed against a 4.1-stable as of 8/1.) > And make sure you have cardbus.diff.current and not newcardbus.diff, as > they are not the same thing. > - Modify your kernel config and remove all pcmcia/cardbus related drivers > - Add new driver "device pccbbhack0" and make sure you have "device xl0". > - If your have a similar cardbus bridge with a different device id, you can > add that to the list in src/sys/pci/pccbbhack.c (the device id should > show up in dmesg) > - If you have a similar 575 card with a different device id, add that to > the list of devices at the top of src/sys/pci/if_xl.c, -AND- add that to > the if statement at the beginning of the xl_attach() function. > > If everything works, you should see pccbbhack{0,1} as well as xl0 attaching > on bootup. As far as pccardd or pccard.conf is concerned, you should > ignore that as it is not being used at all. > > > -- > (o_ 1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2-1-2 _o) > \\\_\ Jonathan Chen jon@spock.org /_/// > <____) No electrons were harmed during production of this message (____> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message