Date: Mon, 26 Nov 2007 17:37:24 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci.c Message-ID: <200711261737.lAQHbPgb025120@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2007-11-26 17:37:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/pci pci.c Log: MFC: 1.356 Make VPD register access more robust: - Implement timing out of VPD register access. - Fix an off-by-one error of freeing malloc'd space when checksum is invalid. - Fix style(9) bugs, i.e., sizeof cannot be followed by space. - Retire now obsolete 'hw.pci.enable_vpd' tunable. Approved by: re (kensmith) Revision Changes Path 1.355.2.1 +121 -69 src/sys/dev/pci/pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711261737.lAQHbPgb025120>