uh, get the port name consistently correct (NetBSD/alpha, not NetBSD/Alpha)
This commit is contained in:
parent
1922144399
commit
5dd4815be9
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: bootxx.c,v 1.14 1999/04/02 03:50:47 cgd Exp $ */
|
||||
/* $NetBSD: bootxx.c,v 1.15 1999/05/26 06:22:03 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1998 by Ross Harvey
|
||||
|
@ -156,7 +156,7 @@ main()
|
|||
/* Init prom callback vector. */
|
||||
init_prom_calls();
|
||||
|
||||
putstr("\nNetBSD/Alpha " NETBSD_VERS " Primary Boot +\n");
|
||||
putstr("\nNetBSD/alpha " NETBSD_VERS " Primary Boot +\n");
|
||||
|
||||
bbinfop = (struct bbinfo *)&_end;
|
||||
loadaddr = (char *)SECONDARY_LOAD_ADDRESS;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: bootxx.c,v 1.3 1999/04/05 22:03:56 cgd Exp $ */
|
||||
/* $NetBSD: bootxx.c,v 1.4 1999/05/26 06:22:04 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
|
||||
|
@ -95,7 +95,7 @@ main(void)
|
|||
/* Init prom callback vector. */
|
||||
init_prom_calls();
|
||||
|
||||
putstr("\nNetBSD/Alpha " NETBSD_VERS " " BOOTXX_FS_NAME " Primary Bootstrap\n");
|
||||
putstr("\nNetBSD/alpha " NETBSD_VERS " " BOOTXX_FS_NAME " Primary Bootstrap\n");
|
||||
|
||||
if (!booted_dev_open()) {
|
||||
reason = "Can't open boot device.";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_prom.c,v 1.12 1999/04/02 03:19:09 cgd Exp $ */
|
||||
/* $NetBSD: if_prom.c,v 1.13 1999/05/26 06:22:04 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 Christopher G. Demetriou. All rights reserved.
|
||||
|
@ -231,7 +231,7 @@ punt:
|
|||
printf("\n");
|
||||
printf("Boot device name was: \"%s\"\n", booted_dev_name);
|
||||
printf("\n");
|
||||
printf("Your firmware may be too old to network-boot NetBSD/Alpha,\n");
|
||||
printf("Your firmware may be too old to network-boot NetBSD/alpha,\n");
|
||||
printf("or you might have to hard-code an ethernet address into\n");
|
||||
printf("your network boot block with setnetbootinfo(8).\n");
|
||||
|
||||
|
|
Loading…
Reference in New Issue