From owner-cvs-all@FreeBSD.ORG Thu Dec 8 10:56:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4188A16A420; Thu, 8 Dec 2005 10:56:48 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC1243D4C; Thu, 8 Dec 2005 10:56:47 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jB8AulUa071207; Thu, 8 Dec 2005 10:56:47 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jB8AulGl071206; Thu, 8 Dec 2005 10:56:47 GMT (envelope-from marius) Message-Id: <200512081056.jB8AulGl071206@repoman.freebsd.org> From: Marius Strobl Date: Thu, 8 Dec 2005 10:56:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files files.powerpc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2005 10:56:48 -0000 marius 2005-12-08 10:56:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files files.powerpc Log: MFC: sys/conf/files 1.1066, sys/conf/files.powerpc 1.47 Move zs.c from files to files.powerpc as zs(4) by now is only supported on powerpc (more or less...). That way people updating from FreeBSD 5 to FreeBSD 6 and beyond on sparc64 will get an error from config(8) rather than a mysterious compile error when they have a stale 'device zs' in their kernel config file. Revision Changes Path 1.1031.2.11 +0 -1 src/sys/conf/files 1.44.2.1 +1 -0 src/sys/conf/files.powerpc