Date: Fri, 14 Sep 2018 19:26:53 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 230807] if_alc.ko driver not working for Killer Networking E2200 Message-ID: <bug-230807-7501-OMVmnNPSbL@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 --- Comment #3 from Daniel McKee <danielmckee74@gmail.com> --- I am mistaken. It was not working previously. However I did find this pos= t as to a possible (?) fix; https://forums.freebsd.org/threads/setting-up-ethernet-device-atheros-ar816= 1.60635/ Specifically; /* * Force maximum payload size to 128 bytes for * E2200/E2400/E2500. * Otherwise it triggers DMA write error. */ if ((sc->alc_flags & ALC_FLAG_E2X00) !=3D 0) sc->alc_dma_wr_burst =3D 0; --=20 You are receiving this mail because: 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-OMVmnNPSbL>