diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 38d7db3262c7..6b8ad06846c4 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -496,6 +496,30 @@ and is between 256 and 4096 characters. It is defined in the file | |||
496 | Format: <area>[,<node>] | 496 | Format: <area>[,<node>] |
497 | See also Documentation/networking/decnet.txt. | 497 | See also Documentation/networking/decnet.txt. |
498 | 498 | ||
499 | default_blu= [VT] | ||
500 | Format: <blue0>,<blue1>,<blue2>,...,<blue15> | ||
501 | Change the default blue palette of the console. | ||
502 | This is a 16-member array composed of values | ||
503 | ranging from 0-255. | ||
504 | |||
505 | default_grn= [VT] | ||
506 | Format: <green0>,<green1>,<green2>,...,<green15> | ||
507 | Change the default green palette of the console. | ||
508 | This is a 16-member array composed of values | ||
509 | ranging from 0-255. | ||
510 | |||
511 | default_red= [VT] | ||
512 | Format: <red0>,<red1>,<red2>,...,<red15> | ||
513 | Change the default red palette of the console. | ||
514 | This is a 16-member array composed of values | ||
515 | ranging from 0-255. | ||
516 | |||
517 | default_utf8= [VT] | ||
518 | Format=<0|1> | ||
519 | Set system-wide default UTF-8 mode for all tty's. | ||
520 | Default is 0 and by setting to 1, it enables UTF-8 | ||
521 | mode for all newly opened or allocated terminals. | ||
522 | |||
499 | dhash_entries= [KNL] | 523 | dhash_entries= [KNL] |
500 | Set number of hash buckets for dentry cache. | 524 | Set number of hash buckets for dentry cache. |
501 | 525 | ||
@@ -816,6 +840,11 @@ and is between 256 and 4096 characters. It is defined in the file | |||
816 | lasi= [HW,SCSI] PARISC LASI driver for the 53c700 chip | 840 | lasi= [HW,SCSI] PARISC LASI driver for the 53c700 chip |
817 | Format: addr:<io>,irq:<irq> | 841 | Format: addr:<io>,irq:<irq> |
818 | 842 | ||
843 | legacy_serial.force [HW,IA-32,X86-64] | ||
844 | Probe for COM ports at legacy addresses even | ||
845 | if PNPBIOS or ACPI should describe them. This | ||
846 | is for working around firmware defects. | ||
847 | |||
819 | llsc*= [IA64] See function print_params() in | 848 | llsc*= [IA64] See function print_params() in |
820 | arch/ia64/sn/kernel/llsc4.c. | 849 | arch/ia64/sn/kernel/llsc4.c. |
821 | 850 | ||
@@ -1578,6 +1607,17 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1578 | smp-alt-once [IA-32,SMP] On a hotplug CPU system, only | 1607 | smp-alt-once [IA-32,SMP] On a hotplug CPU system, only |
1579 | attempt to substitute SMP alternatives once at boot. | 1608 | attempt to substitute SMP alternatives once at boot. |
1580 | 1609 | ||
1610 | smsc-ircc2.nopnp [HW] Don't use PNP to discover SMC devices | ||
1611 | smsc-ircc2.ircc_cfg= [HW] Device configuration I/O port | ||
1612 | smsc-ircc2.ircc_sir= [HW] SIR base I/O port | ||
1613 | smsc-ircc2.ircc_fir= [HW] FIR base I/O port | ||
1614 | smsc-ircc2.ircc_irq= [HW] IRQ line | ||
1615 | smsc-ircc2.ircc_dma= [HW] DMA channel | ||
1616 | smsc-ircc2.ircc_transceiver= [HW] Transceiver type: | ||
1617 | 0: Toshiba Satellite 1800 (GP data pin select) | ||
1618 | 1: Fast pin select (default) | ||
1619 | 2: ATC IRMode | ||
1620 | |||
1581 | snd-ad1816a= [HW,ALSA] | 1621 | snd-ad1816a= [HW,ALSA] |
1582 | 1622 | ||
1583 | snd-ad1848= [HW,ALSA] | 1623 | snd-ad1848= [HW,ALSA] |