Re: [PATCH 1/2] 8139cp: fix eeprom read command length

2006-06-20 Thread Jeff Garzik
Philip Craig wrote: The read command for the 93C46/93C56 EEPROMS should be 3 bits plus the address. This doesn't appear to affect the operation of the read command, but similar errors for write commands do cause failures. Signed-off-by: Philip Craig <[EMAIL PROTECTED]> ACK patches 1-2, but pa

[PATCH 1/2] 8139cp: fix eeprom read command length

2006-06-13 Thread Philip Craig
The read command for the 93C46/93C56 EEPROMS should be 3 bits plus the address. This doesn't appear to affect the operation of the read command, but similar errors for write commands do cause failures. Signed-off-by: Philip Craig <[EMAIL PROTECTED]> Index: linux-2.6.17-rc6/drivers/net/8139cp.c =