diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-06-05 15:06:23 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-06-05 15:06:23 +0000 |
commit | 42f49c9281dfbaea39b28fca5d254ff5cfa7f7b9 (patch) | |
tree | e4dde5abe31c30292314c9a0d9523ffa2dfa0e82 /sys/arch/i386/conf | |
parent | f614b159c3bebabad248000917a61df53cf95ffd (diff) |
GPIO support for AMD Elan SC520 found on Soekris net45x1 boards.
Test and ok markus@.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index d6b4fb0c24a..d3ae3db56c5 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.367 2004/06/03 18:28:02 grange Exp $ +# $OpenBSD: GENERIC,v 1.368 2004/06/05 15:06:22 grange Exp $ # # GENERIC -- everything that's currently supported # @@ -66,6 +66,7 @@ gpio* at gscpcib? # power management and other environmental stuff #amdpm* at pci? dev ? function ? # AMD768MPX elansc* at pci? dev ? function ? # AMD Elan SC520 System Controller +gpio* at elansc? geodesc* at pci? dev ? function ? # Geode SC1100/SCx200 IAOC # National Semiconductor LM7[89] and compatible hardware monitors diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 71623e52636..02b5d8ee2c5 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.121 2004/06/03 18:22:21 grange Exp $ +# $OpenBSD: files.i386,v 1.122 2004/06/05 15:06:22 grange Exp $ # # new style config file for i386 architecture # @@ -109,7 +109,7 @@ attach pchb at pci file arch/i386/pci/pchb.c pchb # AMD Elan SC520 System Controller (PCI-Host bridge) -device elansc +device elansc: gpiobus attach elansc at pci file arch/i386/pci/elan520.c elansc |