diff options
| author | 2006-01-14 15:14:32 +0000 | |
|---|---|---|
| committer | 2006-01-14 15:14:32 +0000 | |
| commit | 2cab4e9577151f6c0ab501cc014b9addd3a350af (patch) | |
| tree | f45f0bb9efeba9c5a87c2987d150d1692a9075f8 /sys/dev/i2c/files.i2c | |
| parent | sync (diff) | |
| download | wireguard-openbsd-2cab4e9577151f6c0ab501cc014b9addd3a350af.tar.xz wireguard-openbsd-2cab4e9577151f6c0ab501cc014b9addd3a350af.zip | |
Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean up
lm78var.h.
Now that I've completely rewritten the driver, replace copyright with my own.
suggested by deraadt@
Diffstat (limited to 'sys/dev/i2c/files.i2c')
| -rw-r--r-- | sys/dev/i2c/files.i2c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index 30a3a46327d..cdc5f59fbbf 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.27 2006/01/13 23:56:46 grange Exp $ +# $OpenBSD: files.i2c,v 1.28 2006/01/14 15:14:33 kettenis Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -84,7 +84,7 @@ device adt attach adt at i2c file dev/i2c/adt7460.c adt -# National Semiconductor LM7[89] and compatible hardware monitors +# National Semiconductor LM78/79/81 and compatible hardware monitors attach lm at i2c with lm_i2c file dev/i2c/lm_i2c.c lm_i2c |
