Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 May 2001 04:29:39 -0700 (PDT)
From:      Jamie Bowden <ragnar@sysabend.org>
To:        George Michaelson <ggm@apnic.net>
Cc:        Greg Smith <gregsmith59@hotmail.com>, freebsd-mobile@freebsd.org
Subject:   Re: DELL Latitude 400 and pccard? 
Message-ID:  <Pine.BSF.4.10.10105040421150.4490-100000@moo.sysabend.org>
In-Reply-To: <6705.988942309@apnic.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 4 May 2001, George Michaelson wrote:

:
:I just tried windows. The card works perfectly.
:
:the entries I get are:
:
:	PCIC: 	  IRQ 10 1080 - 10BF 10000000 - 10000FFF
:	Orinoco:  IRQ  5 1080 - 10BF <nothing>
:
:
:I am currently sitting in FreeBSD with the PCIC on irq 3:
:
:pcic0: <VLSI 82C146> at port 0x3e0 iomem 0xd0000 irq 3 on isa0
:
:When I try and use pccardc enabler 0 wi0 -i 5 it freezes.
:
:My guess is that I need to take the W98 info above, and either stuff it
:into kernel or (hopefully) modify /etc/pccard.conf to override defaults
:and avoid conflicts.

I've got a C800, but here's my dmesg output relative to pcic0 and my
pccards:

chip1: <PCI to CardBus bridge (vendor=104c device=ac42)> irq 11 at device
15.0 on pci2

chip2: <PCI to CardBus bridge (vendor=104c device=ac42)> irq 11 at device
15.1 on pci2

pcic0: <VLSI 82C146> at port 0x3e0-0x3e1 irq 10 on isa0
pcic0: management irq 10

pccard0: <PC Card bus -- kludge version> on pcic0
pccard1: <PC Card bus -- kludge version> on pcic0
pccard: card inserted, slot 0
pccard: card inserted, slot 1

xe0 at port 0x240-0x24f iomem 0xd0000-0xd0fff irq 9 slot 0 on pccard0
xe0: Intel CE3, bonding version 0x45, 100Mbps capable
xe0: DingoID = 0x444b, RevisionID = 0x1, VendorID = 0
xe0: Ethernet address 00:a0:c9:bc:3e:b4

sio1 at port 0x2f8-0x2ff irq 3 slot 1 on pccard1
sio1: type 16550A

And here's the relevant bits of my kernel config file:

device          pcic0   at isa? irq 10
device          card

And from my pccard.conf file: 

7:25am ghastly  /home/jamie %cat /etc/pccard.conf 

# Generally available IRQs (Built-in sound-card owners remove 5)
irq     3 9

# Zoom 56K modem 
# Freezes your system entirely if you don't have the reset..
card "Zoom Telephonics, Inc." "PCMCIA 56K LT DataFax"
        config  auto "sio" 3
        reset   1000

card "Intel" "EtherExpress(TM) PRO/100 PC Card Mobile Adapter16"
        config  auto "xe" 9
        insert  /etc/pccard_ether $device start
        remove  /etc/pccard_ether $device stop

I used this same setup on a CPi R and a CPx H with no problems.  Your C400
should be mostly the same.  

Jamie Bowden

-- 
"It was half way to Rivendell when the drugs began to take hold"
Hunter S Tolkien "Fear and Loathing in Barad Dur"
Iain Bowen <alaric@alaric.org.uk>



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?Pine.BSF.4.10.10105040421150.4490-100000>