diff options
author | 2006-01-15 14:24:16 +0000 | |
---|---|---|
committer | 2006-01-15 14:24:16 +0000 | |
commit | 2c377b15c25f17c570d37a6cd0556b8f87c3661c (patch) | |
tree | 4a1485c0bc37abde1af28054cb7bd5ab6b62be2f | |
parent | Simplify SYNOPSIS. (diff) | |
download | wireguard-openbsd-2c377b15c25f17c570d37a6cd0556b8f87c3661c.tar.xz wireguard-openbsd-2c377b15c25f17c570d37a6cd0556b8f87c3661c.zip |
Comment alipm (and spell out power management for piixpm while I'm there).
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index e9a96319ecc..2c3bb21d16e 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.462 2006/01/13 21:59:13 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.463 2006/01/15 14:24:16 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -98,9 +98,9 @@ gpio* at nsclpcsio? gscsio* at isa? port 0x2e # NS Geode SC1100 Super I/O gscsio* at isa? port 0x15c iic* at gscsio? # ACCESS.bus 1 & 2 -piixpm* at pci? # Intel PIIX PM +piixpm* at pci? # Intel PIIX power management iic* at piixpm? -alipm* at pci? +alipm* at pci? # Acer Labs M7101 power management iic* at alipm? ichiic* at pci? # Intel ICH SMBus controller iic* at ichiic? |