Date: Sun, 15 Mar 2009 18:03:14 +0300 From: Chagin Dmitry <dchagin@freebsd.org> To: Rui Paulo <rpaulo@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r189770 - head Message-ID: <20090315150314.GA44065@dchagin.static.corbina.ru> In-Reply-To: <200903131630.n2DGUXGx067777@svn.freebsd.org> References: <200903131630.n2DGUXGx067777@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 13, 2009 at 04:30:33PM +0000, Rui Paulo wrote: > Author: rpaulo > Date: Fri Mar 13 16:30:33 2009 > New Revision: 189770 > URL: http://svn.freebsd.org/changeset/base/189770 >=20 > Log: > Mention k8temp -> amdtemp rename. > =20 > MFC after: 2 weeks >=20 > Modified: > head/UPDATING >=20 hi Rui, please, unbreak LINT also :) patch bellow: Index: sys/boot/forth/loader.conf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/boot/forth/loader.conf (revision 189852) +++ sys/boot/forth/loader.conf (working copy) @@ -402,7 +402,7 @@ accf_http_load=3D"NO" # Wait for full HTTP request random_load=3D"NO" # Random device speaker_load=3D"NO" # AT speaker module coretemp_load=3D"NO" # Intel Core CPU temperature monitor -k8temp_load=3D"NO" # AMD K8 temperature monitor +amdtemp_load=3D"NO" # AMD K8 temperature monitor =20 ############################################################## ### ACPI settings ########################################## Index: sys/amd64/conf/NOTES =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/amd64/conf/NOTES (revision 189852) +++ sys/amd64/conf/NOTES (working copy) @@ -400,10 +400,10 @@ device ichwd # Temperature sensors: # # coretemp: on-die sensor on Intel Core and newer CPUs -# k8temp: on-die sensor on AMD K8 CPUs +# amdtemp: on-die sensor on AMD K8 CPUs # device coretemp -device k8temp +device amdtemp =20 # # CPU control pseudo-device. Provides access to MSRs, CPUID info and --=20 Have fun! chd --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEARECAAYFAkm9GLEACgkQ0t2Tb3OO/O3WygCfRRx+ceFKmGhYCygyHAIoQUpb 5RwAnjD/UjkTLQGXd4UzrAHvRO/nnGEb =yXe6 -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090315150314.GA44065>