From owner-freebsd-current@FreeBSD.ORG Fri Jul 29 17:22:05 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A06A16A41F for ; Fri, 29 Jul 2005 17:22:05 +0000 (GMT) (envelope-from martin@gneto.com) Received: from mxfep02.bredband.com (mxfep02.bredband.com [195.54.107.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C89043D45 for ; Fri, 29 Jul 2005 17:22:03 +0000 (GMT) (envelope-from martin@gneto.com) Received: from as6-1-5.kr.m.bonet.se ([83.227.181.30] [83.227.181.30]) by mxfep02.bredband.com with ESMTP id <20050729172202.CIUT6295.mxfep02.bredband.com@as6-1-5.kr.m.bonet.se> for ; Fri, 29 Jul 2005 19:22:02 +0200 Received: from [192.168.10.11] (euklides.gneto.com [192.168.10.11]) by as6-1-5.kr.m.bonet.se (Postfix) with ESMTP id DB0A1678B9 for ; Fri, 29 Jul 2005 19:22:01 +0200 (CEST) Message-ID: <42EA65BB.5040206@gneto.com> Date: Fri, 29 Jul 2005 19:22:03 +0200 From: Martin Nilsson User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050724) X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: New fxp PCI-id patch for ICH7 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: Fri, 29 Jul 2005 17:22:05 -0000 The below patch makes the integrated LAN on my Intel D945GNT motherboard with ICH7R work. /Martin euklides# cvs diff Index: if_fxp.c =================================================================== RCS file: /home/ncvs/src/sys/dev/fxp/if_fxp.c,v retrieving revision 1.240 diff -u -r1.240 if_fxp.c --- if_fxp.c 11 Jun 2005 00:47:34 -0000 1.240 +++ if_fxp.c 29 Jul 2005 11:55:47 -0000 @@ -190,6 +190,7 @@ { 0x1229, 0x10, "Intel 82551 Pro/100 Ethernet" }, { 0x1229, -1, "Intel 82557/8/9 Pro/100 Ethernet" }, { 0x2449, -1, "Intel 82801BA/CAM (ICH2/3) Pro/100 Ethernet" }, + { 0x27dc, -1, "Intel 82801GB (ICH7) 10/100 Ethernet" }, { 0, -1, NULL }, };