diff options
author | 2013-08-05 09:04:15 +0000 | |
---|---|---|
committer | 2013-08-05 09:04:15 +0000 | |
commit | c0d8e04328b10b932613e44ce5d42db9f162bad2 (patch) | |
tree | 4b6ceecf05b485121bff1c7ab5cc1d03fe22f152 | |
parent | stop -F from removing Sh lines; -r1.39 (diff) | |
download | wireguard-openbsd-c0d8e04328b10b932613e44ce5d42db9f162bad2.tar.xz wireguard-openbsd-c0d8e04328b10b932613e44ce5d42db9f162bad2.zip |
Add rsu(4).
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index e0d6c41d40b..eee802ec79c 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.149 2012/09/27 14:01:35 jsg Exp $ +# $OpenBSD: GENERIC,v 1.150 2013/08/05 09:04:15 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -115,6 +115,7 @@ wskbd* at ukbd? mux 1 uhid* at uhidev? # USB generic HID support aue* at uhub? # ADMtek AN986 Pegasus Ethernet url* at uhub? # Realtek RTL8150L based adapters +rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU # untested USB devices umodem* at uhub? # USB Modems/Serial |