From owner-cvs-src@FreeBSD.ORG Tue Jul 1 08:13:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F62A37B401; Tue, 1 Jul 2003 08:13:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADEC643FBF; Tue, 1 Jul 2003 08:13:07 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h61FD70U018261; Tue, 1 Jul 2003 08:13:07 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h61FD7kP018257; Tue, 1 Jul 2003 08:13:07 -0700 (PDT) Message-Id: <200307011513.h61FD7kP018257@repoman.freebsd.org> From: Thomas Moestl Date: Tue, 1 Jul 2003 08:13:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/conf GENERIC NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 15:13:08 -0000 tmm 2003/07/01 08:13:07 PDT FreeBSD src repository Modified files: sys/sparc64/conf GENERIC NOTES Log: Add a commented-out entry for OFW_NEWPCI to GENERIC and NOTES, along with a comment describing it's advantages and the implication of changing it. While being there, fix a typo in NOTES. The option is not enabled in NOTES for now since large portions of code are conditional on it being disabled, too. Revision Changes Path 1.57 +8 -0 src/sys/sparc64/conf/GENERIC 1.4 +9 -1 src/sys/sparc64/conf/NOTES