CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2012/10/20 03:54:20
Modified files: sys/dev/ic : ar5416reg.h ar9280reg.h ar9380.c ar9380reg.h athn.c athnvar.h Log message: Init values for the AR9485 were for version 1.0 of this chip, which according to Atheros Linux developers was never sold. So update initvals to what Linux is using for the 1.1 generation. Because the serdes values are written to different registers on the AR9485 this involves tweaking the serdes init code for all athn(4) chip families. This commit doesn't make AR9485 devices work yet but is a step in the right direction. Tested by krw, kettenis, and Andrew Ngo. ok kettenis@