diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-29 14:26:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-29 14:26:41 +0000 |
commit | 5ab7e8e41c4ae7c4062030f6957f03417e15336b (patch) | |
tree | de202b172947f114e29ecc63d0676530f257698b /sys/arch/armish/conf | |
parent | 49080c8f1c44c17dd565a087671964da03ea9653 (diff) |
disable a gpio that is not needed
Diffstat (limited to 'sys/arch/armish/conf')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index 210941951b7..89c97acd639 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.12 2006/09/27 08:54:44 grange Exp $ +# $OpenBSD: GENERIC,v 1.13 2006/11/29 14:26:40 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -39,7 +39,7 @@ com0 at obio? addr 0xfe800000 xint 3 # i80321 I/O Processor peripheral support iopxs0 at mainbus? -gpio* at iopxs0 +#gpio* at iopxs0 #iopaau* at iopxs? # Application Accelerator Unit iopiic* at iopxs? # I2C Controller Unit(s) |