summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrahnds <rahnds@openbsd.org>1999-11-28 23:23:03 +0000
committerrahnds <rahnds@openbsd.org>1999-11-28 23:23:03 +0000
commit89d2b60620c18d45b11069ac49020dfdb892e305 (patch)
treecdfabf2dd9725bf4b160a1c3d3e67b9c527e4613
parentLower NKMEMCLUSTERS from 128MB to 16MB. Currently the vm size for powerpc (diff)
downloadwireguard-openbsd-89d2b60620c18d45b11069ac49020dfdb892e305.tar.xz
wireguard-openbsd-89d2b60620c18d45b11069ac49020dfdb892e305.zip
Make the default system type to be APPL for these kernels. probably
will cause them to fail in an interesting way if they are booted on non apple machine, but temporarily remove the requirement to put the model names in a table. Workaround until the model/compatibility recognition is done better.
-rw-r--r--sys/arch/powerpc/conf/GENERICMAC4
-rw-r--r--sys/arch/powerpc/conf/RAMDISKMAC4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/powerpc/conf/GENERICMAC b/sys/arch/powerpc/conf/GENERICMAC
index 371f238a01a..ac79089edd2 100644
--- a/sys/arch/powerpc/conf/GENERICMAC
+++ b/sys/arch/powerpc/conf/GENERICMAC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERICMAC,v 1.1 1999/11/08 23:53:56 rahnds Exp $
+# $OpenBSD: GENERICMAC,v 1.2 1999/11/28 23:23:04 rahnds Exp $
#
# PPC GENERIC config file
#
@@ -9,7 +9,7 @@ maxusers 32
# default type, instructs system to try to determin what proper type is
# actual machine type probed via name of openfirmware root node.
-option SYS_TYPE=OFWMACH
+option SYS_TYPE=APPL
option FIREPOWERBUGS
options PPC_MPC106_BUG
diff --git a/sys/arch/powerpc/conf/RAMDISKMAC b/sys/arch/powerpc/conf/RAMDISKMAC
index 0a7353d15ac..f4f7d6af6c7 100644
--- a/sys/arch/powerpc/conf/RAMDISKMAC
+++ b/sys/arch/powerpc/conf/RAMDISKMAC
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKMAC,v 1.1 1999/11/08 23:53:56 rahnds Exp $
+# $OpenBSD: RAMDISKMAC,v 1.2 1999/11/28 23:23:03 rahnds Exp $
#
# PPC GENERIC config file
#
@@ -9,7 +9,7 @@ maxusers 32
# default type, instructs system to try to determin what proper type is
# actual machine type probed via name of openfirmware root node.
-option SYS_TYPE=OFWMACH
+option SYS_TYPE=APPL
option FIREPOWERBUGS
options PPC_MPC106_BUG