Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2002 01:24:02 -0400
From:      Peter Radcliffe <pir@pir.net>
To:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: pccard hang on card insert
Message-ID:  <20020425052402.GA1551@pir.net>
In-Reply-To: <20020424.214703.124974578.imp@village.org>
References:  <200204250218.g3P2IUT47844@lakes.dignus.com> <200204250331.g3P3VV726285@mobius.knot.org> <20020424.214703.124974578.imp@village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
"M. Warner Losh" <imp@village.org> probably said:
> In message: <200204250331.g3P3VV726285@mobius.knot.org>
>             "Sandro Fouche'" <sandro@mobius.knot.org> writes:
> : I have the same problem.  I've sent two messages to the list, apparently no
> : one has any experience with this....
> 
> Actually, I have seen this, and often times you need to set
> 	hw.pcic.intr_path=1
> in your loader.conf file.  Otherwise, it uses PCI interrupts and that
> is a known issue on vaios right now.

Not on the vaios I use. I have a Z505HS which works just fine with PCI
interrupts (I'm typing on it right now over a Cisco 350 card) and
-STABLE for the last few months on some F430s I maintain for work with
FreeBSD 4.5 on them.

The question was about an F480 which I'd guess isn't that dissimilar
from the F430s I run. For them to work properly I had to do;

(kernel)
device          pcic0   at isa? irq 0 port 0x3e0 iomem 0xd0000

(rc.conf)
pccard_enable="YES"
pccard_mem="0xd8000"
pccardd_flags="-z -i 10"

Changing the pccard_mem really made the difference on the F. Works
fine with pci interrupts. The Z works with the default pccard_mem.

P.

-- 
pir                pir-sig@pir.net                 pir-sig@net.tufts.edu


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?20020425052402.GA1551>