From owner-freebsd-mobile Wed May 5 22:16:32 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 6551A158FD for ; Wed, 5 May 1999 22:16:29 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id XAA16224; Wed, 5 May 1999 23:15:44 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA15142; Wed, 5 May 1999 23:15:55 -0600 (MDT) Message-Id: <199905060515.XAA15142@harmony.village.org> To: hosokawa@itc.keio.ac.jp (HOSOKAWA Tatsumi) Subject: Re: Pccard rewrite, patch #1 Cc: new-bus-arch@bostonradio.org, mobile@freebsd.org In-reply-to: Your message of "Thu, 06 May 1999 00:29:26 +0900." <199905051529.AAA16840@afs.ntc.mita.keio.ac.jp> References: <199905051529.AAA16840@afs.ntc.mita.keio.ac.jp> Date: Wed, 05 May 1999 23:15:55 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <199905051529.AAA16840@afs.ntc.mita.keio.ac.jp> HOSOKAWA Tatsumi writes: : I tested it now, but I can't compile GENERIC at first. : I did s/#include "card.h"/#include "pccard.h"/, : and s/NCARD/NPCCARD/, GENERIC was compiled without errors. : Did I something wrong? No. I did. I had a card.h left over in my compile area, so I didn't catch this problem. I have corrected it. : I boot the new kernel on my Toshiba Libretto SS1000. : But no PC-card slots were probed (today's current finds PC-card slots, : but insertion and removal does not cause interrupt). Hmmm. IIRC, that machine has a pci cardbus bridge. I must have fubar'd the legacy probe/enable support. I'm working on writing a card bus bridge driver so that all card bus bridges will work (at least all of the YENTA ones. The newconfig folks have a driver which I'm porting over. This should make the pci cardbus machines more reliable. I'm doing this because my cardbu machine is being flakey in generation of interrupts... Sometimes it does and sometimes it doesn't. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message