aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_output.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-11-06 12:06:53 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-11-06 12:06:53 -0500
commitbee42f626e2fee83cb7b51be9dc658c4f4046e77 (patch)
treea1abdfc1067ea4ae655f5832545b778a1608a881 /net/ipv6/xfrm6_output.c
parent64cb104e9d52f60cc18b9ed0d17edb34110a46b2 (diff)
parentc4972f33169e3e1ce06ad00917ddaf2c3b49b36a (diff)
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
* 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6: [S390] IRQs too early enabled. [S390] revert add_active_range() usage patch.
Diffstat (limited to 'net/ipv6/xfrm6_output.c')
0 files changed, 0 insertions, 0 deletions
" or "S" for None, Odd, Even, Mark or Space. "None" is the default. <stop> is "7" or "8" for the number of bits per character. "8" is the default. <flow> is "r" to use flow control (XCTS on serial port 2 only). The default is to not use flow control. For example: console=ttyS0,115200 To use the first on-chip serial port at baud rate 115200, no parity, 8 bits, and no flow control. (*) root=<xxxx> This specifies the device upon which the root filesystem resides. It may be specified by major and minor number, device path, or even partition uuid, if supported. For example: /dev/nfs NFS root filesystem /dev/mtdblock3 Fourth RedBoot partition on the System Flash PARTUUID=00112233-4455-6677-8899-AABBCCDDEEFF/PARTNROFF=1 first partition after the partition with the given UUID 253:0 Device with major 253 and minor 0 Authoritative information can be found in "Documentation/kernel-parameters.txt". (*) rw Start with the root filesystem mounted Read/Write. The remaining components are all optional: (*) ip=<ip>::::<host>:<iface>:<cfg> Configure the network interface. If <cfg> is "off" then <ip> should specify the IP address for the network device <iface>. <host> provide the hostname for the device. If <cfg> is "bootp" or "dhcp", then all of these parameters will be discovered by consulting a BOOTP or DHCP server. For example, the following might be used: ip=192.168.73.12::::frv:eth0:off This sets the IP address on the VDK motherboard RTL8029 ethernet chipset (eth0) to be 192.168.73.12, and sets the board's hostname to be "frv". (*) nfsroot=<server>:<dir>[,v<vers>] This is mandatory if "root=/dev/nfs" is given as an option. It tells the kernel the IP address of the NFS server providing its root filesystem, and the pathname on that server of the filesystem. The NFS version to use can also be specified. v2 and v3 are supported by Linux. For example: nfsroot=192.168.73.1:/nfsroot-frv (*) profile=1 Turns on the kernel profiler (accessible through /proc/profile). (*) console=gdb0 This can be used as an alternative to the "console=ttyS..." listed above. I tells the kernel to pass the console output to GDB if the gdbstub is compiled in to the kernel. If this is used, then the gdbstub passes the text to GDB, which then simply dumps it to its standard output. (*) mem=<xxx>M Normally the kernel will work out how much SDRAM it has by reading the SDRAM controller registers. That can be overridden with this option. This allows the kernel to be told that it has <xxx> megabytes of memory available. (*) init=<prog> [<arg> [<arg> [<arg> ...]]] This tells the kernel what program to run initially. By default this is /sbin/init, but /sbin/sash or /bin/sh are common alternatives.