diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-05-29 02:40:25 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-05-29 02:40:25 +0000 |
commit | 3784b6946d809f75adfc6c692faa81b303c73d8e (patch) | |
tree | 3084b3520e5abd204d1027d197f37224da177a7d /sys/arch/i386/conf/files.i386 | |
parent | 5788dfeb47f35e7620e48c3114aa1d2cc31e651c (diff) |
Fix compilation of kernels without I686_CPU: piixpcib is always
needed (not just for I686_CPU), but it and ichpcib only call the
update_cpuspeed functions for I686_CPU.
ok tedu@ deraadt@
Diffstat (limited to 'sys/arch/i386/conf/files.i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 82b75d17566..ca6fbd99593 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.161 2007/05/28 02:13:44 krw Exp $ +# $OpenBSD: files.i386,v 1.162 2007/05/29 02:40:24 tom Exp $ # # new style config file for i386 architecture # @@ -146,7 +146,7 @@ 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 +file arch/i386/pci/piixpcib.c piixpcib # National Semiconductor Geode SC1100 PCI-ISA bridge device gscpcib: isabus, gpiobus |