From owner-freebsd-current@FreeBSD.ORG Sun Sep 21 09:50:59 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D328A16A4B3 for ; Sun, 21 Sep 2003 09:50:59 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 055F643FB1 for ; Sun, 21 Sep 2003 09:50:59 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p1/8.12.3) with ESMTP id h8LGovGA026132; Sun, 21 Sep 2003 10:50:57 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 21 Sep 2003 10:50:57 -0600 (MDT) Message-Id: <20030921.105057.40771605.imp@bsdimp.com> To: niioka@kk.iij4u.or.jp From: "M. Warner Losh" In-Reply-To: <20030921.164931.193706567.niioka@kk.iij4u.or.jp> References: <20030921.164931.193706567.niioka@kk.iij4u.or.jp> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: CIS is too long X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 16:50:59 -0000 In message: <20030921.164931.193706567.niioka@kk.iij4u.or.jp> Kenichi Niioka writes: : I'm getting the following errors when I insert my pccard. : : CIS is too long -- truncating : pccard0: Card has no functions! : cbb0: PC Card card activation failed There's a small set of cards that aren't being read in correctly. You have one of the cards. It looks like I'm programming the bridges exactly the same between oldcard and newcard. I do not know why it isn't working, maybe a bad delay? maybe some bit I've overlooked? I'm not sure. I see it in maybe 3 of the hundred odd cards that I have. These cards read '0's. I have one other one that reads just freaky random junk. : [[ OLDCARD working ]] yes. I see the same thing. : I want to know how can I use my pccard with GENERIC kernel. That might be a little difficult until this bug is fixed. Warner