- Remove an extra RCS ID line.

- Update the ifdef on itesio_isavar.h to reflect the rename.
This commit is contained in:
xtraeme 2007-11-15 13:09:07 +00:00
parent e9e087f048
commit 0c95eec1eb
2 changed files with 6 additions and 7 deletions

View File

@ -1,5 +1,4 @@
/* $NetBSD: itesio_isa.c,v 1.1 2007/11/15 12:53:42 xtraeme Exp $ */
/* Derived from $NetBSD: itesio_isa.c,v 1.1 2007/11/15 12:53:42 xtraeme Exp $ */
/* $NetBSD: itesio_isa.c,v 1.2 2007/11/15 13:09:07 xtraeme Exp $ */
/* Derived from $OpenBSD: it.c,v 1.19 2006/04/10 00:57:54 deraadt Exp $ */
/*
@ -34,7 +33,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: itesio_isa.c,v 1.1 2007/11/15 12:53:42 xtraeme Exp $");
__KERNEL_RCSID(0, "$NetBSD: itesio_isa.c,v 1.2 2007/11/15 13:09:07 xtraeme Exp $");
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: itesio_isavar.h,v 1.1 2007/11/15 12:53:43 xtraeme Exp $ */
/* $NetBSD: itesio_isavar.h,v 1.2 2007/11/15 13:09:07 xtraeme Exp $ */
/* $OpenBSD: itvar.h,v 1.2 2003/11/05 20:57:10 grange Exp $ */
/*
@ -27,8 +27,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef _DEV_ISA_ITVAR_H
#define _DEV_ISA_ITVAR_H
#ifndef _DEV_ISA_ITESIO_ISAVAR_H
#define _DEV_ISA_ITESIO_ISAVAR_H
#define IT_NUM_SENSORS 15
@ -140,4 +140,4 @@ struct itesio_softc {
uint8_t sc_devrev;
};
#endif /* _DEV_ISA_ITVAR_H_ */
#endif /* _DEV_ISA_ITSIO_ISAVAR_H_ */