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/amd64/conf | |
parent | 497550a950b77b29850cb3e83da5831afc4abd54 (diff) |
enable tcpcib(4)
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 61661afef1f..b37c0beb384 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.327 2012/04/06 15:10:39 jsing Exp $ +# $OpenBSD: GENERIC,v 1.328 2012/05/27 12:36:24 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -34,6 +34,7 @@ ioapic* at mainbus? isa0 at mainbus0 isa0 at pcib? isa0 at amdpcib? +isa0 at tcpcib? pci* at mainbus0 acpi0 at bios0 @@ -73,6 +74,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 kate* at pci? # AMD K8 temperature sensor km* at pci? # AMD K10 temperature sensor amas* at pci? disable # AMD memory configuration |