From owner-freebsd-mobile Fri Dec 5 20:52:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA16959 for mobile-outgoing; Fri, 5 Dec 1997 20:52:02 -0800 (PST) (envelope-from owner-freebsd-mobile) Received: from word.smith.net.au (ppp5.portal.net.au [202.12.71.105]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA16885 for ; Fri, 5 Dec 1997 20:51:53 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id OAA01530; Sat, 6 Dec 1997 14:22:37 +1030 (CST) Message-Id: <199712060352.OAA01530@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Glenn Dicus" cc: "Mobile FreeBSD" Subject: Re: PC Card Initialization In-reply-to: Your message of "Thu, 04 Dec 1997 12:25:57 -0800." <199712042023.MAA18507@mail.nomadix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 06 Dec 1997 14:22:37 +1030 From: Mike Smith Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Correct! I have fixed the problem this problem. However, I am now getting > resource allocation errors and pccardc does not recognize the CIS on all my > cards. Don't bother with *anything* until pccardc can give you a meaningful dump of the CIS. Nothing else will work until this is happening. You *must* establish why reading the CIS is failing; in your case that will probably involve walking through the pccard code with the SC400 documentation in hand until you locate the point at which things diverge from expectations. I'd start with a great slab of extra debugging printfs() in the pcic code around the point where the code tries to talk to the cards. mike (I can't hit AMD's website just now, or I'd go look and see if there was anything obvious in the docco/app notes.)