From owner-freebsd-alpha Mon Mar 6 16:54:21 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from uclink4.berkeley.edu (uclink4.Berkeley.EDU [128.32.25.39]) by hub.freebsd.org (Postfix) with ESMTP id BE2F937BD88 for ; Mon, 6 Mar 2000 16:54:19 -0800 (PST) (envelope-from manning@uclink4.berkeley.edu) Received: from uclink4.berkeley.edu (x130-65-210-24.sjsu.edu [130.65.210.24]) by uclink4.berkeley.edu (8.8.8/8.8.8) with ESMTP id QAA13565 for ; Mon, 6 Mar 2000 16:54:19 -0800 (PST) Message-ID: <38C452FF.5A98D8D6@uclink4.berkeley.edu> Date: Mon, 06 Mar 2000 16:53:19 -0800 From: manning@uclink4.berkeley.edu X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-alpha@FreeBSD.ORG Subject: PCMCIA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yes, PCMCIA. On the Alpha :) No, i don't have an AlphaBook, though i really wish i did :) I have a Multia. Has ANYONE had any experience with PCMCIA devices on an Alpha? I was told by an x86-er that you didn't even really need to compile support into the kernel. Is that true for alpha? I tried adding: device pcic0 at isa? device pcic1 at isa? device card to my kernel, and when it was compiling pccard.c, it gave the following: In file included from ../../pccard/pccard.c:50: ../../i386/isa/isa_device.h:64: syntax error before `ointhand2_t' In file included from ../../pccard/pccard_nbk.c:68: ../../i386/isa/isa_device.h:64: syntax error before `ointhand2_t' ../../pccard/pccard.c: In function `crdioctl': ../../pccard/pccard.c:590: `atdevbase' undeclared (first use in this function) ../../pccard/pccard.c:590: (Each undeclared identifier is reported only once ../../pccard/pccard.c:590: for each function it appears in.) *** Error code 1 *** Error code 1 earlier it had given an error about not finding a .h file, which i rectified by copying it from an x86 3.4 computer (for some reason). I have a pcmcia ethernet card in there now. It's a Wisecom PC100. Would the Wiseman driver work for that? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message