diff options
author | 2006-06-16 22:47:54 +0000 | |
---|---|---|
committer | 2006-06-16 22:47:54 +0000 | |
commit | b0f032eb943f4ef3b28c7e6447cfe582eb8cad97 (patch) | |
tree | 21baf7850454f210cfe92d9e1f8d7b3cfc9fee17 | |
parent | From Markus Glockner <markus@nazgul.ch>, adds logging of refusals (diff) | |
download | wireguard-openbsd-b0f032eb943f4ef3b28c7e6447cfe582eb8cad97.tar.xz wireguard-openbsd-b0f032eb943f4ef3b28c7e6447cfe582eb8cad97.zip |
- add rum(4). commented out for now.
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 04e790bd799..f009d5b12b2 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.506 2006/06/15 22:25:37 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.507 2006/06/16 22:47:54 niallo Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -239,6 +239,7 @@ radio* at udsbr? # USB radio #ubt* at uhub? # USB Bluetooth ugen* at uhub? # USB Generic driver ural* at uhub? # Ralink RT2500 +#rum* at uhub? # Ralink RT2501 #option NATM #ueagle* at uhub? # Analog Devices Eagle ADSL udcf* at uhub? # Gude Expert mouseCLOCK |