summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/stand/netboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/stand/netboot.c')
-rw-r--r--sys/arch/hp300/stand/netboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/hp300/stand/netboot.c b/sys/arch/hp300/stand/netboot.c
index 34e9aee755b..0d973073312 100644
--- a/sys/arch/hp300/stand/netboot.c
+++ b/sys/arch/hp300/stand/netboot.c
@@ -56,7 +56,7 @@ extern int cons_scode;
char *name;
char *names[] = {
- "netbsd", "onetbsd", "netbsd.old",
+ "bsd", "obsd", "bsd.old",
};
#define NUMNAMES (sizeof(names)/sizeof(char *))