diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-01-18 02:59:36 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-01-18 02:59:36 +0000 |
commit | 5a93f86d9e77952aabca1277c50dcc63e43f4a55 (patch) | |
tree | 3a61ce7f8a55418b902d6f27d6d641e2567d387b /sys | |
parent | 4b153ddbda67803614628c19d76564daf0909d52 (diff) |
add piixpm.
Diffstat (limited to 'sys')
-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 6096b356d4c..7b08c38e235 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.105 2006/01/18 00:19:07 brad Exp $ +# $OpenBSD: GENERIC,v 1.106 2006/01/18 02:59:35 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -73,6 +73,8 @@ viaenv* at pci? # VIA VT82C686A hardware monitor #viasio* at isa? port 0x2e flags 0x0000 # VIA VT1211 LPC Super I/O #viasio* at isa? port 0x4e flags 0x0000 +piixpm* at pci? # Intel PIIX PM +iic* at piixpm? ichiic* at pci? # Intel ICH SMBus controller iic* at ichiic? viapm* at pci? # VIA VT8237 power management |