diff options
author | 2016-01-14 21:04:20 +0000 | |
---|---|---|
committer | 2016-01-14 21:04:20 +0000 | |
commit | 35addceb77587eedcec0eee1d7c6269df89c514e (patch) | |
tree | e07f6eb8b7ac66486357d11ec2be25fae3057ca3 | |
parent | Driver for HID-over-i2c keyboards. (diff) | |
download | wireguard-openbsd-35addceb77587eedcec0eee1d7c6269df89c514e.tar.xz wireguard-openbsd-35addceb77587eedcec0eee1d7c6269df89c514e.zip |
Eable ikbd(4).
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 44e8351f953..ba6dd199f92 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.412 2016/01/13 20:16:54 mikeb Exp $ +# $OpenBSD: GENERIC,v 1.413 2016/01/14 21:04:20 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -153,6 +153,8 @@ nvt* at iic? # Novoton W83795G ihidev* at iic? # HID-over-i2c ims* at ihidev? # i2c mouse/trackpad wsmouse* at ims? mux 0 +ikbd* at ihidev? # i2c keyboard +wskbd* at ikbd? mux 1 skgpio0 at isa? port 0x680 # Soekris net6501 GPIO and LEDs gpio* at skgpio? |