diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-03 17:01:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-03 17:01:30 +0000 |
commit | 7553e7f12279689d841e65272aa9b6eb135904d0 (patch) | |
tree | fbab51c3e8f1046d7b20b7cb13c7f8b87470b371 /sys/arch/hp300 | |
parent | dc5043225f8a4e92183c34b615fd142dccc7e18e (diff) |
HP 9000/xxx not HP9000/xxx; from Paul Weissmann
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/dev/frodovar.h | 4 | ||||
-rw-r--r-- | sys/arch/hp300/dev/scsi.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/include/param.h | 4 | ||||
-rw-r--r-- | sys/arch/hp300/stand/cdboot/cdboot.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/stand/uboot/uboot.c | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/hp300/dev/frodovar.h b/sys/arch/hp300/dev/frodovar.h index 1377ac8d10c..d05443d71bf 100644 --- a/sys/arch/hp300/dev/frodovar.h +++ b/sys/arch/hp300/dev/frodovar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: frodovar.h,v 1.3 2002/03/14 03:15:52 millert Exp $ */ +/* $OpenBSD: frodovar.h,v 1.4 2003/04/03 17:01:29 millert Exp $ */ /* $NetBSD: frodovar.h,v 1.1 1997/05/12 08:03:50 thorpej Exp $ */ /* @@ -29,7 +29,7 @@ /* * Autoconfiguration definitions and prototypes for the Frodo ASIC in - * the HP9000/4xx series. + * the HP 9000/4xx series. */ /* diff --git a/sys/arch/hp300/dev/scsi.c b/sys/arch/hp300/dev/scsi.c index 6ca91cfd968..ffddff19c3a 100644 --- a/sys/arch/hp300/dev/scsi.c +++ b/sys/arch/hp300/dev/scsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi.c,v 1.13 2002/12/25 20:05:35 miod Exp $ */ +/* $OpenBSD: scsi.c,v 1.14 2003/04/03 17:01:29 millert Exp $ */ /* $NetBSD: scsi.c,v 1.21 1997/05/05 21:08:26 thorpej Exp $ */ /* @@ -41,7 +41,7 @@ */ /* - * HP9000/3xx 98658 SCSI host adaptor driver. + * HP 9000/3xx 98658 SCSI host adaptor driver. */ #include <sys/param.h> diff --git a/sys/arch/hp300/include/param.h b/sys/arch/hp300/include/param.h index 7e4987abbd1..18997fccdc7 100644 --- a/sys/arch/hp300/include/param.h +++ b/sys/arch/hp300/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.21 2002/03/14 01:26:31 millert Exp $ */ +/* $OpenBSD: param.h,v 1.22 2003/04/03 17:01:29 millert Exp $ */ /* $NetBSD: param.h,v 1.35 1997/07/10 08:22:38 veego Exp $ */ /* @@ -47,7 +47,7 @@ #define _MACHINE_PARAM_H_ /* - * Machine dependent constants for HP9000 series 300. + * Machine dependent constants for HP 9000 series 300. */ #define _MACHINE hp300 #define MACHINE "hp300" diff --git a/sys/arch/hp300/stand/cdboot/cdboot.c b/sys/arch/hp300/stand/cdboot/cdboot.c index 47cd80cd8be..5f3d625011f 100644 --- a/sys/arch/hp300/stand/cdboot/cdboot.c +++ b/sys/arch/hp300/stand/cdboot/cdboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cdboot.c,v 1.3 1999/08/18 17:13:19 downsj Exp $ */ +/* $OpenBSD: cdboot.c,v 1.4 2003/04/03 17:01:29 millert Exp $ */ /* $NetBSD: uboot.c,v 1.3 1997/04/27 21:17:13 thorpej Exp $ */ /*- @@ -77,7 +77,7 @@ main() { int currname = 0; - printf("\n>> OpenBSD [%dKB] CDROM BOOT %s HP9000/%s CPU\n", + printf("\n>> OpenBSD [%dKB] CDROM BOOT %s HP 9000/%s CPU\n", (__LDPGSZ / 1024), version, getmachineid()); bdev = B_TYPE(bootdev); diff --git a/sys/arch/hp300/stand/uboot/uboot.c b/sys/arch/hp300/stand/uboot/uboot.c index 5ea91f31bfd..efee8451e74 100644 --- a/sys/arch/hp300/stand/uboot/uboot.c +++ b/sys/arch/hp300/stand/uboot/uboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uboot.c,v 1.1 1997/07/14 08:15:00 downsj Exp $ */ +/* $OpenBSD: uboot.c,v 1.2 2003/04/03 17:01:29 millert Exp $ */ /* $NetBSD: uboot.c,v 1.3 1997/04/27 21:17:13 thorpej Exp $ */ /*- @@ -74,7 +74,7 @@ main() { int currname = 0; - printf("\n>> OpenBSD [%dKB] UNIFIED BOOT %s HP9000/%s CPU\n", + printf("\n>> OpenBSD [%dKB] UNIFIED BOOT %s HP 9000/%s CPU\n", (__LDPGSZ / 1024), version, getmachineid()); printf(">> Enter \"reset\" to reset system.\n"); |