cvs commit: src/sys/dev/k8temp k8temp.c

Rui Paulo rpaulo at FreeBSD.org
Sat Jul 5 23:19:43 UTC 2008


rpaulo      2008-07-05 23:19:37 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/k8temp       k8temp.c 
  Log:
  SVN rev 180312 on 2008-07-05 23:19:37Z by rpaulo
  
  Use config_intrhook API to create the dev.cpu.N.temperature sysctl node.
  Our hook creates the sysctl node before root is mounted, but after cpu
  is probed. It seems that k8temp can be loaded before the cpu module and,
  in those cases, dev.cpu.0.temperature was not created.
  
  PR:     124939
  
  Revision  Changes    Path
  1.5       +42 -20    src/sys/dev/k8temp/k8temp.c


More information about the cvs-all mailing list