sis900 defines 'cfgpmcsr' as an I/O space register, but CFGPMCSR is in fact a config space register, and there is no register at offset 0x44 in I/O space, so delete the enum.
Signed-off-by: Lennert Buytenhek <[EMAIL PROTECTED]> --- linux-2.6.16-rc1/drivers/net/sis900.h.orig 2006-01-29 20:29:47.000000000 +0100 +++ linux-2.6.16-rc1/drivers/net/sis900.h 2006-01-29 20:29:52.000000000 +0100 @@ -33,7 +33,6 @@ rxcfg=0x34, //Receive Configuration Register flctrl=0x38, //Flow Control Register rxlen=0x3c, //Receive Packet Length Register - cfgpmcsr=0x44, //Configuration Power Management Control/Status Register rfcr=0x48, //Receive Filter Control Register rfdr=0x4C, //Receive Filter Data Register pmctrl=0xB0, //Power Management Control Register - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html