diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-03-26 20:19:55 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-03-26 20:19:55 +0000 |
commit | ee2d921ca303adcd8f3ba8e406cf890bfeb83b50 (patch) | |
tree | bc5e3780c9524f7a019ae1aa3a0e4fa15f74d613 /sys/arch/i386 | |
parent | 451027a5515cb6c06d9cbd9d766be3a4d72bde95 (diff) |
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@.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
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 |