diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-12-20 15:36:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-12-20 15:36:11 +0000 |
commit | 9dc9638b845e8498977b44dc201629cfca3d05c1 (patch) | |
tree | 637401d26a3f3fe0dead3c29c5d5ff19e7aebb92 /sys | |
parent | 0074f2f3773d9fe4ff859b5fcae148a4c90fe4e9 (diff) |
compile in utrh
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index c65253436ab..e20fe50cf3a 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.281 2009/12/09 21:30:24 matthieu Exp $ +# $OpenBSD: GENERIC,v 1.282 2009/12/20 15:36:10 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -238,6 +238,7 @@ upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB urtw* at uhub? # RealTek 8187 udcf* at uhub? # Gude Expert mouseCLOCK uthum* at uhidev? # TEMPerHUM sensor +utrh* at uhidev? # USBRH sensor uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter onewire* at uow? uvideo* at uhub? # USB Video diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 4ed7202d2dc..aefd18c69cc 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.676 2009/12/09 21:30:24 matthieu Exp $ +# $OpenBSD: GENERIC,v 1.677 2009/12/20 15:36:10 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -301,6 +301,7 @@ urtw* at uhub? # RealTek 8187 udcf* at uhub? # Gude Expert mouseCLOCK umbg* at uhub? # Meinberg Funkuhren USB5131 uthum* at uhidev? # TEMPerHUM sensor +utrh* at uhidev? # USBRH sensor uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter onewire* at uow? uvideo* at uhub? # USB video |