[PATCH] - categorizing (XXX Lines) in NOTES

2001-11-26 Thread Hiten Pandya

hi all,

this patch will put an end to those XXX lines in the
NOTES file, which were regarding uncategorized
options.. such as USERCONFIG etc.

I am also attaching a tar.gz package which has the
patch compressed and archived.

thanks..
regards...

Hiten Pandya
[EMAIL PROTECTED]
[EMAIL PROTECTED]

PATCH is below...

*** 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.
  deviceatkbdc  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.
  deviceatkbdc  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.
  devicevga
  hint.vga.0.at=isa
***
*** 1231,1236 
--- 1226,1238 
  devicestar_saver
  devicewarp_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).
  devicevt
  hint.vt.0.at=isa
***
*** 1347,1355 
  deviceacpica
  options   ACPI_DEBUG
  
! #
  # Optional devices:
! #
  
  #
  # SCSI host adapters:
--- 1349,1357 
  deviceacpica
  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


__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



[PATCH] - categorizing (XXX Lines) in NOTES

2001-11-26 Thread Hiten Pandya

hi all,

this patch will put an end to those XXX lines in the
NOTES file, which were regarding uncategorized
options.. such as USERCONFIG etc.

I am also attaching a tar.gz package which has the
patch compressed and archived.

thanks..
regards...

Hiten Pandya
[EMAIL PROTECTED]
[EMAIL PROTECTED]

PATCH is below...

*** 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.
  deviceatkbdc  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.
  deviceatkbdc  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.
  devicevga
  hint.vga.0.at=isa
***
*** 1231,1236 
--- 1226,1238 
  devicestar_saver
  devicewarp_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).
  devicevt
  hint.vt.0.at=isa
***
*** 1347,1355 
  deviceacpica
  options   ACPI_DEBUG
  
! #
  # Optional devices:
! #
  
  #
  # SCSI host adapters:
--- 1349,1357 
  deviceacpica
  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


=
regards,
Hiten Pandya
[EMAIL PROTECTED]
http://geocities.com/hitmaster2k

MOTD: I just like _pumping_ the daylights out of a
PENGUIN!!!

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: [PATCH] - categorizing (XXX Lines) in NOTES

2001-11-26 Thread Mike Smith

 hi all,
 
 this patch will put an end to those XXX lines in the
 NOTES file, which were regarding uncategorized
 options.. such as USERCONFIG etc.
 
 I am also attaching a tar.gz package which has the
 patch compressed and archived.

This is NOT how to do this.

File a PR containing the patch, and then post a reference to the PR.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: i386/32269: [PATCH] - categorizing (XXX Lines) in NOTES

2001-11-26 Thread Hiten Pandya

hi all,
i am attaching the pointer to the PR of this...
thanks..

and i am very sorry for any misbehavment i have caused
and i will see to it so that it does not happen again,

regards...

Hiten Pandya
[EMAIL PROTECTED]

Note: forwarded message attached.


__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
---BeginMessage---

Thank you very much for your problem report.
It has the internal identification `i386/32269'.
The individual assigned to look at your
report is: freebsd-bugs. 

You can access the state of your problem report at any time
via this link:

http://www.freebsd.org/cgi/query-pr.cgi?pr=32269

Category:   i386
Responsible:freebsd-bugs
Synopsis:   [PATCH] - categorizing (XXX Lines) in NOTES
Arrival-Date:   Sun Nov 25 06:50:00 PST 2001
---End Message---


[PATCH] - categorizing (XXX Lines) in NOTES

2001-11-25 Thread Hiten Pandya

hi all,

this patch will put an end to those XXX lines in the
NOTES file, which were regarding uncategorized
options.. such as USERCONFIG etc.

PATCH is below...
(start)
*** 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.
  deviceatkbdc  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.
  deviceatkbdc  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.
  devicevga
  hint.vga.0.at=isa
***
*** 1231,1236 
--- 1226,1238 
  devicestar_saver
  devicewarp_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).
  devicevt
  hint.vt.0.at=isa
***
*** 1347,1355 
  deviceacpica
  options   ACPI_DEBUG
  
! #
  # Optional devices:
! #
  
  #
  # SCSI host adapters:
--- 1349,1357 
  deviceacpica
  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

---(end)



=
regards,
Hiten Pandya
[EMAIL PROTECTED]
http://geocities.com/hitmaster2k

MOTD: I just like _pumping_ the daylights out of a
PENGUIN!!!

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message