From 42f49c9281dfbaea39b28fca5d254ff5cfa7f7b9 Mon Sep 17 00:00:00 2001 From: Alexander Yurchenko Date: Sat, 5 Jun 2004 15:06:23 +0000 Subject: GPIO support for AMD Elan SC520 found on Soekris net45x1 boards. Test and ok markus@. --- sys/arch/i386/conf/GENERIC | 3 ++- sys/arch/i386/conf/files.i386 | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'sys/arch/i386/conf') 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 -- cgit v1.2.3