From root@tpi1157.pocke.org  Tue Jan 11 04:11:59 2005
Return-Path: <root@tpi1157.pocke.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5AD0C16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Jan 2005 04:11:59 +0000 (GMT)
Received: from tpi1157.pocke.org (sv.pocke.org [203.141.139.193])
	by mx1.FreeBSD.org (Postfix) with SMTP id C937243D46
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Jan 2005 04:11:55 +0000 (GMT)
	(envelope-from root@tpi1157.pocke.org)
Received: (qmail 13083 invoked by uid 0); 11 Jan 2005 04:11:43 -0000
Message-Id: <20050111041143.13082.qmail@tpi1157.pocke.org>
Date: 11 Jan 2005 04:11:43 -0000
From: umi@pocke.org
Reply-To: umi@pocke.org
To: FreeBSD-gnats-submit@freebsd.org
Cc: umi@pocke.org
Subject: Add support for CardBUS NIC FNW3603TX
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         76081
>Category:       kern
>Synopsis:       [rl] [patch] Add support for CardBUS NIC FNW3603TX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 11 04:20:14 GMT 2005
>Closed-Date:    Sun Dec 02 09:10:25 UTC 2007
>Last-Modified:  Sun Dec 02 09:10:25 UTC 2007
>Originator:     Shinya Umino
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD tpi1157.pocke.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Dec 5 00:35:55 JST 2004 root@tpi1157.pocke.org:/usr/obj/usr/src/sys/umi i386


>Description:
	Add support for CardBUS NIC FNW3603TX
>How-To-Repeat:
	Apply attached patch & rebuild kernel.
>Fix:

I could add support of CardBUS NIC FNW3603TX.
Product information can be found at following URI.

  http://www.planex.co.jp/product/pccard/fnw3603tx.shtml

Follwing shows the version of original sources of if_rlreg.h & if_rl.c.

sys/pci/if_rlreg.h.org: * $FreeBSD: src/sys/pci/if_rlreg.h,v 1.44.2.3 2004/10/12 21:51:20 jmg Exp $
sys/pci/if_rl.c.org:__FBSDID("$FreeBSD: src/sys/pci/if_rl.c,v 1.145 2004/08/09 20:22:17 green Exp $");

Followings are diffs what should be changed to support FNW3603TX.

--- if_rl.c.diff begins here ---
*** sys/pci/if_rl.c.org	Tue Aug 10 05:22:17 2004
--- sys/pci/if_rl.c	Sun Dec  5 00:34:21 2004
***************
*** 163,168 ****
--- 163,170 ----
  		"Corega FEtherII CB-TXD" },
  	{ PEPPERCON_VENDORID, PEPPERCON_DEVICEID_ROLF, RL_8139,
  		"Peppercon AG ROL-F" },
+ 	{ PLANEX_VENDORID, PLANEX_DEVICEID_FNW3603TX, RL_8139,
+ 		"Planex FNW-3603-TX" },
  	{ PLANEX_VENDORID, PLANEX_DEVICEID_FNW3800TX, RL_8139,
  		"Planex FNW-3800-TX" },
  	{ CP_VENDORID, RT_DEVICEID_8139, RL_8139,
--- if_rl.c.diff ends here ---

--- if_rlreg.diff begins here ---
*** sys/pci/if_rlreg.h.org	Wed Oct 13 06:51:20 2004
--- sys/pci/if_rlreg.h	Sun Dec  5 00:34:39 2004
***************
*** 835,840 ****
--- 835,845 ----
  #define PLANEX_VENDORID				0x14ea
  
  /*
+  * Planex FNW-3603-TX device ID
+  */
+ #define PLANEX_DEVICEID_FNW3603TX		0xab06
+ 
+ /*
   * Planex FNW-3800-TX device ID
   */
  #define PLANEX_DEVICEID_FNW3800TX		0xab07
--- if_rlreg.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Tue Nov 20 07:31:41 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76081 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/76081: commit references a PR
Date: Mon, 26 Nov 2007 18:25:15 +0000 (UTC)

 remko       2007-11-26 18:25:07 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/pci              if_rl.c if_rlreg.h 
   Log:
   Add the FNW3603TX Planex NIC.
   
   PR:             76081
   Approved by:    imp (mentor)
   Submitted by:   umi at pocke dot org
   MFC After:      3 days
   
   Revision  Changes    Path
   1.172     +2 -0      src/sys/pci/if_rl.c
   1.68      +5 -0      src/sys/pci/if_rlreg.h
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: remko 
State-Changed-When: Mon Nov 26 19:57:49 UTC 2007 
State-Changed-Why:  
Patched in -HEAD 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76081 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/76081: commit references a PR
Date: Sun,  2 Dec 2007 08:38:38 +0000 (UTC)

 remko       2007-12-02 08:38:32 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     sys/pci              if_rl.c if_rlreg.h 
     share/man/man4       rl.4 
   Log:
   MFC rev 1.45 rl.4
   
     Add the Planex FNW-3603TX card to the list.
   
   MFC rev 1.172 if_rl.c
   MFC rev 1.68  if_rlreg.h
   
     Add the FNW3603TX Planex NIC.
   
     PR:             76081
     Approved by:    imp (mentor)
     Submitted by:   umi at pocke dot org
     MFC After:      3 days
   
   Approved by:    re (hrs), imp (mentor, implicit)
   
   Revision   Changes    Path
   1.44.2.1   +3 -1      src/share/man/man4/rl.4
   1.170.2.1  +2 -0      src/sys/pci/if_rl.c
   1.67.2.1   +5 -0      src/sys/pci/if_rlreg.h
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/76081: commit references a PR
Date: Sun,  2 Dec 2007 08:55:10 +0000 (UTC)

 remko       2007-12-02 08:54:59 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     sys/pci              if_rl.c if_rlreg.h 
     share/man/man4       rl.4 
   Log:
   MFC rev 1.45 rl.4
   
     Add the Planex FNW-3603TX card to the list.
   
   MFC rev 1.172 if_rl.c
   MFC rev 1.68  if_rlreg.h
   
     Add the FNW3603TX Planex NIC.
   
     PR:             76081
     Approved by:    imp (mentor)
     Submitted by:   umi at pocke dot org
     MFC After:      3 days
   
   Approved by:    re (hrs), imp (mentor, implicit)
   
   Revision   Changes    Path
   1.39.2.5   +3 -1      src/share/man/man4/rl.4
   1.152.2.8  +2 -0      src/sys/pci/if_rl.c
   1.51.2.12  +5 -0      src/sys/pci/if_rlreg.h
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/76081: commit references a PR
Date: Sun,  2 Dec 2007 09:04:15 +0000 (UTC)

 remko       2007-12-02 09:04:12 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6_3)
     sys/pci              if_rl.c if_rlreg.h 
     share/man/man4       rl.4 
   Log:
   MFC rev 1.45 rl.4
   
     Add the Planex FNW-3603TX card to the list.
   
   MFC rev 1.172 if_rl.c
   MFC rev 1.68  if_rlreg.h
   
     Add the FNW3603TX Planex NIC.
   
     PR:             76081
     Approved by:    imp (mentor)
     Submitted by:   umi at pocke dot org
     MFC After:      3 days
   
   Approved by:    re (hrs), imp (mentor, implicit)
   
   Revision       Changes    Path
   1.39.2.4.2.1   +3 -1      src/share/man/man4/rl.4
   1.152.2.7.2.1  +2 -0      src/sys/pci/if_rl.c
   1.51.2.11.2.1  +5 -0      src/sys/pci/if_rlreg.h
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: remko 
State-Changed-When: Sun Dec 2 09:10:24 UTC 2007 
State-Changed-Why:  
Committed to all relevant branches, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76081 
>Unformatted:
