diff options
author | sasano <sasano@cvs.openbsd.org> | 2013-09-05 19:42:10 +0000 |
---|---|---|
committer | sasano <sasano@cvs.openbsd.org> | 2013-09-05 19:42:10 +0000 |
commit | 6b37e992e3fe7525ab3688a51b9ba4c57cbef669 (patch) | |
tree | 3949ca75f9b698b1ba4ad1f3cd1131ea3be8645b /sys/arch/sparc64 | |
parent | 35cbee7d96a8581b2b914531c4eddc84eb23d504 (diff) |
ugold(4) is a driver for PCsensor's USB gold TEMPer temperature
measurement device (idVendor:idProduct=0x0c45:0x7401).
newly added.
ok by mpi@ and sthen@
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 120a2da8a62..52afd406501 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.272 2013/08/20 14:27:31 ajacoutot Exp $ +# $OpenBSD: GENERIC,v 1.273 2013/09/05 19:42:08 sasano Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -236,6 +236,7 @@ ugen* at uhub? # USB Generic driver udcf* at uhub? # Gude Expert mouseCLOCK umbg* at uhub? # Meinberg Funkuhren USB5131 uthum* at uhidev? # TEMPerHUM sensor +ugold* at uhidev? # gold TEMPer sensor utwitch* at uhidev? # UYUREX BBU sensor uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter onewire* at uow? |