From owner-freebsd-questions@FreeBSD.ORG Tue Nov 8 12:27:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C170E16A41F for ; Tue, 8 Nov 2005 12:27:44 +0000 (GMT) (envelope-from bachng@nttv6.jp) Received: from gura.nttv6.jp (gura.nttv6.jp [210.163.36.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6388D43D45 for ; Tue, 8 Nov 2005 12:27:43 +0000 (GMT) (envelope-from bachng@nttv6.jp) Received: from nirvana.nttv6.jp (nirvana.nttv6.jp [IPv6:2001:218:1f01:1::2687]) by gura.nttv6.jp (NTTv6MTA) with ESMTP id 962B71FE3F for ; Tue, 8 Nov 2005 21:27:42 +0900 (JST) Received: from [IPv6:2001:218:1f01:0:212:3fff:feb1:6647] (unknown [IPv6:2001:218:1f01:0:212:3fff:feb1:6647]) by nirvana.nttv6.jp (NTTv6MTA) with ESMTP id 760FF12829F for ; Tue, 8 Nov 2005 21:27:42 +0900 (JST) Message-ID: <437099C8.2050007@nttv6.jp> Date: Tue, 08 Nov 2005 21:27:52 +0900 From: Nguyen Huu Bach Organization: NTT Communications User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051107) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43671176.4010801@nttv6.jp> In-Reply-To: <43671176.4010801@nttv6.jp> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Subject: Re: Intel 945G for FreeBSD5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bachng@nttv6.jp List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2005 12:27:44 -0000 hi all, I solved this problem. Hope someone will find the following information useful. 1)For the 945G, using the patch proposed by Chris Wing, I can run xorg with i810 driver. 2)And the on-board NIC (Intel PRO/100 VE Network Connection) can be recognized by the fxp driver with the following patch --- /usr/src/sys/dev/fxp/if_fxp.c Tue Nov 8 11:41:56 2005 +++ /usr/src/sys/dev/fxp/if_fxp.c.bak Tue Nov 1 02:50:05 2005 @@ -163,7 +163,7 @@ { 0x1037, -1, "Intel 82801CAM (ICH3) Pro/100 Ethernet" }, { 0x1038, -1, "Intel 82801CAM (ICH3) Pro/100 VM Ethernet" }, { 0x1039, -1, "Intel 82801DB (ICH4) Pro/100 VE Ethernet" }, - { 0x103A, -1, "Intel 82801DB (ICH4) Pro/100 VE Ethernet" }, + { 0x103A, -1, "Intel 82801DB (ICH4) Pro/100 Ethernet" }, { 0x103B, -1, "Intel 82801DB (ICH4) Pro/100 VM Ethernet" }, { 0x103C, -1, "Intel 82801DB (ICH4) Pro/100 Ethernet" }, { 0x103D, -1, "Intel 82801DB (ICH4) Pro/100 VE Ethernet" }, @@ -190,7 +190,6 @@ { 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 ????? Pro/100 VE Ethernet" }, { 0, -1, NULL }, }; best regards Nguyen Huu Bach wrote: >Hi all, > >My FreeBSD 5.4 does not recognize the Intel 945G Graphic (on board) card. >Is there any way to make this possible ? > >Thank you very much > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > >