Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 May 2001 20:55:52 -0700
From:      Darryl Okahata <darrylo@soco.agilent.com>
To:        George Michaelson <ggm@apnic.net>
Cc:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: DELL Latitude 400 and pccard? 
Message-ID:  <200105040355.UAA23054@mina.soco.agilent.com>
In-Reply-To: Your message of "Fri, 04 May 2001 10:19:58 %2B1000." <24938.988935598@apnic.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
George Michaelson <ggm@apnic.net> wrote:

> Code 85 not found
     [ ... ]
> Tuple #1, code = 0x0 (Null tuple), length = 4
>     000:  cf 55 44 05
> Tuple #2, code = 0x5 (Configuration entry for CardBus), length = 0
> Tuple #3, code = 0x0 (Null tuple), length = 0
> Tuple #4, code = 0x0 (Null tuple), length = 88
>     000:  38 6d 30 00 00 e8 10 c0 00 68 68 ff 70 00 00 24
>     010:  6e 01 00 00 00 00 c3 c8 02 00 00 00 49 00 00 50
>     020:  49 b7 00 00 18 00 00 73 00 00 00 55 44 16 00 01
>     030:  dc 00 38 a0 50 49 4d 41 32 00 00 00 83 43 6d 31
>     040:  2f 30 20 74 65 6e 74 4e 43 00 00 00 00 00 00 00
>     050:  00 00 00 00 00 43 6d 4e

     Yeah, this is garbage -- I'd be willing to bet that it's definitely
a memory conflict.  In your kernel config, try specifying different
values for the pcic iomem, like:

	device		pcic0	at isa? irq 10 port 0x3e0 iomem 0xd0000

or:

	device		pcic0	at isa? irq 10 port 0x3e0 iomem 0xd4000

(Use 16K boundaries for iomem; values to try include 0xd0000, 0xd4000,
0xd8000, and 0xdc000.)

[ For that matter, I notice that you didn't specify a value for iomem in
  your kernel config.  I wonder what the pcic driver uses, in that case?
  0xd0000???  ]

Note that, if you change iomem, you must also edit /etc/rc.conf
(pccard_mem) to reflect that fact.  The values for iomem and pccard_mem
in /etc/rc.conf must match.  If you edit rc.conf, I think you have to
reboot.

-- 
	Darryl Okahata
	darrylo@soco.agilent.com

DISCLAIMER: this message is the author's personal opinion and does not
constitute the support, opinion, or policy of Agilent Technologies, or
of the little green men that have been following him all day.

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?200105040355.UAA23054>