From owner-cvs-src@FreeBSD.ORG Fri Nov 14 12:22:34 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 09A7C16A4D2 for ; Fri, 14 Nov 2003 12:22:34 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 18CD543FD7 for ; Fri, 14 Nov 2003 12:22:32 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 48378 invoked by uid 1000); 14 Nov 2003 20:22:33 -0000 Date: Fri, 14 Nov 2003 12:22:33 -0800 (PST) From: Nate Lawson To: Jake Burkholder In-Reply-To: <20031114053225.07C4916A54F@hub.freebsd.org> Message-ID: <20031114122118.S48322@root.org> References: <20031114053225.07C4916A54F@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/conf GENERIC 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: Fri, 14 Nov 2003 20:22:34 -0000 On Thu, 13 Nov 2003, Jake Burkholder wrote: > Modified files: > sys/sparc64/conf GENERIC > Log: > Rev 1.61 accidentily added makeoptions NO_MODULES=yes. Funny that I add this > to all my kernel configs. > > Submitted by: Hidetoshi Shimokawa > > Revision Changes Path > 1.64 +10 -11 src/sys/sparc64/conf/GENERIC Ok, but did you intend to revert a lot of your previous commit? -Nate > --- src/sys/sparc64/conf/GENERIC:1.63 Mon Nov 10 23:49:13 2003 > +++ src/sys/sparc64/conf/GENERIC Thu Nov 13 21:31:50 2003 > @@ -28,7 +28,6 @@ > #hints "GENERIC.hints" #Default places to look for devices. > > makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols > -makeoptions NO_MODULES=yes > > # Platforms supported > # At this time all platforms are supported, as-is. > @@ -61,8 +60,8 @@ > options DDB #Enable the kernel debugger > options INVARIANTS #Enable calls of extra sanity checking > options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS > -options WITNESS #Enable checks to detect deadlocks and cycles > -options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed > +#options WITNESS #Enable checks to detect deadlocks and cycles > +#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed > > # To make an SMP kernel, the next line is needed > options SMP # Symmetric MultiProcessor Kernel > @@ -120,10 +119,10 @@ > > > # syscons is the default console driver, resembling an SCO console > -#device sc > -#device creator # Creator graphics cards > -#device splash # Splash screen and screen saver support > -#options KBD_INSTALL_CDEV > +device sc > +device creator # Creator graphics cards > +device splash # Splash screen and screen saver support > +options KBD_INSTALL_CDEV > > device ofw_console # OpenBoot firmware console device > > @@ -133,10 +132,10 @@ > device "mk48txx" # Mostek MK48T02, MK48T08, MK48T59 clock > > # Serial (COM) ports > -device sab # Siemens SAB82532 based serial ports > -device zs # Zilog 8530 based serial ports > -#device uart # Multi-uart driver > -#device puc # Multi-channel uarts > +#device sab # Siemens SAB82532 based serial ports > +#device zs # Zilog 8530 based serial ports > +device uart # Multi-uart driver > +device puc # Multi-channel uarts > > # Parallel port > #device ppc >