diff options
author | 2011-07-03 21:40:24 +0000 | |
---|---|---|
committer | 2011-07-03 21:40:24 +0000 | |
commit | 33d1aacec5227719d7096edaf3c9f8aea00847b0 (patch) | |
tree | bb366bb193a010bb85b561c76fbc675227449770 | |
parent | Bring in millert@ thinko fix for '_' handling from r1.47 of (diff) | |
download | wireguard-openbsd-33d1aacec5227719d7096edaf3c9f8aea00847b0.tar.xz wireguard-openbsd-33d1aacec5227719d7096edaf3c9f8aea00847b0.zip |
Enable nvt(4).
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 626c6588d9e..b2daae2d5a5 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.721 2011/06/29 20:52:09 matthew Exp $ +# $OpenBSD: GENERIC,v 1.722 2011/07/03 21:40:24 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -177,6 +177,7 @@ thmc* at iic? # TI TMHC50 / Analog ADM1022 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 #isagpio0 at isa? port 0x78 # ISA I/O mapped as GPIO #isagpio1 at isa? port 0x80 |