Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2000 21:53:09 +0900 (JST)
From:      sanpei@sanpei.org (MIHIRA Yoshiro)
To:        imp@village.org
Cc:        mobile@FreeBSD.ORG
Subject:   Re: Xircom cards
Message-ID:  <200004291253.VAA13489@lavender.yy.cs.keio.ac.jp>
In-Reply-To: Your message of "Thu, 27 Apr 2000 13:00:58 JST". <200004270400.WAA49597@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
imp@village.org wrote:

>> Has anybody had a chance to try the xircom cards with the new patches
>> yet?  These cards should work in the "OLDCARD" kernels such as
>> GENERIC.

  I test if_xe.c driver in 5-current with Accton Fast EtherCard-16/EN2226.

  I can probe and attach above card with below patch, I think.


--- sys/dev/xe/if_xe.c.org	Sat Apr 29 21:42:52 2000
+++ sys/dev/xe/if_xe.c	Sat Apr 29 21:43:06 2000
@@ -619,7 +619,7 @@
   bpfattach(scp->ifp, DLT_EN10MB, sizeof(struct ether_header));
 
   /* Done */
-  return 1;
+  return 0;
 }
 
# Accton Fast EtherCard-16/EN2226(16-bit verison)
card "Accton" "Fast EtherCard-16"
	config	default "xe0" ?
	insert	logger -t pccard:$device -s Accton Fast EtherCard-16/EN2226 inserted
	insert	/etc/pccard_ether $device
	remove	logger -t pccard:$device -s Accton Fast EtherCard-16/EN2226 removed
	remove	/sbin/ifconfig $device delete

 
P.S.
  Thank you, Warner-san and Iwasaki-san, about multi io window
patch.  I can probe Planex 2000 PC-Card under 5-current :-)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004291253.VAA13489>