diff options
author | johns <johns@cvs.openbsd.org> | 1997-05-14 21:38:43 +0000 |
---|---|---|
committer | johns <johns@cvs.openbsd.org> | 1997-05-14 21:38:43 +0000 |
commit | 17cf7d64011b0c939f500cc14e9a84bcfbc038f3 (patch) | |
tree | 7ec2a8fa989d2fe2bee290ff6d5b15403fcfa46b /sys/arch/sparc | |
parent | fdd75c49100355d5ee524e0ba3e3816b4963212a (diff) |
Changed 3 occurneces of "NetBSD/sparc" to "OpenBSD/sparc", in strings
that are printed when a kernel is configured without support for a given
kernel arch.. i.e. "OpenBSD/sparc: This kernel does not support xxxx"
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/sparc/locore.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc/sparc/locore.s b/sys/arch/sparc/sparc/locore.s index 54791a51b42..6453df5d0fa 100644 --- a/sys/arch/sparc/sparc/locore.s +++ b/sys/arch/sparc/sparc/locore.s @@ -237,17 +237,17 @@ _mapme: #if !defined(SUN4M) sun4m_notsup: - .asciz "cr .( NetBSD/sparc: this kernel does not support the sun4m) cr" + .asciz "cr .( OpenBSD/sparc: this kernel does not support the sun4m) cr" #endif #if !defined(SUN4C) sun4c_notsup: - .asciz "cr .( NetBSD/sparc: this kernel does not support the sun4c) cr" + .asciz "cr .( OpenBSD/sparc: this kernel does not support the sun4c) cr" #endif #if !defined(SUN4) sun4_notsup: ! the extra characters at the end are to ensure the zs fifo drains ! before we halt. Sick, eh? - .asciz "NetBSD/sparc: this kernel does not support the sun4\n\r \b" + .asciz "OpenBSD/sparc: this kernel does not support the sun4\n\r \b" #endif _ALIGN |