Date: Wed, 20 Aug 2008 17:39:24 -0400 From: John Baldwin <jhb@freebsd.org> To: Abdullah Ibn Hamad Al-Marri <wearabnet@yahoo.ca> Cc: cvs-src@freebsd.org, src-committers@freebsd.org Subject: Re: cvs commit: src/sys/dev/cpufreq ichss.c src/sys/i386/cpufreq est.c p4tcc.c powernow.c smist.c Message-ID: <200808201739.24289.jhb@freebsd.org> In-Reply-To: <217379.15004.qm@web33701.mail.mud.yahoo.com> References: <217379.15004.qm@web33701.mail.mud.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 20 August 2008 04:57:25 pm Abdullah Ibn Hamad Al-Marri wrote: > ----- Original Message ---- > > > From: John Baldwin <jhb@FreeBSD.org> > > To: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; cvs-all@FreeBSD.org > > Sent: Wednesday, August 20, 2008 9:33:09 PM > > Subject: cvs commit: src/sys/dev/cpufreq ichss.c src/sys/i386/cpufreq est.c p4tcc.c powernow.c smist.c > > > > jhb 2008-08-20 18:33:09 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_7) > > sys/dev/cpufreq ichss.c > > sys/i386/cpufreq est.c p4tcc.c powernow.c smist.c > > Log: > > SVN rev 181935 on 2008-08-20 18:33:09Z by jhb > > > > MFC: Attach the cpufreq child devices with specific orders to enforce > > relative priority of some of the drivers that manage the same state (e.g. > > ichss0 vs est0). > > > > Revision Changes Path > > 1.10.2.2 +1 -1 src/sys/dev/cpufreq/ichss.c > > 1.11.2.6 +1 -1 src/sys/i386/cpufreq/est.c > > 1.12.2.2 +1 -1 src/sys/i386/cpufreq/p4tcc.c > > 1.4.2.1 +1 -1 src/sys/i386/cpufreq/powernow.c > > 1.2.2.1 +1 -1 src/sys/i386/cpufreq/smist.c > > _______________________________________________ > > cvs-src@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/cvs-src > > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > > Hey John, > > I got this in AMD64. > > FreeBSD 7.0-STABLE #0: Wed Aug 20 20:36:51 GMT 2008 > arabian@services.wearab.net:/usr/obj/usr/src/sys/SERVICES > module_register: module cpu/ichss already exists! > Module cpu/ichss failed to register: 17 > module_register: module cpu/powernow already exists! > Module cpu/powernow failed to register: 17 > module_register: module cpu/est already exists! > Module cpu/est failed to register: 17 > module_register: module cpu/p4tcc already exists! > Module cpu/p4tcc failed to register: 17 This looks like you have 'device cpufreq' in your kernel and you also loaded 'cpufreq.ko' from the loader. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808201739.24289.jhb>