diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-11-27 11:36:05 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-11-27 11:36:05 +0000 |
commit | 25e01e85aa37bf65e8c8181dc706943800d70101 (patch) | |
tree | 4476a04faf881bfb2903176c4defd94e3d062b05 /sys/arch/i386/conf | |
parent | e9071010d4c39ecb4b87305edf65fbbd6dfd51c2 (diff) |
Enable gpioow and gpioiic for runtime attachment, keep the previous
synopsis as a comment (since it still works if needed).
ok drahn
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 1dfd8ea7e75..9121b76c35e 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.642 2008/11/26 21:54:20 uwe Exp $ +# $OpenBSD: GENERIC,v 1.643 2008/11/27 11:36:04 mbalmer Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -800,9 +800,11 @@ scsibus* at iopsp? # GPIO ``pin bus'' drivers #gpioiic* at gpio? offset 0 mask 0x3 # I2C bus bit-banging -#iic* at gpioiic? +gpioiic* at gpio? +iic* at gpioiic? #gpioow* at gpio? offset 0 mask 0x1 # 1-Wire bus bit-banging -#onewire* at gpioow? +gpioow* at gpio? +onewire* at gpioow? # 1-Wire devices option ONEWIREVERBOSE |