summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/microcode/isp/asm_pci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/isp/asm_pci.h b/sys/dev/microcode/isp/asm_pci.h
index 37063edc9bf..60f4beb4133 100644
--- a/sys/dev/microcode/isp/asm_pci.h
+++ b/sys/dev/microcode/isp/asm_pci.h
@@ -1,4 +1,4 @@
-/* $NetBSD: asm_pci.h,v 1.8 1997/11/17 05:07:02 mjacob Exp $ */
+/* $NetBSD: asm_pci.h,v 1.9 1997/12/03 00:45:05 mjacob Exp $ */
/*
* Copyright (c) 1997 by Matthew Jacob
@@ -3801,7 +3801,7 @@ static const u_int16_t ISP2100_RISC_CODE[] = {
#endif /* 0 */
/*
- * Version 1.05 Initiator Firmware (09:21 Oct 17, 1997)
+ * Version 1.07 Initiator Firmware
*/
#define ISP2100_CODE_ORG 0x1000
improve printing a bit too.spz 2008-04-06use aprint_*_dev and device_xnamecegger 2007-12-09Merge jmcneill-pm branch.jmcneill 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-03-29Use device_private().thorpej 2005-12-11merge ktrace-lwp.christos 2005-02-27nuke trailing whitespaceperry 2005-02-04de-__Pperry