diff options
| author | 2011-07-03 21:30:20 +0000 | |
|---|---|---|
| committer | 2011-07-03 21:30:20 +0000 | |
| commit | 2db8573f8c2d2d1324cf1d2e1c7d50e83d4bd43d (patch) | |
| tree | c627fb43a9b19600e508e4113b9594a820d6d356 /sys/dev/i2c/files.i2c | |
| parent | change void * to a caddr_t (diff) | |
| download | wireguard-openbsd-2db8573f8c2d2d1324cf1d2e1c7d50e83d4bd43d.tar.xz wireguard-openbsd-2db8573f8c2d2d1324cf1d2e1c7d50e83d4bd43d.zip | |
Enter nvt(4), a driver for the W83795G and W83795ADG hardware monitor.
ok deraadt@, miod@
Diffstat (limited to 'sys/dev/i2c/files.i2c')
| -rw-r--r-- | sys/dev/i2c/files.i2c | 7 |
1 files changed, 6 insertions, 1 deletions
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 |
