https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230807

--- Comment #3 from Daniel McKee <danielmcke...@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.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to