From owner-freebsd-mobile Fri Dec 8 0:16:26 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 8 00:16:25 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mbc.sphere.ne.jp (mbc.sphere.ne.jp [203.138.71.83]) by hub.freebsd.org (Postfix) with ESMTP id B76A237B400 for ; Fri, 8 Dec 2000 00:16:24 -0800 (PST) Received: from localhost (dhcp253.dcl.info.waseda.ac.jp [133.9.216.253]) by mbc.sphere.ne.jp (8.9.3+3.2W/3.7W) with ESMTP id RAA29280 for ; Fri, 8 Dec 2000 17:16:18 +0900 (JST) To: freebsd-mobile@FreeBSD.ORG Subject: Driver for Netwave Airsurfer PC Card Adapter(Xircom CNW) X-Mailer: Mew version 1.94.2 on XEmacs 21.1 (Channel Islands) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20001208171813X.aizu@jaist.ac.jp> Date: Fri, 08 Dec 2000 17:18:13 +0900 From: Hiroyuki Aizu X-Dispatcher: imput version 20000228(IM140) Lines: 28 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. I wrote device driver for Netwave Airsurfer PC Card Adapter(Xircom CNW) for FreeBSD 4.2-RELEASE(and also 4-STABLE). May be it works on -current, but I'm not try. It was included in PAO3, but I take from NetBSD. 1. Fetch the files from here. http://www.jaist.ac.jp/~aizu/tmp/cnw.tar.gz 2. Extract it. 3. Copy files under cnw/sys/dev/ to /sys/dev/cnw/ 4. Patch files.diff to /sys/conf/files 5. Patch pcic.c.diff to /sys/pccard/pcic.c (This patch is not necessary on -current, because already included) 6. Add to next line into your kernel config file. "device cnw" 7. make your kernel and install. 8. Add pccard.conf.cnw into /etc/pccard.conf (This is recommended!) (I hope merge into /etc/default/pccard.conf at final.) 9. reboot and Enjoy! Yes, it's legacy card today, and may be user is limited, but I hope that this driver merge into source tree. ---- Hiroyuki Aizu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message