Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2021 22:31:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 256000] [alc] [PATCH] add support for Mikrotik 10/25G NIC
Message-ID:  <bug-256000-227-g3UXmtjeTg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256000-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256000-227@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D77b637338a3656d4ccedb9798a3f98ac2=
83962f4

commit 77b637338a3656d4ccedb9798a3f98ac283962f4
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-05-19 22:14:18 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-05-19 22:30:25 +0000

    alc(4): add support for Mikrotik 10/25G NIC

    The new Mikrotik 10/25G NIC is mostly compatible with AR8151 hardware,
    with few exceptions:

    * card supports only 32bit DMA operations
    * card does not support write-one-to-clear semantics for interrupt stat=
us
      register
    * MDIO operations can take longer to complete

    This patch adds support for Mikrotik 10/25G NIC to the alc driver
    while maintaining support for all earlier HW.

    The patch was tested with FreeBSD main branch as of commit
    f4b38c360e63a6e66245efedbd6c070f9c0aee55

    This was tested on Intel i7-4790K system with Mikrotik 10/25G NIC.
    This was tested on Intel i7-4790K system with RB44Ge (AR8151 based 4-po=
rt
NIC)
    to verify backwards compatibility.

    PR:     256000
    Submitted by:    Gatis Peisenieks  <gatis@mikrotik.com>
    MFC after:      1 week

 sys/dev/alc/if_alc.c    | 16 ++++++++++++++--
 sys/dev/alc/if_alcreg.h |  8 ++++++++
 sys/dev/alc/if_alcvar.h |  3 ++-
 3 files changed, 24 insertions(+), 3 deletions(-)

--=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-256000-227-g3UXmtjeTg>