From owner-freebsd-stable@FreeBSD.ORG Fri Nov 24 19:38:13 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C53BE16A403; Fri, 24 Nov 2006 19:38:13 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B55643D49; Fri, 24 Nov 2006 19:37:30 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from [192.168.0.102] (cpe-024-163-054-055.nc.res.rr.com [24.163.54.55]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id kAOJc9dG078746; Fri, 24 Nov 2006 11:38:12 -0800 (PST) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-stable@freebsd.org Date: Fri, 24 Nov 2006 14:38:06 -0500 User-Agent: KMail/1.9.4 X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*. X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: imp@freebsd.org Subject: MFC planned for src/sys/dev/wi/if_wi_pccard.c 1.59? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2006 19:38:13 -0000 It looks like this one may have slipped through the cracks. I don't think there's any reason not to include support for the SMC 2532W-B in -STABLE's wi driver when all it needs is a reference to an existing definition. See this thread: http://groups.google.com/group/mailing.freebsd.mobile/browse_thread/thread/eca4d606f7165e65/fc59e639e1c4db4f?lnk=st&q=freebsd+wi+smc+2532w&rnum=2#fc59e639e1c4db4f And this commit: ====== Revision 1.59 / (download) - annotate - [select for diffs], Fri Oct 14 15:06:16 2005 UTC (13 months, 1 week ago) by imp Branch: MAIN CVS Tags: HEAD Changes since 1.58: +2 -0 lines Diff to previous 1.58 (colored) Add ELSA XI330 product. This is rebadged and sold as SMC 2532W-B and I/O Data also resells it. Add an alternative airvast an100 id. ====== The 1.58 commit seems to touch more than just the one file, but applying the 1.58->1.59 diff to the 1.57 file adds support for the cards above on 6-STABLE. Thanks, JN