summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/aic7xxx
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2005-12-11 12:16:03 +0000
committerchristos <christos@NetBSD.org>2005-12-11 12:16:03 +0000
commit95e1ffb15694e54f29f8baaa4232152b703c2a5a (patch)
treed6510e195bc06092a8057e34c6442eba4e77d09a /sys/dev/microcode/aic7xxx
parent4f17ba81bcaf3f5086d88a346cbfd12506a5e3e6 (diff)
merge ktrace-lwp.
Diffstat (limited to 'sys/dev/microcode/aic7xxx')
-rw-r--r--sys/dev/microcode/aic7xxx/aic79xx.reg2
-rw-r--r--sys/dev/microcode/aic7xxx/aic79xx.seq2
-rw-r--r--sys/dev/microcode/aic7xxx/aic7xxx.reg2
-rw-r--r--sys/dev/microcode/aic7xxx/aic7xxx.seq2
-rw-r--r--sys/dev/microcode/aic7xxx/aicasm.c4
-rw-r--r--sys/dev/microcode/aic7xxx/aicasm.h2
-rw-r--r--sys/dev/microcode/aic7xxx/aicasm_gram.y2
-rw-r--r--sys/dev/microcode/aic7xxx/aicasm_macro_scan.l2
-rw-r--r--sys/dev/microcode/aic7xxx/aicasm_scan.l2
-rw-r--r--sys/dev/microcode/aic7xxx/aicasm_symbol.c4
10 files changed, 12 insertions, 12 deletions
diff --git a/sys/dev/microcode/aic7xxx/aic79xx.reg b/sys/dev/microcode/aic7xxx/aic79xx.reg
index edab97414d5..2537d919a59 100644
--- a/sys/dev/microcode/aic7xxx/aic79xx.reg
+++ b/sys/dev/microcode/aic7xxx/aic79xx.reg
@@ -1,4 +1,4 @@
-/* $NetBSD: aic79xx.reg,v 1.10 2005/02/27 00:27:23 perry Exp $ */
+/* $NetBSD: aic79xx.reg,v 1.11 2005/12/11 12:22:18 christos Exp $ */
/*
* Aic79xx register and scratch ram definitions.
diff --git a/sys/dev/microcode/aic7xxx/aic79xx.seq b/sys/dev/microcode/aic7xxx/aic79xx.seq
index 97671a156aa..82ea0f3c02e 100644
--- a/sys/dev/microcode/aic7xxx/aic79xx.seq
+++ b/sys/dev/microcode/aic7xxx/aic79xx.seq
@@ -1,4 +1,4 @@
-/* $NetBSD: aic79xx.seq,v 1.9 2005/02/27 00:27:23 perry Exp $ */
+/* $NetBSD: aic79xx.seq,v 1.10 2005/12/11 12:22:18 christos Exp $ */
/*
* Adaptec U320 device driver firmware for Linux and FreeBSD.
diff --git a/sys/dev/microcode/aic7xxx/aic7xxx.reg b/sys/dev/microcode/aic7xxx/aic7xxx.reg
index a30829cb033..5af1034c74f 100644
--- a/sys/dev/microcode/aic7xxx/aic7xxx.reg
+++ b/sys/dev/microcode/aic7xxx/aic7xxx.reg
@@ -39,7 +39,7 @@
*
* $FreeBSD: /repoman/r/ncvs/src/sys/dev/aic7xxx/aic7xxx.reg,v 1.43 2003/01/20 20:44:55 gibbs Exp $
*/
-VERSION = "$NetBSD: aic7xxx.reg,v 1.3 2005/02/27 00:27:23 perry Exp $"
+VERSION = "$NetBSD: aic7xxx.reg,v 1.4 2005/12/11 12:22:18 christos Exp $"
/*
* This file is processed by the aic7xxx_asm utility for use in assembling
diff --git a/sys/dev/microcode/aic7xxx/aic7xxx.seq b/sys/dev/microcode/aic7xxx/aic7xxx.seq
index b1b5dd74c0d..caca26c6ae4 100644
--- a/sys/dev/microcode/aic7xxx/aic7xxx.seq
+++ b/sys/dev/microcode/aic7xxx/aic7xxx.seq
@@ -40,7 +40,7 @@
* $FreeBSD: /repoman/r/ncvs/src/sys/dev/aic7xxx/aic7xxx.seq,v 1.123 2003/01/20 20:44:55 gibbs Exp $
*/
-VERSION = "$NetBSD: aic7xxx.seq,v 1.16 2005/02/27 00:27:23 perry Exp $"
+VERSION = "$NetBSD: aic7xxx.seq,v 1.17 2005/12/11 12:22:18 christos Exp $"
PATCH_ARG_LIST = "struct ahc_softc *ahc"
PREFIX = "ahc_"
diff --git a/sys/dev/microcode/aic7xxx/aicasm.c b/sys/dev/microcode/aic7xxx/aicasm.c
index 7a524748c32..e04387910c8 100644
--- a/sys/dev/microcode/aic7xxx/aicasm.c
+++ b/sys/dev/microcode/aic7xxx/aicasm.c
@@ -1,4 +1,4 @@
-/* $NetBSD: aicasm.c,v 1.5 2003/07/14 15:42:39 lukem Exp $ */
+/* $NetBSD: aicasm.c,v 1.6 2005/12/11 12:22:18 christos Exp $ */
/*
* Aic7xxx SCSI host adapter firmware asssembler
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: aicasm.c,v 1.5 2003/07/14 15:42:39 lukem Exp $");
+__RCSID("$NetBSD: aicasm.c,v 1.6 2005/12/11 12:22:18 christos Exp $");
#include <sys/types.h>
#include <sys/mman.h>
diff --git a/sys/dev/microcode/aic7xxx/aicasm.h b/sys/dev/microcode/aic7xxx/aicasm.h
index 6af7fe97391..880f32ed8d4 100644
--- a/sys/dev/microcode/aic7xxx/aicasm.h
+++ b/sys/dev/microcode/aic7xxx/aicasm.h
@@ -1,4 +1,4 @@
-/* $NetBSD: aicasm.h,v 1.3 2005/02/27 00:27:23 perry Exp $ */
+/* $NetBSD: aicasm.h,v 1.4 2005/12/11 12:22:18 christos Exp $ */
/*
* Assembler for the sequencer program downloaded to Aic7xxx SCSI host adapters
diff --git a/sys/dev/microcode/aic7xxx/aicasm_gram.y b/sys/dev/microcode/aic7xxx/aicasm_gram.y
index f1d02b37403..3c0110fff34 100644
--- a/sys/dev/microcode/aic7xxx/aicasm_gram.y
+++ b/sys/dev/microcode/aic7xxx/aicasm_gram.y
@@ -1,5 +1,5 @@
%{
-/* $NetBSD: aicasm_gram.y,v 1.4 2005/02/27 00:27:23 perry Exp $ */
+/* $NetBSD: aicasm_gram.y,v 1.5 2005/12/11 12:22:18 christos Exp $ */
/*
* Parser for the Aic7xxx SCSI Host adapter sequencer assembler.
diff --git a/sys/dev/microcode/aic7xxx/aicasm_macro_scan.l b/sys/dev/microcode/aic7xxx/aicasm_macro_scan.l
index 305af46dccc..c638d261132 100644
--- a/sys/dev/microcode/aic7xxx/aicasm_macro_scan.l
+++ b/sys/dev/microcode/aic7xxx/aicasm_macro_scan.l
@@ -1,5 +1,5 @@
%{
-/* $NetBSD: aicasm_macro_scan.l,v 1.2 2005/02/27 00:27:23 perry Exp $ */
+/* $NetBSD: aicasm_macro_scan.l,v 1.3 2005/12/11 12:22:18 christos Exp $ */
/*
* Sub-Lexical Analyzer for macro invokation in
diff --git a/sys/dev/microcode/aic7xxx/aicasm_scan.l b/sys/dev/microcode/aic7xxx/aicasm_scan.l
index cf47619eca0..d9cb42ba4b8 100644
--- a/sys/dev/microcode/aic7xxx/aicasm_scan.l
+++ b/sys/dev/microcode/aic7xxx/aicasm_scan.l
@@ -1,5 +1,5 @@
%{
-/* $NetBSD: aicasm_scan.l,v 1.4 2005/02/27 00:27:23 perry Exp $ */
+/* $NetBSD: aicasm_scan.l,v 1.5 2005/12/11 12:22:18 christos Exp $ */
/*
* Lexical Analyzer for the Aic7xxx SCSI Host adapter sequencer assembler.
*
diff --git a/sys/dev/microcode/aic7xxx/aicasm_symbol.c b/sys/dev/microcode/aic7xxx/aicasm_symbol.c
index c2176919cc7..377bba7bc14 100644
--- a/sys/dev/microcode/aic7xxx/aicasm_symbol.c
+++ b/sys/dev/microcode/aic7xxx/aicasm_symbol.c
@@ -1,4 +1,4 @@
-/* $NetBSD: aicasm_symbol.c,v 1.4 2003/07/14 15:42:40 lukem Exp $ */
+/* $NetBSD: aicasm_symbol.c,v 1.5 2005/12/11 12:22:18 christos Exp $ */
/*
* Aic7xxx SCSI host adapter firmware asssembler symbol table implementation
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: aicasm_symbol.c,v 1.4 2003/07/14 15:42:40 lukem Exp $");
+__RCSID("$NetBSD: aicasm_symbol.c,v 1.5 2005/12/11 12:22:18 christos Exp $");
#include <sys/types.h>