From ee2d921ca303adcd8f3ba8e406cf890bfeb83b50 Mon Sep 17 00:00:00 2001 From: Alexander Yurchenko Date: Sun, 26 Mar 2006 20:19:55 +0000 Subject: Support for accesing 8-bit ISA I/O throught the gpio(4) framework. Allows to use stupid GPIO device on the Acrosser AR-B1662 board. Work by form@. --- sys/arch/i386/conf/GENERIC | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/conf/GENERIC') diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 08ffb417937..3d84d229cd8 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.477 2006/03/24 10:39:08 jsg Exp $ +# $OpenBSD: GENERIC,v 1.478 2006/03/26 20:19:53 grange Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -140,6 +140,9 @@ asbtm* at iic? # Asus ASB100 wbenv* at iic? # Winbond W83L784R/W83L785R/W83L785TS-L glenv* at iic? # Genesys Logic GL518SM +#isagpio0 at isa? port 0x78 # ISA I/O mapped as GPIO +#isagpio1 at isa? port 0x80 + # ISA PCMCIA controllers #option PCMCIAVERBOSE pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 -- cgit v1.2.3