kern/67444: bge(4) patches to support Broadcom BCM5705K

candy at kgc.co.jp candy at kgc.co.jp
Tue Jun 1 02:30:30 PDT 2004


>Number:         67444
>Category:       kern
>Synopsis:       bge(4) patches to support Broadcom BCM5705K
>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 Jun 01 02:30:27 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
KGC
>Environment:
System: FreeBSD 5.2.1-RELEASE i386

>Description:
	bge(4) does not support Broadcom BCM5705K.
	The patches will fix it.  BCM5705K works well for me.
>How-To-Repeat:
	none
>Fix:

--- if_bgereg.h.orig	Wed Nov 12 02:57:03 2003
+++ if_bgereg.h	Mon May 24 11:10:41 2004
@@ -1819,6 +1819,7 @@
 #define BCOM_DEVICEID_BCM5704C		0x1648
 #define BCOM_DEVICEID_BCM5704S		0x16A8
 #define BCOM_DEVICEID_BCM5705		0x1653
+#define BCOM_DEVICEID_BCM5705K		0x1654
 #define BCOM_DEVICEID_BCM5705M		0x165D
 #define BCOM_DEVICEID_BCM5705M_ALT	0x165E
 #define BCOM_DEVICEID_BCM5782		0x1696
 

--- if_bge.c.orig	Sat Nov 15 02:16:56 2003
+++ if_bge.c	Mon May 24 11:11:49 2004
@@ -148,6 +148,8 @@
 		"Broadcom BCM5704S Dual Gigabit Ethernet" },
 	{ BCOM_VENDORID, BCOM_DEVICEID_BCM5705,
 		"Broadcom BCM5705 Gigabit Ethernet" },
+	{ BCOM_VENDORID, BCOM_DEVICEID_BCM5705K,
+		"Broadcom BCM5705K Gigabit Ethernet" },
 	{ BCOM_VENDORID, BCOM_DEVICEID_BCM5705M,
 		"Broadcom BCM5705M Gigabit Ethernet" },
 	{ BCOM_VENDORID, BCOM_DEVICEID_BCM5705M_ALT,
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list