Re: Linux 2.4.6-ac4

Alan Cox (alan@lxorguk.ukuu.org.uk)
Mon, 16 Jul 2001 12:16:17 +0100 (BST)


> + /* 0x40 - 0x4f == 686B, 0x10 - 0x2f == 686A; thanks Dan Hollis
> + /* Check for buggy part revisions */
> + if (rev < 0x40 && rev > 0x42)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Should be || - already fixed in my tree. The range comments are right
0x40-4f is 686B 0x40-0x42 are buggy

-
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/