commit | 750deaa4021da1cf9fdb1e20861a10c76fd7f2bc | [log] [tgz] |
---|---|---|
author | aleksey_gorelov@phoenix.com <aleksey_gorelov@phoenix.com> | Sun Oct 30 14:59:36 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 30 17:37:12 2005 -0800 |
tree | 662e9c2e22c44e3610d979f7c5e6b1b33bd2dc53 | |
parent | 434440a2804639f11858d9d384c9505927feb186 [diff] |
[PATCH] asus vt8235 router buggy bios workaround Hopefully fix http://bugzilla.kernel.org/show_bug.cgi?id=5235 Similar problem has been reported before here: http://groups.google.com/group/linux.kernel/browse_thread/thread/def4ca19dbc3cd4/5cffbf349f2c87a4?tvc=2&q=Aleksey+Gorelov&hl=en#5cffbf349f2c87a4 and was related to bug in BIOS reporting 82C686 router compatible to 586. I suspect BIOS on this board has similar issue: reports VT8235 router to be compatible with 586 one - which is obviously not true. Patch from the link above has already incorporated in both 2.6 & 2.4 series, but might not work in this particular case. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>