diff options
author | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2008-03-29 01:07:18 +0000 |
---|---|---|
committer | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2008-03-29 01:07:18 +0000 |
commit | 52cf24ee419f81b6971a23c36b0372212987481e (patch) | |
tree | 5ffd8b0dda6e60ee684acb76df75b0d72cf98ef7 | |
parent | 49066830976941fb697bde0c74d48286845026a5 (diff) |
enable kate(4); ok deraadt@
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 5a6456cc23e..f6d35fd625c 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.220 2008/03/24 18:44:45 form Exp $ +# $OpenBSD: GENERIC,v 1.221 2008/03/29 01:07:17 cnst Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -63,6 +63,7 @@ pci* at ppb? pci* at pchb? pcib* at pci? # PCI-ISA bridge amdpcib* at pci? # AMD 8111 LPC bridge +kate* at pci? # AMD K8 temperature sensor agp* at vga? # AGP bridge diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index b5a6fa1e676..bed89b4dd50 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.607 2008/03/24 18:44:45 form Exp $ +# $OpenBSD: GENERIC,v 1.608 2008/03/29 01:07:17 cnst Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -84,6 +84,7 @@ gscpcib* at pci? # NS Geode SC1100 PCI-ISA bridge gpio* at gscpcib? glxpcib* at pci? # AMD CS5536 PCI-ISA bridge gpio* at glxpcib? +kate* at pci? # AMD K8 temperature sensor # power management and other environmental stuff elansc* at pci? # AMD Elan SC520 System Controller |