From owner-freebsd-mobile Sun Jul 2 17:45:57 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from wilson.acpub.duke.edu (wilson.acpub.duke.edu [152.3.233.69]) by hub.freebsd.org (Postfix) with ESMTP id D3FD237BF00 for ; Sun, 2 Jul 2000 17:45:51 -0700 (PDT) (envelope-from sto@stat.Duke.EDU) Received: from bobzilla.adsl.duke.edu (bobzilla.adsl.duke.edu [152.16.67.15]) by wilson.acpub.duke.edu (8.9.3/8.9.3/Duke-5.0.0) with ESMTP id UAA03790; Sun, 2 Jul 2000 20:45:48 -0400 (EDT) Received: (from sto@localhost) by bobzilla.adsl.duke.edu (8.9.3/8.9.3) id UAA19622 for freebsd-mobile@FreeBSD.ORG; Sun, 2 Jul 2000 20:37:30 -0400 (EDT) (envelope-from sto) Date: Sun, 2 Jul 2000 20:37:29 -0400 From: "Sean O'Connell" To: FreeBSD mobile Subject: Re: 3C589C PCMCIA Message-ID: <20000702203729.L65450@stat.Duke.EDU> Reply-To: "Sean O'Connell" References: <20000702194423.E13133@pir.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from mike@adept.org on Sun, Jul 02, 2000 at 05:22:50PM -0700 X-Organization: House of Schmutzli X-Kitties: Bitty Maya CJ Keisha Jacob X-Hound: Bob X-OS-OF-Choice: FreeBSD Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mike stated: : On Sun, 2 Jul 2000, Peter Radcliffe wrote: : : > I have a few 589C cards as my "works with anything" card. They're fully : > supported by every FreeBSD version I've tried them with. : : That's what I'd encountered with the 589D. : : Now, on a CTX laptop under 4.0-RELEASE, I've tried (so far)... : : Kernel with 'device ep' : Kernel with 'device ep0' : Kernel with 'device ep0 at isa? port? irq? iomen?' : : A kernel with 'device ep0 at isa? port 0x280 ieq 10 iomem 0xd8000' is : building now. Upon noticing the 589C is listed in : /etc/pccard.conf.sample, I assumed 'device ep' would be sufficient, and : all this info would be pulled from pccard.conf.sample by : pccard. Obviouslly I'm overlooking something major here. : : Do you have it working with pccard? If so, did you modify the : pccard.conf.sample file in any way and what kernel option are you : using? Mike- [Mike- your reply-to email seems to be seriously hosed] The 3C589D card should just work with only device ep in the kernel, provided that you don't have an irq conflict (my suspicion since by braindead choice pcic uses this as a management irq in GENERIC). What does dmesg from your machine show? What is in your kernel config? Are you using pccard.conf.sample or are you using a custom one? Make sure taht you remove any non-free irq's from the irq line. I usually recommend that people create a custom version as /etc/pccard.conf and only add cards that you are going to use and then set: pccard_conf="/etc/pccard.conf" in /etc/rc.conf. Also, look to see that pccard_flags in /etc/rc.conf is not being used to set -i 10 type flags ... this usually further con- fuses things. Do you have a /boot/kern.conf that is doing anything strange (I tend to recommend using a custom kernel and remove this puppy)? Another trick is to put the pcic into polling mode, have the following as the only pcic support in kernel: device card device pcic0 at isa? Hope this helps, S -- 1--------01---------01--------01--------01--------01--------01--------0 Sean O'Connell sean@stat.Duke.EDU To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message