From owner-freebsd-current@FreeBSD.ORG Mon Dec 24 00:14:43 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9383716A418; Mon, 24 Dec 2007 00:14:43 +0000 (UTC) (envelope-from marka@isc.org) Received: from drugs.dv.isc.org (drugs.dv.isc.org [IPv6:2001:470:1f00:820:214:22ff:fed9:fbdc]) by mx1.freebsd.org (Postfix) with ESMTP id 67A7913C43E; Mon, 24 Dec 2007 00:14:43 +0000 (UTC) (envelope-from marka@isc.org) Received: from drugs.dv.isc.org (localhost [127.0.0.1]) by drugs.dv.isc.org (8.14.2/8.14.1) with ESMTP id lBO0EfRB014370; Mon, 24 Dec 2007 11:14:41 +1100 (EST) (envelope-from marka@drugs.dv.isc.org) Message-Id: <200712240014.lBO0EfRB014370@drugs.dv.isc.org> To: Chris Shenton From: Mark Andrews In-reply-to: Your message of "Sun, 23 Dec 2007 17:17:13 CDT." <861w9dgee4.fsf@Bacalao.shenton.org> Date: Mon, 24 Dec 2007 11:14:41 +1100 Sender: marka@isc.org X-Mailman-Approved-At: Mon, 24 Dec 2007 01:25:50 +0000 Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: PATCH: FreeBSD-7-BETA4 'bge' ether for Dell T105 server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2007 00:14:43 -0000 > Thanks to Max Laier's help, the ether device is now working with the 'bge' > driver. Here is a patch that makes it work. I just recompiled the > kernel afterwards and it comes up. > > PS: the T105 is now $399 but includes 1GB RAM and 2x160GB disk, > in addition to the dual-core 1.8GHz Opteron and DVD reader. > > (Is there a better way to do this? sorry for the CC's, wasn't sure which > was appropriate for getting this into the tree.) "send-pr" is the appropriate command for submitting these sorts of fixes. > $ pwd > /usr/src/sys/dev/bge > $ diff -c if_bge.c* > *** if_bge.c Mon Nov 26 12:33:28 2007 > --- if_bge.c.NEW Sun Dec 23 15:44:40 2007 > *************** > *** 169,174 **** > --- 169,175 ---- > { BCOM_VENDORID, BCOM_DEVICEID_BCM5715S }, > { BCOM_VENDORID, BCOM_DEVICEID_BCM5720 }, > { BCOM_VENDORID, BCOM_DEVICEID_BCM5721 }, > + { BCOM_VENDORID, BCOM_DEVICEID_BCM5722 }, > { BCOM_VENDORID, BCOM_DEVICEID_BCM5750 }, > { BCOM_VENDORID, BCOM_DEVICEID_BCM5750M }, > { BCOM_VENDORID, BCOM_DEVICEID_BCM5751 }, > $ diff -c if_bgereg.h* > *** if_bgereg.h Tue May 22 15:22:58 2007 > --- if_bgereg.h.NEW Sun Dec 23 15:44:53 2007 > *************** > *** 2011,2016 **** > --- 2011,2017 ---- > #define BCOM_DEVICEID_BCM5715S 0x1679 > #define BCOM_DEVICEID_BCM5720 0x1658 > #define BCOM_DEVICEID_BCM5721 0x1659 > + #define BCOM_DEVICEID_BCM5722 0x165a > #define BCOM_DEVICEID_BCM5750 0x1676 > #define BCOM_DEVICEID_BCM5750M 0x167C > #define BCOM_DEVICEID_BCM5751 0x1677 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark_Andrews@isc.org