diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2008-02-20 09:45:50 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2008-02-20 09:45:50 +0000 |
commit | c357ba2928dbd6a4950e2866b028ec1c795d945d (patch) | |
tree | 4317b2fa12deb7d50bca85c25a5850cfba841644 /sys | |
parent | ac77ddc5437d730485d40e45d815561181c18d11 (diff) |
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 |