From owner-freebsd-mobile Wed Apr 26 6: 7: 3 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lily.ezo.net (lily.ezo.net [206.102.130.13]) by hub.freebsd.org (Postfix) with ESMTP id EC17C37B563 for ; Wed, 26 Apr 2000 06:06:59 -0700 (PDT) (envelope-from jflowers@ezo.net) Received: from lily.ezo.net (jflowers@localhost.ezo.net [127.0.0.1]) by lily.ezo.net (8.8.7/8.8.7) with SMTP id JAA06291; Wed, 26 Apr 2000 09:05:57 -0400 (EDT) Date: Wed, 26 Apr 2000 09:05:57 -0400 (EDT) From: Jim Flowers To: Michel Talon Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Problems configuring Vadem VG-469 PCMCIA controller. In-Reply-To: <20000426100041.B398@lpthe.jussieu.fr> 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 I just went through this with a Lucent Wavelan that uses a Vadem controller. What I found was that the Lucent ISA card was strapped for 0x3e2. Changing the kernel config to 0x3e2 allowed the ISA card to be initialized but the PCCard did not initialize (no slots). All started working when I set legacy ISA for irq10 and 11 in the BIOS, set the kernel config to 0x3e2 and irq11 and hard-coded irq10 in the pccard.conf file. Jim Flowers #4 ISP on C|NET, #1 in Ohio On Wed, 26 Apr 2000, Michel Talon wrote: > On Tue, Apr 25, 2000 at 12:38:59PM -0400, Peter Radcliffe wrote: > > Hi dave :) > > > > Dave Belfer-Shevett probably said: > > > unknown0: at port 0x3e0-0x3e1 on isa0 > > > > > > I have this in my kernel config file: > > > > > > device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 > > > > > > I've tried changing the IRQ around by altering this line in the kernel > > > file, to no avail. > > > > > > Any suggestions? Please? :) > > > > Have you tried just; > > device pcic0 at isa? > > ? > > > > If pcic isn't picking it up it might be because the pcmcia controller > > isn't supported ... > > And there is a chance that pcic may be able to work either in polling mode > (device pcic0 at isa?) or on a completely different IRQ. In some laptops > IRQ 10 11 are shared between many devices (USB, Soundcard, etc.) and you > end up with pcic not seeeing the interrupts. On my laptop i have used IRQ 9 > for the pcic and i have never been able to make USB to work. > > -- > Michel Talon > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message