[Bug 230807] if_alc(4): Driver not working for Killer Networking E2200

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 18 Feb 2022 14:43:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230807

Bjoern A. Zeeb <bz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bz@FreeBSD.org

--- Comment #10 from Bjoern A. Zeeb <bz@FreeBSD.org> ---
(In reply to Daniel McKee from comment #3)

--- sys/dev/alc/if_alc.c
+++ sys/dev/alc/if_alc.c
@@ -1422,6 +1422,8 @@ alc_attach(device_t dev)
                        sc->alc_flags |= ALC_FLAG_LINK_WAR;
                /* FALLTHROUGH */
        case DEVICEID_ATHEROS_AR8171:
+               if (sc->alc_ident->deviceid == DEVICEID_ATHEROS_AR8171)
+                       sc->alc_flags |= ALC_FLAG_E2X00;
                sc->alc_flags |= ALC_FLAG_AR816X_FAMILY;
                break;
        case DEVICEID_ATHEROS_AR8162:


Will probably do that trick the Forum post indicates.  I only have an AR8161.

If anyone is still interested in this for the 8171, please post the relevant
boot -v (boot_verbose) output of your NIC.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.