freebsd-dev/sys/i386/cpufreq
John Baldwin c3cefed5eb - Don't execute cpuid to fetch the features. We already have the features
present in cpu_feature2.  Also, use CPUID2_EST rather than a magic
  number.
- Don't free the ACPI settings list in detach if we are going to fail the
  request.  Otherwise an attempt to kldunload est would free the array
  but the driver would keep trying to use it.

MFC after:	1 week
2008-03-10 22:00:35 +00:00
..
est.c - Don't execute cpuid to fetch the features. We already have the features 2008-03-10 22:00:35 +00:00
p4tcc.c
powernow.c
smist.c Use bus_dma to get a page in the first 4 GB. Since the physical address 2007-06-17 07:18:23 +00:00