[Bug 230807] if_alc.ko driver not working for Killer Networking E2200
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 14 19:26:55 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230807
--- Comment #3 from Daniel McKee <danielmckee74 at gmail.com> ---
I am mistaken. It was not working previously. However I did find this post as
to a possible (?) fix;
https://forums.freebsd.org/threads/setting-up-ethernet-device-atheros-ar8161.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) != 0)
sc->alc_dma_wr_burst = 0;
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-net
mailing list