diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-05-06 19:47:04 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-05-06 19:47:04 +0000 |
commit | 3fdbaafa99642aed27b9964bb75af56dfdf6075b (patch) | |
tree | 1ec5ae2a3c8dd6222bb2d3e4c16ffb5828b3a66b /sys/arch/i386/conf/files.i386 | |
parent | f6d35be389dbb13c5f8ff1b75b1f4d1ee54dcce7 (diff) |
Move speedstep code to a separate ichpcib(4) driver.
It attaches instead of pcib(4) and provides its usual
functionality (attaching isa bus) by calling pcibattach()
in the attach routine.
ok miod deraadt
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 ae614753b5a..6634d08dff2 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.113 2004/04/11 18:12:10 deraadt Exp $ +# $OpenBSD: files.i386,v 1.114 2004/05/06 19:47:03 grange Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -122,7 +122,12 @@ file arch/i386/pci/geodesc.c geodesc # PCI-ISA bridge chipsets device pcib: isabus attach pcib at pci -file arch/i386/pci/pcib.c pcib +file arch/i386/pci/pcib.c pcib | ichpcib + +# Intel ICHx/ICHx-M LPC bridges +device ichpcib: isabus +attach ichpcib at pci +file arch/i386/pci/ichpcib.c ichpcib device hme: ether, ifnet, mii, ifmedia file dev/ic/hme.c hme |