diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-01-14 15:14:34 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-01-14 15:14:34 +0000 |
commit | f83a64de348c2d1013a09e1230f2b64cb75c2f77 (patch) | |
tree | bd62ba58d13f948232fa0e60142985918a1106ff /sys/conf | |
parent | 56d66ee4aa47abf8364b55b921e2fbf164cc7f35 (diff) |
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/conf')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files index b3685bdca8a..c7ccf1cdc62 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.360 2006/01/09 21:19:48 jsg Exp $ +# $OpenBSD: files,v 1.361 2006/01/14 15:14:32 kettenis Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -331,9 +331,9 @@ file dev/ic/iha.c iha device trm: scsi file dev/ic/trm.c trm -# National Semiconductor LM7[89] and compatible hardware monitors +# National Semiconductor LM78/79/81 and compatible hardware monitors device lm -file dev/ic/nslm7x.c lm +file dev/ic/lm78.c lm # Atheros AR5k (802.11/a/b/g) Hardware Abstraction Layer define ar5xxx |