Intel 945G for FreeBSD5.4

Nguyen Huu Bach bachng at nttv6.jp
Tue Nov 8 12:27:44 GMT 2005


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 at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>
>  
>


More information about the freebsd-questions mailing list