From owner-freebsd-mobile Wed Apr 26 9:12:40 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id AC25737C0F7; Wed, 26 Apr 2000 09:12:35 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdn27.imasy.or.jp [202.227.24.219]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.04) with ESMTP id BAA20335; Thu, 27 Apr 2000 01:12:30 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: mobile@FreeBSD.ORG Cc: iwasaki@jp.freebsd.org, mdodd@FreeBSD.org, kato@ganko.eps.nagoya-u.ac.jp Subject: CFR: ex and fe driver PCCard support (Re: [Experimental patch] ex driver PCCard support) In-Reply-To: <20000424025122F.iwasaki@jp.FreeBSD.org> References: <20000424025122F.iwasaki@jp.FreeBSD.org> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000427011230G.iwasaki@jp.FreeBSD.org> Date: Thu, 27 Apr 2000 01:12:30 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 51 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I've made patch for fe driver PCCard support and updated patch for ex driver against -CURRENT. The patches are available at; http://people.freebsd.org/~iwasaki/pccard/if_fe-pccard.diff http://people.freebsd.org/~iwasaki/pccard/if_ex-pccard.diff For fe driver, you'll need a card entry in /etc/pccard.conf; # TDK LAC-CD021, LAC-CD021A card "TDK" "LAC-CD02x" config auto "fe0" ? insert logger -s TDK LAC-CD021 inserted insert /etc/pccard_ether $device remove logger -s TDK LAC-CD021 removed remove /etc/pccard_ether_remove $device and device entry in your kernel config file; device fe0 # yes, this fe patch is the kludge version, just added new-bus pccard # front-end :) For ex driver, many bug-fixes have been made. It works just fine so far. Please test them and inform me if any problems. Thanks > I've got Olicom GOCARD OC-2220-CP ethernet card yesterday and > wrote experimental pccard support code for ex driver by quick hack > including some fixes. The patche is available at > http://people.freebsd.org/~iwasaki/pccard/if_ex-pccard.diff > > The entry for this card in pccard.conf is something like this > > # Olicom OC2220 > card "Olicom" "Ethernet" > config auto "ex0" ? > # ether 0x018 > insert logger -t pccard:$device -s Olicom OC2220 inserted > insert /etc/pccard_ether $device > remove logger -t pccard:$device -s Olicom OC2220 removed > remove /sbin/ifconfig $device delete > > The probe/attach code was based on ex_isa_* code eliminating > unnecessary code for pccard. Maybe some additional code will be > required for probe routine, but I don't have enough info. on this. > I hope this will help re-organization of ex driver, I can be a tester :-) > > Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message