From 6b9b10ec1abbab7ef394935afa5561610178a989 Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 10 Apr 2006 17:30:34 +0000 Subject: 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 --- sys/dev/i2c/files.i2c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/dev/i2c/files.i2c') 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 -- cgit v1.2.3-59-g8ed1b