diff options
author | mjacob <mjacob@cvs.openbsd.org> | 1999-03-17 12:54:33 +0000 |
---|---|---|
committer | mjacob <mjacob@cvs.openbsd.org> | 1999-03-17 12:54:33 +0000 |
commit | 0d8110f231587f58c73f619af5439a4d7b24af4d (patch) | |
tree | 97bdfc5c3c619cb157f0bbfd2ea9a6c6609d3010 /sys/dev | |
parent | cac7ecd00feb3fcd121973196ad7161e39f6e3e2 (diff) |
fix OpenBSD headers
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/isp.c | 2 | ||||
-rw-r--r-- | sys/dev/ic/isp_openbsd.c | 2 | ||||
-rw-r--r-- | sys/dev/ic/isp_openbsd.h | 2 | ||||
-rw-r--r-- | sys/dev/ic/ispmbox.h | 2 | ||||
-rw-r--r-- | sys/dev/ic/ispreg.h | 2 | ||||
-rw-r--r-- | sys/dev/ic/ispvar.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/ic/isp.c b/sys/dev/ic/isp.c index 4af2fbcea8a..098c296f49e 100644 --- a/sys/dev/ic/isp.c +++ b/sys/dev/ic/isp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isp.c,v 1.4 1999/03/17 05:26:08 mjacob Exp $ */ +/* $OpenBSD: isp.c,v 1.5 1999/03/17 12:54:31 mjacob Exp $ */ /* release_03_16_99 */ /* * Machine and OS Independent (well, as best as possible) diff --git a/sys/dev/ic/isp_openbsd.c b/sys/dev/ic/isp_openbsd.c index cf83909bccc..26a527748b9 100644 --- a/sys/dev/ic/isp_openbsd.c +++ b/sys/dev/ic/isp_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_openbsd.c,v 1.1 1999/03/17 05:26:09 mjacob Exp $ */ +/* $OpenBSD: isp_openbsd.c,v 1.2 1999/03/17 12:54:32 mjacob Exp $ */ /* release_03_16_99 */ /* * Platform (OpenBSD) dependent common attachment code for Qlogic adapters. diff --git a/sys/dev/ic/isp_openbsd.h b/sys/dev/ic/isp_openbsd.h index 03e1d29cffa..6d3bf3dbdbf 100644 --- a/sys/dev/ic/isp_openbsd.h +++ b/sys/dev/ic/isp_openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_openbsd.h,v 1.1 1999/03/17 05:26:09 mjacob Exp $ */ +/* $OpenBSD: isp_openbsd.h,v 1.2 1999/03/17 12:54:32 mjacob Exp $ */ /* release_03_16_99 */ /* * OpenBSD Specific definitions for the Qlogic ISP Host Adapter diff --git a/sys/dev/ic/ispmbox.h b/sys/dev/ic/ispmbox.h index 950f7dadca5..0f3cf0d919a 100644 --- a/sys/dev/ic/ispmbox.h +++ b/sys/dev/ic/ispmbox.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ispmbox.h,v 1.2 1999/03/17 05:26:09 mjacob Exp $ */ +/* $OpenBSD: ispmbox.h,v 1.3 1999/03/17 12:54:32 mjacob Exp $ */ /* release_03_16_99 */ /* * Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters. diff --git a/sys/dev/ic/ispreg.h b/sys/dev/ic/ispreg.h index 1699af8e25a..476580e9635 100644 --- a/sys/dev/ic/ispreg.h +++ b/sys/dev/ic/ispreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ispreg.h,v 1.2 1999/03/17 05:26:09 mjacob Exp $ */ +/* $OpenBSD: ispreg.h,v 1.3 1999/03/17 12:54:32 mjacob Exp $ */ /* release_03_16_99 */ /* * Machine Independent (well, as best as possible) register diff --git a/sys/dev/ic/ispvar.h b/sys/dev/ic/ispvar.h index ab587d5c2fa..65c9f572c6e 100644 --- a/sys/dev/ic/ispvar.h +++ b/sys/dev/ic/ispvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ispvar.h,v 1.2 1999/03/17 05:26:09 mjacob Exp $ */ +/* $OpenBSD: ispvar.h,v 1.3 1999/03/17 12:54:32 mjacob Exp $ */ /* release_03_16_99 */ /* * Soft Definitions for for Qlogic ISP SCSI adapters. |