Hi people, Recently, I installed FreeBSD on a Tyan GS14 barebone, which houses an bge(4) and a fxp(4). However, FreeBSD does not recognize the on-board fxp(4) NIC by default. All that was needed was just an extra PCI ID addition; the patch can be found at http://rink.nu/tmp/if_fxp.ve.diff. With this patch applies, pciconf -lv gives: -- fxp0@pci10:8:0: class=0x020000 card=0x27dc8086 chip=0x10658086 rev=0x04 hdr=0x00 vendor = 'Intel Corporation' device = '82562ET/EZ/GT/GZ PRO/100 VE Ethernet Controller' class = network subclass = ethernet -- And the NIC works fine. Are there any objections to committing this? Thanks, -- Rink P.W. Springer - http://rink.nu "It's you isn't it? THE BASTARD OPERATOR FROM HELL!" "In the flesh, on the phone and in your account..." - BOFH #3 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20061103/cf3f9f98/attachment.pgp
At 05:03 AM 11/3/2006, Rink Springer wrote:>Hi people, > >Recently, I installed FreeBSD on a Tyan GS14 barebone, which houses an >bge(4) and a fxp(4). However, FreeBSD does not recognize the on-board >fxp(4) NIC by default. > >All that was needed was just an extra PCI ID addition; the patch can be >found at http://rink.nu/tmp/if_fxp.ve.diff. With this patch applies, >pciconf -lv gives: > >-- >fxp0@pci10:8:0: class=0x020000 card=0x27dc8086 chip=0x10658086 rev=0x04 >hdr=0x00 > vendor = 'Intel Corporation' > device = '82562ET/EZ/GT/GZ PRO/100 VE Ethernet Controller' > class = network > subclass = ethernet >-- > >And the NIC works fine. Are there any objections to committing this?There is another fxp ID as well http://lists.freebsd.org/pipermail/freebsd-stable/2006-October/030169.html Jack Vogel was going to look at it, but I think he is pretty busy with the em issue and it would be nice to get this in prior to 6.2 as this board is becoming common in the retail channel (around here at least) ---Mike
In message: <20061103100341.GA3774@rink.nu> Rink Springer <rink@FreeBSD.org> writes: : Hi people, : : Recently, I installed FreeBSD on a Tyan GS14 barebone, which houses an : bge(4) and a fxp(4). However, FreeBSD does not recognize the on-board : fxp(4) NIC by default. : : All that was needed was just an extra PCI ID addition; the patch can be : found at http://rink.nu/tmp/if_fxp.ve.diff. With this patch applies, : pciconf -lv gives: : : -- : fxp0@pci10:8:0: class=0x020000 card=0x27dc8086 chip=0x10658086 rev=0x04 : hdr=0x00 : vendor = 'Intel Corporation' : device = '82562ET/EZ/GT/GZ PRO/100 VE Ethernet Controller' : class = network : subclass = ethernet : -- : : And the NIC works fine. Are there any objections to committing this? Go for it. Warner