From 2db8573f8c2d2d1324cf1d2e1c7d50e83d4bd43d Mon Sep 17 00:00:00 2001 From: kettenis Date: Sun, 3 Jul 2011 21:30:20 +0000 Subject: Enter nvt(4), a driver for the W83795G and W83795ADG hardware monitor. ok deraadt@, miod@ --- sys/dev/i2c/files.i2c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/dev/i2c/files.i2c') diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index ae5e5376af5..6aaa6ea20f4 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.49 2010/03/22 21:20:58 miod Exp $ +# $OpenBSD: files.i2c,v 1.50 2011/07/03 21:30:20 kettenis Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -113,6 +113,11 @@ device wbng attach wbng at i2c file dev/i2c/w83793g.c wbng +# Nuvoton W83795G +device nvt +attach nvt at i2c +file dev/i2c/w83795g.c nvt + # Genesys Logic GL518SM device glenv attach glenv at i2c -- cgit v1.2.3-59-g8ed1b