diff options
author | 2010-01-31 19:12:30 +0000 | |
---|---|---|
committer | 2010-01-31 19:12:30 +0000 | |
commit | e2dd1a67257bbd10858bc81a3257588deaf0c5c3 (patch) | |
tree | c8de99f64626fea99714bae8ee51af798166335a | |
parent | According to Linux, some magic programming is necessary to prevent deadlocks, (diff) | |
download | wireguard-openbsd-e2dd1a67257bbd10858bc81a3257588deaf0c5c3.tar.xz wireguard-openbsd-e2dd1a67257bbd10858bc81a3257588deaf0c5c3.zip |
Add hotplug and wsmux.
-rw-r--r-- | sys/arch/loongson/conf/GENERIC | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC index 97c5f4930d3..55036540375 100644 --- a/sys/arch/loongson/conf/GENERIC +++ b/sys/arch/loongson/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.2 2010/01/31 15:50:07 matthieu Exp $ +# $OpenBSD: GENERIC,v 1.3 2010/01/31 19:12:30 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -17,7 +17,7 @@ option CPU_LOONGSON2 makeoption LINK_ADDRESS="0xffffffff80200000" option USER_PCICONF -option WSDISPLAY_COMPAT_RAWKBD +option WSDISPLAY_COMPAT_RAWKBD # provide raw scancodes; needed for X11 option PCIVERBOSE option USBVERBOSE @@ -80,3 +80,6 @@ cd* at scsibus? ch* at scsibus? ss* at scsibus? uk* at scsibus? + +pseudo-device hotplug 1 # devices hot plugging +pseudo-device wsmux 2 # mouse & keyboard multiplexor |