From 03f0ae227d412cb099102a049030b29d70b088ec Mon Sep 17 00:00:00 2001 From: marius Date: Wed, 28 Nov 2007 19:47:36 +0000 Subject: [PATCH] Revert the "machine" directive part of the previous commit in order to unbreak existing configs and LINT. --- sys/sparc64/conf/DEFAULTS | 3 ++- sys/sparc64/conf/GENERIC | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/sparc64/conf/DEFAULTS b/sys/sparc64/conf/DEFAULTS index a54ee1645cd..06aa03c2a8c 100644 --- a/sys/sparc64/conf/DEFAULTS +++ b/sys/sparc64/conf/DEFAULTS @@ -3,7 +3,8 @@ # # $FreeBSD$ -machine sparc64 +# Not yet, this would break all existing configs +#machine sparc64 # Pseudo devices. device mem # Memory and kernel memory devices diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 8331e22a445..ac0424cf3f0 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -20,6 +20,7 @@ # # $FreeBSD$ +machine sparc64 cpu SUN4U ident GENERIC -- 2.45.2