Commit 4305b879 authored by Dave Jones's avatar Dave Jones

[PATCH] nm256 dell latitude fix.

From 2.4
parent 4ac4b1e1
...@@ -895,7 +895,7 @@ nm256_resetAC97 (struct ac97_hwint *dev) ...@@ -895,7 +895,7 @@ nm256_resetAC97 (struct ac97_hwint *dev)
/* Reset the mixer. 'Tis magic! */ /* Reset the mixer. 'Tis magic! */
nm256_writePort8 (card, 2, 0x6c0, 1); nm256_writePort8 (card, 2, 0x6c0, 1);
nm256_writePort8 (card, 2, 0x6cc, 0x87); // nm256_writePort8 (card, 2, 0x6cc, 0x87); /* This crashes Dell latitudes */
nm256_writePort8 (card, 2, 0x6cc, 0x80); nm256_writePort8 (card, 2, 0x6cc, 0x80);
nm256_writePort8 (card, 2, 0x6cc, 0x0); nm256_writePort8 (card, 2, 0x6cc, 0x0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment