Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2001 23:08:03 -0600
From:      Warner Losh <imp@harmony.village.org>
To:        sthaug@nethelp.no
Cc:        mobile@FreeBSD.ORG
Subject:   Re: pcic-stable.diff.7 
Message-ID:  <200107260508.f6Q583w00670@harmony.village.org>
In-Reply-To: Your message of "Thu, 26 Jul 2001 00:59:31 %2B0200." <72767.996101971@verdi.nethelp.no> 
References:  <72767.996101971@verdi.nethelp.no>  <200107252256.f6PMuko11695@harmony.village.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <72767.996101971@verdi.nethelp.no> sthaug@nethelp.no writes:
: Yes. Sorry if I was unclear - with your patches and after rerunning
: config I get
: 
: chip1: <Texas Instruments PCI1225 CardBus controller> at device 4.0 on pci0
: chip2: <Texas Instruments PCI1225 CardBus controller> at device 4.1 on pci0
: pcic0 at port 0x3e0-0x3e1 iomem 0xd0000-0xd0fff irq 10 on isa0
: pcic ident regs: 0x84 0x84 0x00 0x00
: pcic0: controller 0 (Intel 82365SL Revision 1) has sockets A and B
: pccard0: <PC Card bus -- newconfig version> on pcic0
: pccard1: <PC Card bus -- newconfig version> on pcic0

Looks like you might be cross threading here.

You want to have the following in your config file:

device		isa
device		pci
device		card		# pccard bus
device		pcic		# PCMCIA bridge

You want to make sure that you do not have

device		pccard

in the config file.

Warner

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?200107260508.f6Q583w00670>