Date: Mon, 25 Oct 1999 21:36:16 -0600 From: Warner Losh <imp@village.org> To: Mark Murray <mark@grondar.za> Cc: mobile@FreeBSD.ORG Subject: Re: PCIC/Libretto brokenness - fixed! Message-ID: <199910260336.VAA45912@harmony.village.org> In-Reply-To: Your message of "Tue, 26 Oct 1999 05:17:01 %2B0200." <199910260317.FAA08954@gratis.grondar.za> References: <199910260317.FAA08954@gratis.grondar.za>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <199910260317.FAA08954@gratis.grondar.za> Mark Murray writes: : Order could be it according to my faulty memory of MSmith's : description; something to do with the probe (?) or init : code setting the PCIC into cardbus mode, and the later : code then not finding it? I know that the pcic_p driver tries to set the cardbus bridge device into legacy mode. Since it is a pci device, it gets probed first. This allows the isa code to later probe to find it. This is a hold over from the past initialization hack that put pcic last in kernel init process. In reality, pcic_p should be its own attachment, but talking to the cardbus device in non-legacy mode is somewhat different than talking to a pcic, if my reading of the newconfig code is right, so we've not done that. 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?199910260336.VAA45912>