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 b26e9c8300ed..b90a7b506a2c 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.2.1 2005/03/07 13:46:39 phk Exp $");  #  define	IBDEBUG  #  undef	IBDEBUG diff --git a/sys/dev/ieee488/ibfoo_int.h b/sys/dev/ieee488/ibfoo_int.h index 28f72897a9df..0fdaf274aee9 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.2.1 2005/03/07 13:46:40 phk Exp $   */  #include <sys/ioccom.h> diff --git a/sys/dev/ieee488/pcii.c b/sys/dev/ieee488/pcii.c index d575f6927d59..1ce1524524b9 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.2.1 2005/03/07 13:46:40 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 726a70219dd8..beec58af8443 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.2.1 2005/03/07 13:46:40 phk Exp $   *   */ diff --git a/sys/dev/ieee488/upd7210.c b/sys/dev/ieee488/upd7210.c index d952bc2fa739..fcb3575bcd1d 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.6.2.1 2005/03/07 13:46:40 phk Exp $");  #  define	GPIB_DEBUG  #  undef	GPIB_DEBUG diff --git a/sys/dev/ieee488/upd7210.h b/sys/dev/ieee488/upd7210.h index 7ba0f8eb8d10..d335be7337d2 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.2.1 2005/03/07 13:46:40 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 | 
