kern/76081: Add support for CardBUS NIC FNW3603TX
umi at pocke.org
umi at pocke.org
Mon Jan 10 20:20:15 PST 2005
>Number: 76081
>Category: kern
>Synopsis: Add support for CardBUS NIC FNW3603TX
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Jan 11 04:20:14 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:
More information about the freebsd-bugs
mailing list