Date: Fri, 18 Feb 2022 14:43:17 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 230807] if_alc(4): Driver not working for Killer Networking E2200 Message-ID: <bug-230807-7501-kp0TePRIYT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230807-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-230807-7501@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=3D230807 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 |=3D ALC_FLAG_LINK_WAR; /* FALLTHROUGH */ case DEVICEID_ATHEROS_AR8171: + if (sc->alc_ident->deviceid =3D=3D DEVICEID_ATHEROS_AR8171) + sc->alc_flags |=3D ALC_FLAG_E2X00; sc->alc_flags |=3D ALC_FLAG_AR816X_FAMILY; break; case DEVICEID_ATHEROS_AR8162: Will probably do that trick the Forum post indicates. I only have an AR816= 1. If anyone is still interested in this for the 8171, please post the relevant boot -v (boot_verbose) output of your NIC. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230807-7501-kp0TePRIYT>