diff options
Diffstat (limited to 'sys/dev/ieee488')
-rw-r--r-- | sys/dev/ieee488/ibfoo.c | 2 | ||||
-rw-r--r-- | sys/dev/ieee488/ibfoo_int.h | 2 | ||||
-rw-r--r-- | sys/dev/ieee488/pcii.c | 2 | ||||
-rw-r--r-- | sys/dev/ieee488/ugpib.h | 2 | ||||
-rw-r--r-- | sys/dev/ieee488/upd7210.c | 2 | ||||
-rw-r--r-- | sys/dev/ieee488/upd7210.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/ieee488/ibfoo.c b/sys/dev/ieee488/ibfoo.c index 537443dbf0916..ef1870a3d1fcd 100644 --- a/sys/dev/ieee488/ibfoo.c +++ b/sys/dev/ieee488/ibfoo.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ieee488/ibfoo.c,v 1.5 2005/03/07 11:05:46 phk Exp $"); # define IBDEBUG # undef IBDEBUG diff --git a/sys/dev/ieee488/ibfoo_int.h b/sys/dev/ieee488/ibfoo_int.h index 28f72897a9dfe..be08ee021816b 100644 --- a/sys/dev/ieee488/ibfoo_int.h +++ b/sys/dev/ieee488/ibfoo_int.h @@ -26,7 +26,7 @@ * This file defines the ABI between the userland gpib library and the * kernel. This file should not be used anywhere else. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ieee488/ibfoo_int.h,v 1.2 2005/02/12 21:07:09 phk Exp $ */ #include <sys/ioccom.h> diff --git a/sys/dev/ieee488/pcii.c b/sys/dev/ieee488/pcii.c index d575f6927d59a..1f1ca35354dfa 100644 --- a/sys/dev/ieee488/pcii.c +++ b/sys/dev/ieee488/pcii.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ieee488/pcii.c,v 1.5 2005/02/12 17:39:50 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ieee488/ugpib.h b/sys/dev/ieee488/ugpib.h index 726a70219dd8e..42a1f26a25b33 100644 --- a/sys/dev/ieee488/ugpib.h +++ b/sys/dev/ieee488/ugpib.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ieee488/ugpib.h,v 1.5 2005/02/12 23:52:44 phk Exp $ * */ diff --git a/sys/dev/ieee488/upd7210.c b/sys/dev/ieee488/upd7210.c index e4b50ace490a1..72f68a4510a21 100644 --- a/sys/dev/ieee488/upd7210.c +++ b/sys/dev/ieee488/upd7210.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ieee488/upd7210.c,v 1.7 2005/04/04 17:37:35 phk Exp $"); # define GPIB_DEBUG # undef GPIB_DEBUG diff --git a/sys/dev/ieee488/upd7210.h b/sys/dev/ieee488/upd7210.h index 7ba0f8eb8d102..8c66813272638 100644 --- a/sys/dev/ieee488/upd7210.h +++ b/sys/dev/ieee488/upd7210.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ieee488/upd7210.h,v 1.3 2005/02/12 23:52:44 phk Exp $ * * Locating an actual µPD7210 data book has proven quite impossible for me. * There are a fair number of newer chips which are supersets of the µPD7210 |