diff options
author | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2007-04-26 01:43:15 +0000 |
---|---|---|
committer | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2007-04-26 01:43:15 +0000 |
commit | 6835027787b1c56cc2627f83137576f8aeba1718 (patch) | |
tree | 5af5ad38671dca641bdeb34fcfb21291e04a72aa /sys/arch/i386/conf/files.i386 | |
parent | 3ae16c2db95f91ec3051765f4d11fdf745aa091a (diff) |
Add a setperf mechanism for ich speedstep controlled by SMI on certain
parings of the Intel Pentium 3 and the ich southbridges. Written by
Stefan Sperling <stsp AT tsp DOT in-berlin DOT de> based on a driver in
NetBSD and sys/arch/i386/pci/ichpcib.c.
Tested my mpf@ among others,
ok tedu
Diffstat (limited to 'sys/arch/i386/conf/files.i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index e19df5e86f8..9643dfe28c7 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.158 2007/04/21 21:06:15 gwk Exp $ +# $OpenBSD: files.i386,v 1.159 2007/04/26 01:43:13 gwk Exp $ # # new style config file for i386 architecture # @@ -136,13 +136,18 @@ file arch/i386/pci/gscpm.c gscpm # PCI-ISA bridge chipsets device pcib: isabus attach pcib at pci -file arch/i386/pci/pcib.c pcib | ichpcib | gscpcib +file arch/i386/pci/pcib.c pcib | ichpcib | gscpcib | piixpcib # Intel ICHx/ICHx-M LPC bridges device ichpcib: isabus attach ichpcib at pci file arch/i386/pci/ichpcib.c ichpcib +# Intel PIIX4 PCI-ISA bridge +device piixpcib: isabus +attach piixpcib at pci +file arch/i386/pci/piixpcib.c piixpcib & i686_cpu + # National Semiconductor Geode SC1100 PCI-ISA bridge device gscpcib: isabus, gpiobus attach gscpcib at pci |