lkml.org 
[lkml]   [2002]   [May]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] Fix complete freeze on Dell latitude in nm256_audio.c
Date
From
> Please add this to the 2.4 tree.  Without it, Dell Latitude laptops
> completely freeze when loading the module. Thanks.

The change below has been in the tree for a while already

> --- linux/drivers/sound/nm256_audio.c.orig Sun Sep 30 21:26:08 2001
> +++ linux/drivers/sound/nm256_audio.c Wed May 22 19:46:48 2002
> @@ -896,7 +896,9 @@
>
> /* Reset the mixer. 'Tis magic! */
> nm256_writePort8 (card, 2, 0x6c0, 1);
> - nm256_writePort8 (card, 2, 0x6cc, 0x87);
> + /* The following line crashes Dell Latitude laptops and doesn't
> + * seem to do any harm on other machines.
> + nm256_writePort8 (card, 2, 0x6cc, 0x87); */
> nm256_writePort8 (card, 2, 0x6cc, 0x80);
> nm256_writePort8 (card, 2, 0x6cc, 0x0);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.102 / U:0.336 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site