diff options
author | 2008-02-20 09:45:49 +0000 | |
---|---|---|
committer | 2008-02-20 09:45:49 +0000 | |
commit | 624e71971ee4bf306a18870cbe022aedb7130c5d (patch) | |
tree | 7d00cd6e37e1f6f9489a93965a584ffee4fcee1d /sys | |
parent | make tda(4) run the fans at maximum speed when we are about to drop (diff) | |
download | wireguard-openbsd-624e71971ee4bf306a18870cbe022aedb7130c5d.tar.xz wireguard-openbsd-624e71971ee4bf306a18870cbe022aedb7130c5d.zip |
enable tda(4)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index f6c670afcd4..6734d6854e9 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.193 2008/02/12 10:32:47 robert Exp $ +# $OpenBSD: GENERIC,v 1.194 2008/02/20 09:45:49 robert Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -389,7 +389,7 @@ maxtmp* at iic? # Maxim MAX6642/MAX6690 pcfadc* at iic? # Philips PCF8591 ecadc* at iic? # SUNW,envctrl temperature sensors spdmem* at iic? # SPD memory eeproms -#tda* at iic? # Philips TDA8444 +tda* at iic? # Philips TDA8444 # Framebuffers agten* at sbus? # Fujitsu AG-10e framebuffer |