diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-06 22:38:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-06 22:38:45 +0000 |
commit | b1c4391b01feeddc979ddceafe505c44612180f3 (patch) | |
tree | 11c07eb720f7f231607ab47cd396dc43028acb27 /sys/arch/i386/conf | |
parent | c59108bb6cceddf80bc71c83bc2d176234d6b3d5 (diff) |
back out kernel breakage. Be more careful damnit
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 0c8e560c90f..652dce04d26 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.115 2004/05/06 19:47:57 grange Exp $ +# $OpenBSD: files.i386,v 1.116 2004/05/06 22:38:44 deraadt Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -105,7 +105,7 @@ file arch/i386/pci/pciide_machdep.c pciide file arch/i386/pci/pcic_pci_machdep.c pcic_pci # PCI-Host bridge chipsets -device pchb: pcibus +device pchb: pcibus attach pchb at pci file arch/i386/pci/pchb.c pchb @@ -120,14 +120,9 @@ attach geodesc at pci file arch/i386/pci/geodesc.c geodesc # PCI-ISA bridge chipsets -device pcib: isabus +device pcib: isabus attach pcib at pci -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 +file arch/i386/pci/pcib.c pcib device hme: ether, ifnet, mii, ifmedia file dev/ic/hme.c hme |