Date: Fri, 24 Jul 2009 16:54:22 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/e1000 e1000_ich8lan.c Message-ID: <200907241654.n6OGsZVD045207@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2009-07-24 16:54:22 UTC FreeBSD src repository Modified files: sys/dev/e1000 e1000_ich8lan.c Log: SVN rev 195850 on 2009-07-24 16:54:22Z by jfv 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 Revision Changes Path 1.5 +2 -22 src/sys/dev/e1000/e1000_ich8lan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907241654.n6OGsZVD045207>