For unknown reasons (i.e. I haven't investigated it), drivers/net/sis900.c failed to compile with gcc4.1.2 due to tx_status being cast as "volatile u32". I removed the cast and simply declared tx_status volatile.
patch for drivers/net/sis900.c
Log in to post a comment.
patch for drivers/net/sis900.c