Messages in this thread Patch in this message |  | | Date | Mon, 10 Dec 2001 14:27:07 +0100 | From | Stephan von Krawczynski <> | Subject | Re: 2.4.17-pre7: Oops with Tulip |
| |
On Mon, 10 Dec 2001 01:08:28 -0500 (EST) Burton W <bwindle@fint.org> wrote:
Just to test a theory: please try attached patch.
Regards, Stephan
--- eeprom.c-orig Mon Dec 10 14:24:35 2001 +++ eeprom.c Mon Dec 10 14:25:41 2001 @@ -130,9 +130,9 @@ } controller_index = 0; - if (ee_data[19] > 1) { /* Multiport board. */ - last_ee_data = ee_data; - } + + last_ee_data = ee_data; + subsequent_board: if (ee_data[27] == 0) { /* No valid media table. */ - 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/
|  |