diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2012-05-27 12:36:25 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2012-05-27 12:36:25 +0000 |
commit | 6605eba5a9a3f5bc5f8fa9f1d0e77fc588438bdf (patch) | |
tree | 2f1d7f995cd3e3ae0e81d66815a6d0fc7be5c7cc /sys/arch/i386/conf | |
parent | 497550a950b77b29850cb3e83da5831afc4abd54 (diff) |
enable tcpcib(4)
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index e3d8ceff48f..a0897637f11 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.733 2012/04/06 15:10:39 jsing Exp $ +# $OpenBSD: GENERIC,v 1.734 2012/05/27 12:36:24 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -72,6 +72,7 @@ option USBVERBOSE isa0 at mainbus0 isa0 at pcib? isa0 at amdpcib? +isa0 at tcpcib? isa0 at ichpcib? isa0 at piixpcib? isa0 at gscpcib? @@ -85,6 +86,7 @@ pci* at ppb? pci* at pchb? pcib* at pci? # PCI-ISA bridge amdpcib* at pci? # AMD 8111 LPC bridge +tcpcib* at pci? # Intel Atom E600 LPC bridge ichpcib* at pci? # Intel ICHx/ICHx-M LPC bridges piixpcib* at pci? # Intel PIIX4 PCI-ISA bridge gscpcib* at pci? # NS Geode SC1100 PCI-ISA bridge |