diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-11-28 23:23:05 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-11-28 23:23:05 +0000 |
commit | cb4524d7cd8583887a65fc84aec223169ea4c0bb (patch) | |
tree | d6fd2ebe15a34e3a78104bd915b7084dbc9c0491 /sys/arch | |
parent | 52562d87aa46cf5c28d6af4ca81986b17b996dc9 (diff) |
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.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc/conf/GENERICMAC | 4 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISKMAC | 4 |
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 |