Commit afd2a5ca1ef6ffe1f9fd0846ae39795527ead555
Committed by
John W. Linville
1 parent
9cf4cb05c9
Exists in
master
and in
7 other branches
eeprom_93cx6: Add support for 93c86 EEPROMs.
Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
include/linux/eeprom_93cx6.h
... | ... | @@ -30,6 +30,7 @@ |
30 | 30 | #define PCI_EEPROM_WIDTH_93C46 6 |
31 | 31 | #define PCI_EEPROM_WIDTH_93C56 8 |
32 | 32 | #define PCI_EEPROM_WIDTH_93C66 8 |
33 | +#define PCI_EEPROM_WIDTH_93C86 8 | |
33 | 34 | #define PCI_EEPROM_WIDTH_OPCODE 3 |
34 | 35 | #define PCI_EEPROM_WRITE_OPCODE 0x05 |
35 | 36 | #define PCI_EEPROM_READ_OPCODE 0x06 |