]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] 8139cp: fix eeprom read command length
authorPhilip Craig <philipc@snapgear.com>
Wed, 21 Jun 2006 01:33:26 +0000 (11:33 +1000)
committerJeff Garzik <jeff@garzik.org>
Fri, 23 Jun 2006 03:20:29 +0000 (23:20 -0400)
commit84c09f4f052af955798db6a20ca0d8eb50cca1db
tree5bb928aa9d053bf14cc5a2a2eeb63e6ffa6160d6
parentaec17a04f538a842aaada8d6cf4fa013d9b8a13c
[PATCH] 8139cp: fix eeprom read command length

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 <philipc@snapgear.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/8139cp.c