diff options
author | 2006-10-11 12:08:57 +0000 | |
---|---|---|
committer | 2006-10-11 12:08:57 +0000 | |
commit | 321d5f3377da8b6d7746ecc569302de3cbcddbd3 (patch) | |
tree | 440f99e9c6fa84d4d9bf64f3c0b83d339195c7d7 | |
parent | in EXAMPLES: (diff) | |
download | wireguard-openbsd-321d5f3377da8b6d7746ecc569302de3cbcddbd3.tar.xz wireguard-openbsd-321d5f3377da8b6d7746ecc569302de3cbcddbd3.zip |
udcf works here, so add it, ok mblamer
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index e6407250cb6..89a0da1a202 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.159 2006/10/06 22:34:46 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.160 2006/10/11 12:08:57 henning Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -196,6 +196,7 @@ ugen* at uhub? # USB Generic driver uath* at uhub? # Atheros AR5005UG/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB +udcf* at uhub? # Gude Expert mouseCLOCK uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter onewire* at uow? |