From 3fdbaafa99642aed27b9964bb75af56dfdf6075b Mon Sep 17 00:00:00 2001 From: Alexander Yurchenko Date: Thu, 6 May 2004 19:47:04 +0000 Subject: 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 --- sys/arch/i386/conf/files.i386 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/conf/files.i386') 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 -- cgit v1.2.3