diff options
author | 2008-02-12 10:32:47 +0000 | |
---|---|---|
committer | 2008-02-12 10:32:47 +0000 | |
commit | fcb26b97486c185196aac3a251df96a06cccb20b (patch) | |
tree | b87024f84f34330502601cc4a1bb36072b6dfcce | |
parent | tda(4) is a driver for Philips TDA8444 which can be found in (diff) | |
download | wireguard-openbsd-fcb26b97486c185196aac3a251df96a06cccb20b.tar.xz wireguard-openbsd-fcb26b97486c185196aac3a251df96a06cccb20b.zip |
add tda(4), commented out for now
-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 0513bd8eb3f..f6c670afcd4 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.192 2008/01/24 14:54:49 robert Exp $ +# $OpenBSD: GENERIC,v 1.193 2008/02/12 10:32:47 robert Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -389,6 +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 # Framebuffers agten* at sbus? # Fujitsu AG-10e framebuffer |