diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2012-05-27 12:24:34 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2012-05-27 12:24:34 +0000 |
commit | 9a1fb034e4d738141b9f0d9f37118e79345479bb (patch) | |
tree | c23d61e107256763d6938ebf0ec71694359b7b04 /sys/arch/i386 | |
parent | 162e1abc893722b6034fe5e4a2a6b3ff38a8d086 (diff) |
Add tcpcib(4) to support Intel Atom E600 watchdog.
From Matt Dainty. ok kettenis@
Diffstat (limited to 'sys/arch/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 01e2ae4b025..5755aee064f 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.209 2011/11/15 22:27:52 deraadt Exp $ +# $OpenBSD: files.i386,v 1.210 2012/05/27 12:24:33 jsg Exp $ # # new style config file for i386 architecture # @@ -147,7 +147,7 @@ file arch/i386/i386/amdmsr.c amdmsr needs-flag # PCI-ISA bridge chipsets device pcib: isabus attach pcib at pci -file arch/i386/pci/pcib.c pcib | ichpcib | gscpcib | glxpcib | piixpcib | amdpcib +file arch/i386/pci/pcib.c pcib | ichpcib | gscpcib | glxpcib | piixpcib | amdpcib | tcpcib # Intel ICHx/ICHx-M LPC bridges device ichpcib: isabus @@ -169,6 +169,11 @@ device amdpcib: isabus attach amdpcib at pci file dev/pci/amdpcib.c amdpcib +# Intel Atom E600 LPC bridge +device tcpcib: isabus +attach tcpcib at pci +file dev/pci/tcpcib.c tcpcib + device hme: ether, ifnet, mii, ifmedia file dev/ic/hme.c hme attach hme at pci with hme_pci |