From owner-freebsd-mobile Thu Aug 24 22:59:47 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from spock.org (cm-24-92-52-10.nycap.rr.com [24.92.52.10]) by hub.freebsd.org (Postfix) with ESMTP id 0B99737B423 for ; Thu, 24 Aug 2000 22:59:45 -0700 (PDT) Received: (from jon@localhost) by spock.org serial EF600Q3T-B7F; Fri, 25 Aug 2000 01:59:38 -0400 (EDT) (envelope-from jon) Date: Fri, 25 Aug 2000 01:59:38 -0400 From: Jonathan Chen To: Kenneth Wayne Culver Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: fe575 (again) Message-ID: <20000825015938.A38451@spock.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from culverk@wam.umd.edu on Thu, Aug 24, 2000 at 06:47:10PM -0400 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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