| 3 | | EEPROM Module |
| 4 | | ------------- |
| | 4 | Status: Complete and well-tested |
| | 5 | |
| | 6 | Supported chips: |
| | 7 | * Any EEPROM chip in the designated address range |
| | 8 | Prefix `eeprom' |
| | 9 | Addresses scanned: I2C 0x50 - 0x57 (inclusive) |
| | 10 | Datasheet: Publicly available from Intel |
| | 11 | |
| | 12 | Author: Frodo Looijaard <frodol@dds.nl> and Philip Edelbrock |
| | 13 | <phil@netroedge.com> |
| | 14 | |
| | 15 | |
| | 16 | Module Parameters |
| | 17 | ----------------- |
| | 18 | |
| | 19 | * checksum: int |
| | 20 | Only accept eeproms whose checksum is correct |
| | 21 | * force: short array (min = 1, max = 48) |
| | 22 | List of adapter,address pairs to boldly assume to be present |
| | 23 | * force_eeprom: short array (min = 1, max = 48) |
| | 24 | List of adapter,address pairs which are unquestionably assumed to contain |
| | 25 | a `eeprom' chip |
| | 26 | * ignore: short array (min = 1, max = 48) |
| | 27 | List of adapter,address pairs not to scan |
| | 28 | * ignore_range: short array (min = 1, max = 48) |
| | 29 | List of adapter,start-addr,end-addr triples not to scan |
| | 30 | * probe: short array (min = 1, max = 48) |
| | 31 | List of adapter,address pairs to scan additionally |
| | 32 | * probe_range: short array (min = 1, max = 48) |
| | 33 | List of adapter,start-addr,end-addr triples to scan additionally |
| | 34 | |
| | 35 | |
| | 36 | Description |
| | 37 | ----------- |