CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/06/10 15:23:36
Modified files: sys/dev/ic : ar5416.c ar5416reg.h ar9280.c ar9280reg.h ar9285.c ar9287.c ar9380.c ar9380reg.h athn.c athnreg.h athnvar.h Log message: Allow a variable number of words for the Serializer/Deserializer programming. Probably not enought to make the AR9380 chips to work, but at least the kernel shouldn't crash anymore when we see one. ok stsp@