commit | 7cb770729ba895f73253dfcd46c3fcba45d896f9 | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@web.de> | Mon Sep 01 22:48:51 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Sep 05 16:17:48 2008 -0400 |
tree | 8a970a683779490b478b9737154cb5d2e792c0a5 | |
parent | 4e416a6f49b710bfe162f0cb24bc68c74493d2a0 [diff] |
p54: move eeprom code into common library Both p54pci and p54usb uses a good chunk of device specific code to get the data from the device's eeprom into the drivers memory. So, this patch reduces the code size and will it make life easier if someone wants to implement ethtool eeprom dumping features. Signed-off-by: Christian Lamparter <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>