Date: Fri, 25 Aug 2000 01:59:38 -0400 From: Jonathan Chen <jon@spock.org> To: Kenneth Wayne Culver <culverk@wam.umd.edu> Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: fe575 (again) Message-ID: <20000825015938.A38451@spock.org> In-Reply-To: <Pine.GSO.4.21.0008241846160.15309-100000@rac2.wam.umd.edu>; from culverk@wam.umd.edu on Thu, Aug 24, 2000 at 06:47:10PM -0400 References: <Pine.GSO.4.21.0008241846160.15309-100000@rac2.wam.umd.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000825015938.A38451>