Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Nov 2005 21:27:52 +0900
From:      Nguyen Huu Bach <bachng@nttv6.jp>
To:        freebsd-questions@freebsd.org
Subject:   Re: Intel 945G for FreeBSD5.4
Message-ID:  <437099C8.2050007@nttv6.jp>
In-Reply-To: <43671176.4010801@nttv6.jp>
References:  <43671176.4010801@nttv6.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
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"
>
>  
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?437099C8.2050007>