linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.5.42 Doc/kernel-parameters
@ 2002-10-15  4:36 Randy.Dunlap
  2002-10-15  5:31 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Randy.Dunlap @ 2002-10-15  4:36 UTC (permalink / raw)
  To: torvalds, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 103 bytes --]

Hi,

Please apply to 2.5.42.
Updates/corrects Documentation/kernel-parameters.txt file.

Thanks,
~Randy

[-- Attachment #2: kernprms-2542.patch --]
[-- Type: text/plain, Size: 2032 bytes --]

--- ./Documentation/kernel-parameters.txt.2542	Fri Oct 11 21:22:47 2002
+++ ./Documentation/kernel-parameters.txt	Mon Oct 14 21:27:45 2002
@@ -23,6 +23,7 @@
 	HW	Appropriate hardware is enabled.
 	IA-32	IA-32 aka i386 architecture is enabled.
 	IA-64	IA-64 architecture is enabled.
+	IP_PNP	IP DCHP, BOOTP, or RARP is enabled.
 	ISAPNP  ISA PnP code is enabled.
 	ISDN	Appropriate ISDN support is enabled.
 	JOY 	Appropriate joystick support is enabled.
@@ -257,7 +258,7 @@
 
 	initrd=		[BOOT] Specify the location of the initial ramdisk. 
 
-	ip=		[PNP]
+	ip=		[IP_PNP]
 
 	isapnp=		[ISAPNP] Specify RDP, reset, pci_scan and verbosity.
 
@@ -279,10 +280,14 @@
  
 	kbd-reset	[VT]
 
-	keep_initrd	[HW, ARM]
+	keepinitrd	[HW, ARM]
 
 	load_ramdisk=	[RAM] List of ramdisks to load from floppy.
 
+	lockd.udpport=	[NFS]
+
+	lockd.tcpport=	[NFS]
+
 	logi_busmouse=	[HW, MOUSE]
 
 	lp=0		[LP]	Specify parallel ports to use, e.g,
@@ -323,6 +328,8 @@
 				to off as the mainboard support is not always present.
 				You must activate it as a boot option
 
+	mca-pentium	[BUGS=IA-32]
+
 	mcd=		[HW,CD]
 
 	mcdx=		[HW,CD]
@@ -335,6 +342,11 @@
 
 	megaraid=	[HW,SCSI]
  
+	mem=exactmap	[KNL,BOOT,IA-32] enable setting of an exact
+			e820 memory map, as specified by the user.
+			Such mem=exactmap lines can be constructed
+			based on BIOS output or other requirements.
+
 	mem=nn[KMG]	[KNL,BOOT] force use of a specific amount of
 			memory; to be used when the kernel is not able
 			to see the whole system memory or for test.
@@ -390,7 +402,9 @@
 
 	nohlt		[BUGS=ARM]
  
-	no-hlt		[BUGS=IA-32]
+	no-hlt		[BUGS=IA-32] Tells the kernel that the hlt
+			instruction doesn't work correctly and not to
+			use it.
 
 	noht		[SMP,IA-32] Disables P4 Xeon(tm) HyperThreading.
 
@@ -536,6 +550,10 @@
 	ro		[KNL] Mount root device read-only on boot.
 
 	root=		[KNL] root filesystem.
+
+	rootflags=	[KNL] set root filesystem mount option string
+
+	rootfstype=	[KNL] set root filesystem type
 
 	rw		[KNL] Mount root device read-write on boot.
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] 2.5.42 Doc/kernel-parameters
  2002-10-15  4:36 [PATCH] 2.5.42 Doc/kernel-parameters Randy.Dunlap
@ 2002-10-15  5:31 ` Greg KH
  2002-10-15 14:50   ` rddunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2002-10-15  5:31 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: torvalds, linux-kernel

On Mon, Oct 14, 2002 at 09:36:18PM -0700, Randy.Dunlap wrote:
> Hi,
> 
> Please apply to 2.5.42.
> Updates/corrects Documentation/kernel-parameters.txt file.

You forgot to add the "nousb" flag that you wrote the patch for :)

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] 2.5.42 Doc/kernel-parameters
  2002-10-15  5:31 ` Greg KH
@ 2002-10-15 14:50   ` rddunlap
  2002-10-15 16:07     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: rddunlap @ 2002-10-15 14:50 UTC (permalink / raw)
  To: Greg KH; +Cc: Randy.Dunlap, torvalds, linux-kernel

On Mon, 14 Oct 2002, Greg KH wrote:

| On Mon, Oct 14, 2002 at 09:36:18PM -0700, Randy.Dunlap wrote:
| > Hi,
| >
| > Please apply to 2.5.42.
| > Updates/corrects Documentation/kernel-parameters.txt file.
|
| You forgot to add the "nousb" flag that you wrote the patch for :)

Yes, I have a bit of catching-up to do.
I'll get to that.

Will you push it to Linus?

-- 
~Randy
  "Do you need telco grade soundblaster 16 ?" -- Alan Cox


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] 2.5.42 Doc/kernel-parameters
  2002-10-15 14:50   ` rddunlap
@ 2002-10-15 16:07     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2002-10-15 16:07 UTC (permalink / raw)
  To: rddunlap; +Cc: Randy.Dunlap, torvalds, linux-kernel

On Tue, Oct 15, 2002 at 07:50:48AM -0700, rddunlap@osdl.org wrote:
> On Mon, 14 Oct 2002, Greg KH wrote:
> 
> | On Mon, Oct 14, 2002 at 09:36:18PM -0700, Randy.Dunlap wrote:
> | > Hi,
> | >
> | > Please apply to 2.5.42.
> | > Updates/corrects Documentation/kernel-parameters.txt file.
> |
> | You forgot to add the "nousb" flag that you wrote the patch for :)
> 
> Yes, I have a bit of catching-up to do.
> I'll get to that.
> 
> Will you push it to Linus?

The nousb patch?  I already did, it's in his tree.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-15 16:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-15  4:36 [PATCH] 2.5.42 Doc/kernel-parameters Randy.Dunlap
2002-10-15  5:31 ` Greg KH
2002-10-15 14:50   ` rddunlap
2002-10-15 16:07     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).