CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2009/02/12 04:55:29
Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: don't access undocumented register 0x82 for <= MAC06, since newer realteks start to behave badly if we do. this should fix the widely reported re(4) issue. makes my RTL8101E usable, fixes Thomas' RTL8168C, and PR6023. tested by many this is a more conservative version of my diff from kettenis@ (does not clear PHY register 0x0b) ok kettenis@