From: Gertjan van Wingerde Date: Tue, 29 Jun 2010 19:43:44 +0000 (+0200) Subject: eeprom_93cx6: Add support for 93c86 EEPROMs. X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~25324^2~385^2~14 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=afd2a5ca1ef6ffe1f9fd0846ae39795527ead555;p=mirror_ubuntu-focal-kernel.git eeprom_93cx6: Add support for 93c86 EEPROMs. Signed-off-by: Gertjan van Wingerde Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- diff --git a/include/linux/eeprom_93cx6.h b/include/linux/eeprom_93cx6.h index a55c873e8b66..c4627cbdb8e0 100644 --- a/include/linux/eeprom_93cx6.h +++ b/include/linux/eeprom_93cx6.h @@ -30,6 +30,7 @@ #define PCI_EEPROM_WIDTH_93C46 6 #define PCI_EEPROM_WIDTH_93C56 8 #define PCI_EEPROM_WIDTH_93C66 8 +#define PCI_EEPROM_WIDTH_93C86 8 #define PCI_EEPROM_WIDTH_OPCODE 3 #define PCI_EEPROM_WRITE_OPCODE 0x05 #define PCI_EEPROM_READ_OPCODE 0x06