diff options
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/isp/asm_pci.h | 4 | ||||
| -rw-r--r-- | sys/dev/microcode/isp/asm_sbus.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/microcode/isp/asm_pci.h b/sys/dev/microcode/isp/asm_pci.h index 8effe5eac33..f6140819b4d 100644 --- a/sys/dev/microcode/isp/asm_pci.h +++ b/sys/dev/microcode/isp/asm_pci.h @@ -1,9 +1,13 @@ +/* $NetBSD: asm_pci.h,v 1.2 1997/03/12 21:07:25 cgd Exp $ */ + /* * Copyright (c) 1997 by Matthew Jacob * NASA AMES Research Center * All rights reserved. * * Version 2.10 Initiator Firmware (16:13 Oct 18, 1995) + * + * [from Qlogic] */ #define ISP_CODE_ORG 0x1000 diff --git a/sys/dev/microcode/isp/asm_sbus.h b/sys/dev/microcode/isp/asm_sbus.h index d804a81d29a..1f6db9a8e63 100644 --- a/sys/dev/microcode/isp/asm_sbus.h +++ b/sys/dev/microcode/isp/asm_sbus.h @@ -1,9 +1,13 @@ +/* $NetBSD: asm_sbus.h,v 1.2 1997/03/12 21:07:34 cgd Exp $ */ + /* * Copyright (c) 1997 by Matthew Jacob * NASA AMES Research Center * All rights reserved. * * Version 1.24 Initiator Firmware (Aug 8, 1996) + * + * [from Qlogic] */ #define ISP_CODE_ORG 0x1000 |
