cvs commit: src/sys/dev/cpufreq ichss.c src/sys/i386/cpufreq
est.c p4tcc.c powernow.c smist.c
John Baldwin
jhb at freebsd.org
Wed Aug 20 22:17:22 UTC 2008
On Wednesday 20 August 2008 04:57:25 pm Abdullah Ibn Hamad Al-Marri wrote:
> ----- Original Message ----
>
> > From: John Baldwin <jhb at FreeBSD.org>
> > To: src-committers at FreeBSD.org; cvs-src at FreeBSD.org; cvs-all at 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 at freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/cvs-src
> > To unsubscribe, send any mail to "cvs-src-unsubscribe at freebsd.org"
>
> Hey John,
>
> I got this in AMD64.
>
> FreeBSD 7.0-STABLE #0: Wed Aug 20 20:36:51 GMT 2008
> arabian at 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
More information about the cvs-src
mailing list