From nobody@FreeBSD.org  Sun Nov 25 06:43:39 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id AEBE337B417
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 25 Nov 2001 06:43:39 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id fAPEhcH01638;
	Sun, 25 Nov 2001 06:43:38 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200111251443.fAPEhcH01638@freefall.freebsd.org>
Date: Sun, 25 Nov 2001 06:43:38 -0800 (PST)
From: Hiten Pandya <hitmaster2k@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] - categorizing (XXX Lines) in NOTES 
X-Send-Pr-Version: www-1.0

>Number:         32269
>Category:       i386
>Synopsis:       [PATCH] - categorizing (XXX Lines) in NOTES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 25 06:50:00 PST 2001
>Closed-Date:    Mon Feb 18 11:13:52 PST 2002
>Last-Modified:  Mon Feb 18 11:14:37 PST 2002
>Originator:     Hiten Pandya
>Release:        5.0-CURRENT
>Organization:
>Environment:
5.0-CURRENT (i386) - Kernel Compiled on Sun Nov 25 2001 hitenp@nautilus.org
>Description:
this patch will put an end to those XXX lines in the
NOTES file, which were regarding uncategorized
options.. such as USERCONFIG etc.

>How-To-Repeat:
visit the latest src/sys/i386/conf/NOTES file and find the XXX Lines.
>Fix:
*** NOTES.old	Sun Nov 25 12:54:58 2001
--- NOTES	Sun Nov 25 13:11:35 2001
***************
*** 292,298 ****
  #
  # Implement system calls compatible with 4.3BSD and older versions of
  # FreeBSD.  You probably do NOT want to remove this as much current code
! # still relies on the 4.3 emulation.
  #
  options 	COMPAT_43
  
--- 292,299 ----
  #
  # Implement system calls compatible with 4.3BSD and older versions of
  # FreeBSD.  You probably do NOT want to remove this as much current code
! # still relies on the 4.3 emulation.# XXX - this doesn't belong here.
! 
  #
  options 	COMPAT_43
  
***************
*** 420,435 ****
  #
  options 	COMPILING_LINT
  
- 
- # XXX - this doesn't belong here.
- # Allow ordinary users to take the console - this is useful for X.
- options 	UCONSOLE
- 
- # XXX - this doesn't belong here either
- #options 	USERCONFIG		#boot -c editor
- #options 	INTRO_USERCONFIG	#imply -c and show intro screen
- #options 	VISUAL_USERCONFIG	#visual boot -c editor
- 
  #####################################################################
  # NETWORKING OPTIONS
  
--- 421,426 ----
***************
*** 1150,1158 ****
  # EISA, MCA, PCI and pccard are self identifying buses, so no hints
  # are needed.
  
! #
  # Mandatory devices:
! #
  
  # The keyboard controller; it controls the keyboard and the PS/2 mouse.
  device		atkbdc	1
--- 1141,1149 ----
  # EISA, MCA, PCI and pccard are self identifying buses, so no hints
  # are needed.
  
! #------------------------------------------------------------------------------
  # Mandatory devices:
! #------------------------------------------------------------------------------
  
  # The keyboard controller; it controls the keyboard and the PS/2 mouse.
  device		atkbdc	1
***************
*** 1189,1194 ****
--- 1180,1189 ----
  					#for some laptops
  options 	PSM_RESETAFTERSUSPEND	#reset the device at the resume event
  
+ #------------------------------------------------------------------------------
+ # Video/Display Related Configuration Options
+ #------------------------------------------------------------------------------
+ 
  # The video card driver.
  device		vga
  hint.vga.0.at="isa"
***************
*** 1231,1236 ****
--- 1226,1238 ----
  device		star_saver
  device		warp_saver
  
+ #------------------------------------------------------------------------------
+ # Console Related Configuration Options
+ #------------------------------------------------------------------------------
+ 
+ # Allow ordinary users to take the console - this is useful for X.
+ options 	UCONSOLE
+ 
  # The pcvt console driver (vt220 compatible).
  device		vt
  hint.vt.0.at="isa"
***************
*** 1347,1355 ****
  device		acpica
  options 	ACPI_DEBUG
  
! #
  # Optional devices:
! #
  
  #
  # SCSI host adapters:
--- 1349,1357 ----
  device		acpica
  options 	ACPI_DEBUG
  
! #------------------------------------------------------------------------------
  # Optional devices:
! #------------------------------------------------------------------------------
  
  #
  # SCSI host adapters:
***************
*** 2891,2897 ****
--- 2893,2905 ----
  options 	PANIC_REBOOT_WAIT_TIME=16
  
  #####################################################################
+ # MISCELLENEOUS OPTIONS
  
+ #options 	USERCONFIG		#boot -c editor
+ #options 	INTRO_USERCONFIG	#imply -c and show intro screen
+ #options 	VISUAL_USERCONFIG	#visual boot -c editor
+ 
+ #####################################################################
  # More undocumented options for linting.
  # Note that documenting these are not considered an affront.
  
***************
*** 2955,2958 ****
  
  options 	VM_KMEM_SIZE
  options 	VM_KMEM_SIZE_MAX
! options 	VM_KMEM_SIZE_SCALE
--- 2963,2966 ----
  
  options 	VM_KMEM_SIZE
  options 	VM_KMEM_SIZE_MAX
! options 	VM_KMEM_SIZE_SCALE

>Release-Note:
>Audit-Trail:

From: Makoto Matsushita <matusita@jp.freebsd.org>
To: freebsd-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: i386/32269: [PATCH] - categorizing (XXX Lines) in NOTES
Date: Tue, 27 Nov 2001 11:15:42 +0900

 hitmaster2k> this patch will put an end to those XXX lines in the
 hitmaster2k> NOTES file, which were regarding uncategorized
 hitmaster2k> options.. such as USERCONFIG etc.
 
 You can simply remove USERCONFIG and its friends.  These were already removed.
 
 -- -
 Makoto `MAR' Matsushita
State-Changed-From-To: open->closed 
State-Changed-By: joe 
State-Changed-When: Mon Feb 18 11:13:52 PST 2002 
State-Changed-Why:  
Requested by the submitter due to misfiling. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32269 
>Unformatted:
