diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-08-29 03:45:59 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-08-29 03:45:59 +0000 |
| commit | 93cbf1d88e69d07798bbf32c291f662cfb50a7e7 (patch) | |
| tree | 45247e70818421ec4dee40c3e6e9db04156cdb24 /sys/dev/microcode | |
| parent | 720b377380072d7591462d3fa2014281ba98002e (diff) | |
Sync perforce IDs. (From FreeBSD)
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/aic7xxx/aic79xx.reg | 6 | ||||
| -rw-r--r-- | sys/dev/microcode/aic7xxx/aic79xx_reg.h | 2 | ||||
| -rw-r--r-- | sys/dev/microcode/aic7xxx/aic79xx_seq.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/microcode/aic7xxx/aic79xx.reg b/sys/dev/microcode/aic7xxx/aic79xx.reg index 9ebeb37042a..00854d3d086 100644 --- a/sys/dev/microcode/aic7xxx/aic79xx.reg +++ b/sys/dev/microcode/aic7xxx/aic79xx.reg @@ -1,4 +1,4 @@ -/* $NetBSD: aic79xx.reg,v 1.7 2003/08/29 03:17:15 thorpej Exp $ */ +/* $NetBSD: aic79xx.reg,v 1.8 2003/08/29 03:45:59 thorpej Exp $ */ /* * Aic79xx register and scratch ram definitions. @@ -39,9 +39,9 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.reg,v 1.14 2003/05/30 02:14:22 scottl Exp $ + * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.reg,v 1.15 2003/06/10 03:25:24 gibbs Exp $ */ -VERSION = "Id: aic79xx.reg,v 1.13 2003/05/26 21:26:51 gibbs Exp $" +VERSION = "Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#70 $" /* * This file is processed by the aic7xxx_asm utility for use in assembling diff --git a/sys/dev/microcode/aic7xxx/aic79xx_reg.h b/sys/dev/microcode/aic7xxx/aic79xx_reg.h index 9739f70ddd1..7663a60aa87 100644 --- a/sys/dev/microcode/aic7xxx/aic79xx_reg.h +++ b/sys/dev/microcode/aic7xxx/aic79xx_reg.h @@ -3,7 +3,7 @@ * from the following source files: * * Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#94 $ - * Id: aic79xx.reg,v 1.13 2003/05/26 21:26:51 gibbs Exp $ + * Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#70 $ */ typedef int (ahd_reg_print_t)(u_int, u_int *, u_int); typedef struct ahd_reg_parse_entry { diff --git a/sys/dev/microcode/aic7xxx/aic79xx_seq.h b/sys/dev/microcode/aic7xxx/aic79xx_seq.h index 379e17fa7df..37d44390d17 100644 --- a/sys/dev/microcode/aic7xxx/aic79xx_seq.h +++ b/sys/dev/microcode/aic7xxx/aic79xx_seq.h @@ -3,7 +3,7 @@ * from the following source files: * * Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#94 $ - * Id: aic79xx.reg,v 1.13 2003/05/26 21:26:51 gibbs Exp $ + * Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#70 $ */ static uint8_t seqprog[] = { 0xff, 0x02, 0x06, 0x78, |
