Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 2010 08:43:18 GMT
From:      "Vassily V. Kiryanov" <kvas@bf.pstu.ac.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/146788: New PCI devID for if_fxp driver (tested, worked)
Message-ID:  <201005210843.o4L8hI7C081545@www.freebsd.org>
Resent-Message-ID: <201005210850.o4L8oK28065118@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146788
>Category:       kern
>Synopsis:       New PCI devID for if_fxp driver (tested, worked)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 21 08:50:20 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Vassily V. Kiryanov
>Release:        6.4, 7.3, 8.0
>Organization:
Berezniki branch of Perm-state technical university
>Environment:
FreeBSD black.bf.pstu.ru 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 16:02:27 UTC 2010     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
My Intel netcard was not detected by FreeBSD 7.0 & 7.3
I have added it's PCI DevID and RevID to if_fxp driver and now it works fine.
Patch is trivial, the added line looks simple:

{ 0x1201,   0x08,   "Intel GD82559 PRO/100+ Ethernet" },

the mark of the chip and netcard's name was printed on them.

>How-To-Repeat:
Insert such card in a PC, than reboot and see dmesg.
>Fix:
Adding one line and recompile/reinstall GENERIC kernel. Tested and worked.


>Release-Note:
>Audit-Trail:
>Unformatted:



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