From owner-freebsd-questions Sun Feb 27 16:11:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2203.mail.yahoo.com (web2203.mail.yahoo.com [128.11.68.31]) by hub.freebsd.org (Postfix) with SMTP id 774D337B5D7 for ; Sun, 27 Feb 2000 16:11:12 -0800 (PST) (envelope-from mcyster@yahoo.com) Received: (qmail 2853 invoked by uid 60001); 28 Feb 2000 00:11:12 -0000 Message-ID: <20000228001112.2852.qmail@web2203.mail.yahoo.com> Received: from [208.48.108.3] by web2203.mail.yahoo.com; Sun, 27 Feb 2000 16:11:12 PST Date: Sun, 27 Feb 2000 16:11:12 -0800 (PST) From: Mark Cyster Subject: PCMCIA, /dev/card* and 4.0 current To: freebsd-questions@FreeBSD.ORG Cc: wal@acm.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi When I run pccardd it says: no PC-CARD slots. Yes, I have created the devices with MAKEDEV. The relevant parts of my kernel config file currently reads: device pccard #device cardbus #device card device pcic0 at isa? #device pcic1 at isa? #device pccbb # kludge to map to newbus When I check the code I find pccardd is trying to open /dev/card0, /dev/card1, ... It is attempting to fopen these devices which is failing with errno=6 (Device not configured) I tried adding the device "card" into my kernel config but then I get multiply defined symbols with pccard.o. If I remove pccard from my config then I get undefined symbols in pccard.o:-( I also tried using the pccbb kludge, but this doesn't seem to help. The kernel does find my cards. The relevant portion of dmsg: Feb 21 21:07:14 dog /kernel: pccard0: on pcic 1 Feb 21 21:07:14 dog /kernel: pccard1: on pcic 1 Feb 21 21:07:14 dog /kernel: pcic1: intr Should I use pccardd un 4.0 current? Have I configured my kernel correctly? Is there any documentation covering this stuff in the 4.0 kernel? Is the documentation here relevant (it doesn't seem to help me): http://www.jp.freebsd.org/PAO/ http://home.jp.FreeBSD.org/~toshi/PAO3/PAO-FAQ.html Thanks Mark __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message