vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| This diff is totally untested. I'm looking for end-users with laptops possessing the Intel ICH6-M or ICH7-M chipsets to try out the following change which should enable the SpeedStep control via the hw.setperf sysctl. Index: ichpcib.c ================================================== ================= RCS file: /cvs/src/sys/arch/i386/pci/ichpcib.c,v retrieving revision 1.9 diff -u -p -r1.9 ichpcib.c --- ichpcib.c 11 Dec 2005 03:42:19 -0000 1.9 +++ ichpcib.c 25 Jan 2006 22:49:14 -0000 @@ -176,7 +176,9 @@ ichss_present(struct pci_attach_args *pa return (0); if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_INTEL_82801DBM_LPC || - PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_INTEL_82801CAM_LPC) + PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_INTEL_82801CAM_LPC || + PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_INTEL_82801FBM_LPC || + PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_INTEL_82801GBM_LPC) return (1); if (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_INTEL_82801BAM_LPC) { /* |
| Thread Tools | |
| Display Modes | |
|
|