diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-07-03 21:40:25 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-07-03 21:40:25 +0000 |
commit | a30d2cbb04b12dbce9f3ec7a3710b6db028e50ca (patch) | |
tree | 50c93fcb8f653f81f58273a550f3081c9d4e7545 /sys/arch/amd64/conf/GENERIC | |
parent | cfeca06588e9fc1f1c605baeb3999062064ef30f (diff) |
Enable nvt(4).
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 09f2cc83f97..c2bfe2e8d2a 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.322 2011/06/29 20:52:08 matthew Exp $ +# $OpenBSD: GENERIC,v 1.323 2011/07/03 21:40:24 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -135,6 +135,7 @@ maxtmp* at iic? # Maxim MAX6642/MAX6690 spdmem* at iic? # SPD memory eeproms sdtemp* at iic? # SO-DIMM (JC-42.4) temperature wbng* at iic? # Winbond W83793G +nvt* at iic? # Novoton W83795G #option PCMCIAVERBOSE |