diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 15d8216a9345..cdd5b934f43e 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -496,6 +496,11 @@ and is between 256 and 4096 characters. It is defined in the file | |||
496 | switching to the matching ttyS device later. The | 496 | switching to the matching ttyS device later. The |
497 | options are the same as for ttyS, above. | 497 | options are the same as for ttyS, above. |
498 | 498 | ||
499 | If the device connected to the port is not a TTY but a braille | ||
500 | device, prepend "brl," before the device type, for instance | ||
501 | console=brl,ttyS0 | ||
502 | For now, only VisioBraille is supported. | ||
503 | |||
499 | earlycon= [KNL] Output early console device and options. | 504 | earlycon= [KNL] Output early console device and options. |
500 | uart[8250],io,<addr>[,options] | 505 | uart[8250],io,<addr>[,options] |
501 | uart[8250],mmio,<addr>[,options] | 506 | uart[8250],mmio,<addr>[,options] |
@@ -556,6 +561,8 @@ and is between 256 and 4096 characters. It is defined in the file | |||
556 | 1 will print _a lot_ more information - normally | 561 | 1 will print _a lot_ more information - normally |
557 | only useful to kernel developers. | 562 | only useful to kernel developers. |
558 | 563 | ||
564 | debug_objects [KNL] Enable object debugging | ||
565 | |||
559 | decnet.addr= [HW,NET] | 566 | decnet.addr= [HW,NET] |
560 | Format: <area>[,<node>] | 567 | Format: <area>[,<node>] |
561 | See also Documentation/networking/decnet.txt. | 568 | See also Documentation/networking/decnet.txt. |
@@ -1087,9 +1094,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1087 | mac5380= [HW,SCSI] Format: | 1094 | mac5380= [HW,SCSI] Format: |
1088 | <can_queue>,<cmd_per_lun>,<sg_tablesize>,<hostid>,<use_tags> | 1095 | <can_queue>,<cmd_per_lun>,<sg_tablesize>,<hostid>,<use_tags> |
1089 | 1096 | ||
1090 | mac53c9x= [HW,SCSI] Format: | ||
1091 | <num_esps>,<disconnect>,<nosync>,<can_queue>,<cmd_per_lun>,<sg_tablesize>,<hostid>,<use_tags> | ||
1092 | |||
1093 | machvec= [IA64] Force the use of a particular machine-vector | 1097 | machvec= [IA64] Force the use of a particular machine-vector |
1094 | (machvec) in a generic kernel. | 1098 | (machvec) in a generic kernel. |
1095 | Example: machvec=hpzx1_swiotlb | 1099 | Example: machvec=hpzx1_swiotlb |