Searched hist:"8 bd0025fddd5279f1416522c1ee701a4955019a7" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/e1000/ |
H A D | e1000_ich8lan.c | diff 8bd0025fddd5279f1416522c1ee701a4955019a7 Fri Jul 24 18:54:22 CEST 2009 Jack F Vogel <jfv@FreeBSD.org> A small number of systems in the ICH9/10 family have a flash part that is made up of 8K banks rather than 4K, if these systems are using bank 1 then the last change in this code breaks the bank read, resulting in an invalid checksum of the eeprom during driver load. This change fixes this.
Approved by: re diff 8bd0025fddd5279f1416522c1ee701a4955019a7 Fri Jul 24 18:54:22 CEST 2009 Jack F Vogel <jfv@FreeBSD.org> A small number of systems in the ICH9/10 family have a flash part that is made up of 8K banks rather than 4K, if these systems are using bank 1 then the last change in this code breaks the bank read, resulting in an invalid checksum of the eeprom during driver load. This change fixes this.
Approved by: re
|