summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/stand/ofdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/powerpc/stand/ofdev.h')
-rw-r--r--sys/arch/powerpc/stand/ofdev.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/powerpc/stand/ofdev.h b/sys/arch/powerpc/stand/ofdev.h
index 64b1a944a3f..2910ac51460 100644
--- a/sys/arch/powerpc/stand/ofdev.h
+++ b/sys/arch/powerpc/stand/ofdev.h
@@ -1,5 +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 $ */
+/* $NetBSD: ofdev.h,v 1.1 1997/04/16 20:29:22 thorpej Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -45,7 +44,11 @@ struct of_dev {
#define OFDEV_NET 1
#define OFDEV_DISK 2
+#ifdef MAC
+#define DEFAULT_KERNEL ":bsd"
+#else
#define DEFAULT_KERNEL "/bsd"
+#endif
extern char opened_name[];
extern int floppyboot;