diff options
Diffstat (limited to 'sys/arch/powerpc/stand/ofdev.h')
-rw-r--r-- | sys/arch/powerpc/stand/ofdev.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/stand/ofdev.h b/sys/arch/powerpc/stand/ofdev.h index d6e0d5231aa..64b1a944a3f 100644 --- a/sys/arch/powerpc/stand/ofdev.h +++ b/sys/arch/powerpc/stand/ofdev.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ofdev.h,v 1.2 1996/12/28 06:09:32 rahnds Exp $ */ /* $NetBSD: ofdev.h,v 1.1 1996/09/30 16:35:04 ws Exp $ */ /* @@ -44,7 +45,7 @@ struct of_dev { #define OFDEV_NET 1 #define OFDEV_DISK 2 -#define DEFAULT_KERNEL "/netbsd" +#define DEFAULT_KERNEL "/bsd" extern char opened_name[]; extern int floppyboot; |