From owner-cvs-src@FreeBSD.ORG Fri Sep 24 22:24:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3512716A4CE; Fri, 24 Sep 2004 22:24:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BBCE43D1F; Fri, 24 Sep 2004 22:24:34 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8OMOYka062578; Fri, 24 Sep 2004 22:24:34 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8OMOYP7062577; Fri, 24 Sep 2004 22:24:34 GMT (envelope-from ps) Message-Id: <200409242224.i8OMOYP7062577@repoman.freebsd.org> From: Paul Saab Date: Fri, 24 Sep 2004 22:24:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mii brgphy.c miidevs src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 22:24:34 -0000 ps 2004-09-24 22:24:33 UTC FreeBSD src repository Modified files: sys/dev/mii brgphy.c miidevs sys/dev/bge if_bge.c if_bgereg.h Log: Add support for the BCM5750/5751. Unfortunately the documentation I have from Broadcom does not give much information on these devices, so the Broadcom Linux driver was used for clues to what these chips support. It turns out they are similar to the 5705 with the 5751 being the PCI-Express version and needing special work-arounds and settings. Revision Changes Path 1.74 +121 -38 src/sys/dev/bge/if_bge.c 1.29 +11 -0 src/sys/dev/bge/if_bgereg.h 1.32 +33 -0 src/sys/dev/mii/brgphy.c 1.29 +1 -0 src/sys/dev/mii/miidevs