diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-16 10:37:22 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-16 10:37:22 +0000 |
commit | f32494e11253fd6e1184523d65a59faa99a55c09 (patch) | |
tree | 1d837fe5272920ab866261defda45564c842372d /sys/arch/i386/conf | |
parent | 8fe9f4477253d7200b93a7f9510ac48f701dd4b4 (diff) |
Add disabled piixpm and gscpm.
ok deraadt@
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 e6a768be32c..a71ca96fd60 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.377 2004/09/16 09:14:03 mickey Exp $ +# $OpenBSD: GENERIC,v 1.378 2004/09/16 10:37:21 grange Exp $ # # GENERIC -- everything that's currently supported # @@ -69,6 +69,8 @@ gpio* at gscpcib? elansc* at pci? # AMD Elan SC520 System Controller gpio* at elansc? geodesc* at pci? # Geode SC1100/SCx200 IAOC +#piixpm* at pci? # Intel PIIX PM +#gscpm* at pci? # NS Geode SC1100 SMI/ACPI module # National Semiconductor LM7[89] and compatible hardware monitors lm0 at isa? port 0x290 |