diff options
| author | 2006-04-10 17:30:34 +0000 | |
|---|---|---|
| committer | 2006-04-10 17:30:34 +0000 | |
| commit | 6b9b10ec1abbab7ef394935afa5561610178a989 (patch) | |
| tree | 9713f23cf16d9b376ebad7107887490f46eaf388 /sys/dev/i2c/files.i2c | |
| parent | switch to openrcs and eliminate more gnu from the tree. (diff) | |
| download | wireguard-openbsd-6b9b10ec1abbab7ef394935afa5561610178a989.tar.xz wireguard-openbsd-6b9b10ec1abbab7ef394935afa5561610178a989.zip | |
sch5017 is an adt7460 clone of some type. also, we are seeing some
ways to determine the actual voltage multipliers, so move to a table
driven model, which we can tweak as we see more varients. checked
by kettenis jolan and roman
Diffstat (limited to 'sys/dev/i2c/files.i2c')
| -rw-r--r-- | sys/dev/i2c/files.i2c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index ae13da5d188..06067fcfc82 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.32 2006/04/10 00:53:11 deraadt Exp $ +# $OpenBSD: files.i2c,v 1.33 2006/04/10 17:30:38 deraadt Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -107,8 +107,3 @@ file dev/i2c/w83l784r.c wbenv device glenv attach glenv at i2c file dev/i2c/gl518sm.c glenv - -# SMSC SCH5017 -device schenv -attach schenv at i2c -file dev/i2c/sch5017.c schenv |
