diff options
author | 2008-11-27 11:36:04 +0000 | |
---|---|---|
committer | 2008-11-27 11:36:04 +0000 | |
commit | b18cbe3f0ea85a791c538eee9a70d8da6ed9b43d (patch) | |
tree | fa484e62ef052cfd7ffa20a00e54cee6d8180822 | |
parent | Add bt=YES to /etc/rc.conf.local to start the daemon (diff) | |
download | wireguard-openbsd-b18cbe3f0ea85a791c538eee9a70d8da6ed9b43d.tar.xz wireguard-openbsd-b18cbe3f0ea85a791c538eee9a70d8da6ed9b43d.zip |
Enable gpioow and gpioiic for runtime attachment, keep the previous
synopsis as a comment (since it still works if needed).
ok drahn
-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 |