Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2018 16:15:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 234015] [patch] [nfe] Add nForce MCP89 Networking Adapter support
Message-ID:  <bug-234015-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234015

            Bug ID: 234015
           Summary: [patch] [nfe] Add nForce MCP89 Networking Adapter
                    support
           Product: Base System
           Version: 12.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: sinchiroca86@gmail.com

Created attachment 200120
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D200120&action=
=3Dedit
add support for MCP89 Ethernet Controller

Please, add support for nVidia nForce MCP89 Networking Adapter in nfe drive=
r.

dmesg
---
nfe0: <NVIDIA nForce MCP89 Networking Adapter> port 0x22a0-0x22a7 mem
0xd3286000-0xd3287fff at device 9.0 on pci0
miibus0: <MII bus> on nfe0
---

pciconf -lv
---
nfe0@pci0:0:9:0:        class=3D0x020000 card=3D0xcb89106b chip=3D0x0d7d10d=
e rev=3D0xa1
hdr=3D0x00
    vendor     =3D 'NVIDIA Corporation'
    device     =3D 'MCP89 Ethernet'
    class      =3D network
    subclass   =3D ethernet
---

I backported there changes from OpenBSD nfe driver.
(https://github.com/openbsd/src/commits/master/sys/dev/pci/if_nfe.c)

Tested changes in 12.0-RELEASE on Apple MacBook "Core 2 Duo" 2.4 13" (Mid-2=
010)
with nForce MCP89 chipset:

pciconf -lv | grep MCP
---
    device     =3D 'MCP89 HOST Bridge'
    device     =3D 'MCP89 Memory Controller'
    device     =3D 'MCP89 LPC Bridge'
    device     =3D 'MCP89 Memory Controller'
    device     =3D 'MCP89 SMBus'
    device     =3D 'MCP89 Memory Controller'
    device     =3D 'MCP89 Co-Processor'
    device     =3D 'MCP89 OHCI USB 1.1 Controller'
    device     =3D 'MCP89 EHCI USB 2.0 Controller'
    device     =3D 'MCP89 OHCI USB 1.1 Controller'
    device     =3D 'MCP89 EHCI USB 2.0 Controller'
    device     =3D 'MCP89 High Definition Audio'
    device     =3D 'MCP89 Ethernet'
    device     =3D 'MCP89 SATA Controller (AHCI mode)'
    device     =3D 'MCP89 PCI Express Bridge'
    device     =3D 'MCP89 [GeForce 320M]'
---

Actually, just needed to add define for device id.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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