kernel-parameters.txt 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560
  1. February 2003 Kernel Parameters v2.5.59
  2. ~~~~~~~~~~~~~~~~~
  3. The following is a consolidated list of the kernel parameters as implemented
  4. (mostly) by the __setup() macro and sorted into English Dictionary order
  5. (defined as ignoring all punctuation and sorting digits before letters in a
  6. case insensitive manner), and with descriptions where known.
  7. Module parameters for loadable modules are specified only as the
  8. parameter name with optional '=' and value as appropriate, such as:
  9. modprobe usbcore blinkenlights=1
  10. Module parameters for modules that are built into the kernel image
  11. are specified on the kernel command line with the module name plus
  12. '.' plus parameter name, with '=' and value if appropriate, such as:
  13. usbcore.blinkenlights=1
  14. The text in square brackets at the beginning of the description state the
  15. restrictions on the kernel for the said kernel parameter to be valid. The
  16. restrictions referred to are that the relevant option is valid if:
  17. ACPI ACPI support is enabled.
  18. ALSA ALSA sound support is enabled.
  19. APIC APIC support is enabled.
  20. APM Advanced Power Management support is enabled.
  21. AX25 Appropriate AX.25 support is enabled.
  22. CD Appropriate CD support is enabled.
  23. DEVFS devfs support is enabled.
  24. DRM Direct Rendering Management support is enabled.
  25. EDD BIOS Enhanced Disk Drive Services (EDD) is enabled
  26. EFI EFI Partitioning (GPT) is enabled
  27. EIDE EIDE/ATAPI support is enabled.
  28. FB The frame buffer device is enabled.
  29. HW Appropriate hardware is enabled.
  30. IA-32 IA-32 aka i386 architecture is enabled.
  31. IA-64 IA-64 architecture is enabled.
  32. IOSCHED More than one I/O scheduler is enabled.
  33. IP_PNP IP DHCP, BOOTP, or RARP is enabled.
  34. ISAPNP ISA PnP code is enabled.
  35. ISDN Appropriate ISDN support is enabled.
  36. JOY Appropriate joystick support is enabled.
  37. LP Printer support is enabled.
  38. LOOP Loopback device support is enabled.
  39. M68k M68k architecture is enabled.
  40. These options have more detailed description inside of
  41. Documentation/m68k/kernel-options.txt.
  42. MCA MCA bus support is enabled.
  43. MDA MDA console support is enabled.
  44. MOUSE Appropriate mouse support is enabled.
  45. MTD MTD support is enabled.
  46. NET Appropriate network support is enabled.
  47. NUMA NUMA support is enabled.
  48. NFS Appropriate NFS support is enabled.
  49. OSS OSS sound support is enabled.
  50. PARIDE The ParIDE subsystem is enabled.
  51. PARISC The PA-RISC architecture is enabled.
  52. PCI PCI bus support is enabled.
  53. PCMCIA The PCMCIA subsystem is enabled.
  54. PNP Plug & Play support is enabled.
  55. PPC PowerPC architecture is enabled.
  56. PPT Parallel port support is enabled.
  57. PS2 Appropriate PS/2 support is enabled.
  58. RAM RAM disk support is enabled.
  59. S390 S390 architecture is enabled.
  60. SCSI Appropriate SCSI support is enabled.
  61. A lot of drivers has their options described inside of
  62. Documentation/scsi/.
  63. SELINUX SELinux support is enabled.
  64. SERIAL Serial support is enabled.
  65. SMP The kernel is an SMP kernel.
  66. SPARC Sparc architecture is enabled.
  67. SWSUSP Software suspension is enabled.
  68. TS Appropriate touchscreen support is enabled.
  69. USB USB support is enabled.
  70. USBHID USB Human Interface Device support is enabled.
  71. V4L Video For Linux support is enabled.
  72. VGA The VGA console has been enabled.
  73. VT Virtual terminal support is enabled.
  74. WDT Watchdog support is enabled.
  75. XT IBM PC/XT MFM hard disk support is enabled.
  76. X86-64 X86-64 architecture is enabled.
  77. More X86-64 boot options can be found in
  78. Documentation/x86_64/boot-options.txt .
  79. In addition, the following text indicates that the option:
  80. BUGS= Relates to possible processor bugs on the said processor.
  81. KNL Is a kernel start-up parameter.
  82. BOOT Is a boot loader parameter.
  83. Parameters denoted with BOOT are actually interpreted by the boot
  84. loader, and have no meaning to the kernel directly.
  85. Do not modify the syntax of boot loader parameters without extreme
  86. need or coordination with <Documentation/i386/boot.txt>.
  87. Note that ALL kernel parameters listed below are CASE SENSITIVE, and that
  88. a trailing = on the name of any parameter states that that parameter will
  89. be entered as an environment variable, whereas its absence indicates that
  90. it will appear as a kernel argument readable via /proc/cmdline by programs
  91. running once the system is up.
  92. 53c7xx= [HW,SCSI] Amiga SCSI controllers
  93. See header of drivers/scsi/53c7xx.c.
  94. See also Documentation/scsi/ncr53c7xx.txt.
  95. acpi= [HW,ACPI] Advanced Configuration and Power Interface
  96. Format: { force | off | ht | strict }
  97. force -- enable ACPI if default was off
  98. off -- disable ACPI if default was on
  99. noirq -- do not use ACPI for IRQ routing
  100. ht -- run only enough ACPI to enable Hyper Threading
  101. strict -- Be less tolerant of platforms that are not
  102. strictly ACPI specification compliant.
  103. See also Documentation/pm.txt, pci=noacpi
  104. acpi_sleep= [HW,ACPI] Sleep options
  105. Format: { s3_bios, s3_mode }
  106. See Documentation/power/video.txt
  107. acpi_sci= [HW,ACPI] ACPI System Control Interrupt trigger mode
  108. Format: { level | edge | high | low }
  109. acpi_irq_balance [HW,ACPI] ACPI will balance active IRQs
  110. default in APIC mode
  111. acpi_irq_nobalance [HW,ACPI] ACPI will not move active IRQs (default)
  112. default in PIC mode
  113. acpi_irq_pci= [HW,ACPI] If irq_balance, Clear listed IRQs for use by PCI
  114. Format: <irq>,<irq>...
  115. acpi_irq_isa= [HW,ACPI] If irq_balance, Mark listed IRQs used by ISA
  116. Format: <irq>,<irq>...
  117. acpi_osi= [HW,ACPI] empty param disables _OSI
  118. acpi_serialize [HW,ACPI] force serialization of AML methods
  119. acpi_skip_timer_override [HW,ACPI]
  120. Recognize and ignore IRQ0/pin2 Interrupt Override.
  121. For broken nForce2 BIOS resulting in XT-PIC timer.
  122. acpi_dbg_layer= [HW,ACPI]
  123. Format: <int>
  124. Each bit of the <int> indicates an acpi debug layer,
  125. 1: enable, 0: disable. It is useful for boot time
  126. debugging. After system has booted up, it can be set
  127. via /proc/acpi/debug_layer.
  128. acpi_dbg_level= [HW,ACPI]
  129. Format: <int>
  130. Each bit of the <int> indicates an acpi debug level,
  131. 1: enable, 0: disable. It is useful for boot time
  132. debugging. After system has booted up, it can be set
  133. via /proc/acpi/debug_level.
  134. acpi_fake_ecdt [HW,ACPI] Workaround failure due to BIOS lacking ECDT
  135. acpi_generic_hotkey [HW,ACPI]
  136. Allow consolidated generic hotkey driver to
  137. over-ride platform specific driver.
  138. See also Documentation/acpi-hotkey.txt.
  139. enable_timer_pin_1 [i386,x86-64]
  140. Enable PIN 1 of APIC timer
  141. Can be useful to work around chipset bugs (in particular on some ATI chipsets)
  142. The kernel tries to set a reasonable default.
  143. disable_timer_pin_1 [i386,x86-64]
  144. Disable PIN 1 of APIC timer
  145. Can be useful to work around chipset bugs.
  146. ad1816= [HW,OSS]
  147. Format: <io>,<irq>,<dma>,<dma2>
  148. See also Documentation/sound/oss/AD1816.
  149. ad1848= [HW,OSS]
  150. Format: <io>,<irq>,<dma>,<dma2>,<type>
  151. adlib= [HW,OSS]
  152. Format: <io>
  153. advansys= [HW,SCSI]
  154. See header of drivers/scsi/advansys.c.
  155. advwdt= [HW,WDT] Advantech WDT
  156. Format: <iostart>,<iostop>
  157. aedsp16= [HW,OSS] Audio Excel DSP 16
  158. Format: <io>,<irq>,<dma>,<mss_io>,<mpu_io>,<mpu_irq>
  159. See also header of sound/oss/aedsp16.c.
  160. aha152x= [HW,SCSI]
  161. See Documentation/scsi/aha152x.txt.
  162. aha1542= [HW,SCSI]
  163. Format: <portbase>[,<buson>,<busoff>[,<dmaspeed>]]
  164. aic7xxx= [HW,SCSI]
  165. See Documentation/scsi/aic7xxx.txt.
  166. aic79xx= [HW,SCSI]
  167. See Documentation/scsi/aic79xx.txt.
  168. AM53C974= [HW,SCSI]
  169. Format: <host-scsi-id>,<target-scsi-id>,<max-rate>,<max-offset>
  170. See also header of drivers/scsi/AM53C974.c.
  171. amijoy.map= [HW,JOY] Amiga joystick support
  172. Map of devices attached to JOY0DAT and JOY1DAT
  173. Format: <a>,<b>
  174. See also Documentation/kernel/input/joystick.txt
  175. analog.map= [HW,JOY] Analog joystick and gamepad support
  176. Specifies type or capabilities of an analog joystick
  177. connected to one of 16 gameports
  178. Format: <type1>,<type2>,..<type16>
  179. apc= [HW,SPARC] Power management functions (SPARCstation-4/5 + deriv.)
  180. Format: noidle
  181. Disable APC CPU standby support. SPARCstation-Fox does
  182. not play well with APC CPU idle - disable it if you have
  183. APC and your system crashes randomly.
  184. apic= [APIC,i386] Change the output verbosity whilst booting
  185. Format: { quiet (default) | verbose | debug }
  186. Change the amount of debugging information output
  187. when initialising the APIC and IO-APIC components.
  188. apm= [APM] Advanced Power Management
  189. See header of arch/i386/kernel/apm.c.
  190. applicom= [HW]
  191. Format: <mem>,<irq>
  192. arcrimi= [HW,NET] ARCnet - "RIM I" (entirely mem-mapped) cards
  193. Format: <io>,<irq>,<nodeID>
  194. ataflop= [HW,M68k]
  195. atarimouse= [HW,MOUSE] Atari Mouse
  196. atascsi= [HW,SCSI] Atari SCSI
  197. atkbd.extra= [HW] Enable extra LEDs and keys on IBM RapidAccess,
  198. EzKey and similar keyboards
  199. atkbd.reset= [HW] Reset keyboard during initialization
  200. atkbd.set= [HW] Select keyboard code set
  201. Format: <int> (2 = AT (default) 3 = PS/2)
  202. atkbd.scroll= [HW] Enable scroll wheel on MS Office and similar
  203. keyboards
  204. atkbd.softraw= [HW] Choose between synthetic and real raw mode
  205. Format: <bool> (0 = real, 1 = synthetic (default))
  206. atkbd.softrepeat=
  207. [HW] Use software keyboard repeat
  208. autotest [IA64]
  209. awe= [HW,OSS] AWE32/SB32/AWE64 wave table synth
  210. Format: <io>,<memsize>,<isapnp>
  211. aztcd= [HW,CD] Aztech CD268 CDROM driver
  212. Format: <io>,0x79 (?)
  213. baycom_epp= [HW,AX25]
  214. Format: <io>,<mode>
  215. baycom_par= [HW,AX25] BayCom Parallel Port AX.25 Modem
  216. Format: <io>,<mode>
  217. See header of drivers/net/hamradio/baycom_par.c.
  218. baycom_ser_fdx= [HW,AX25] BayCom Serial Port AX.25 Modem (Full Duplex Mode)
  219. Format: <io>,<irq>,<mode>[,<baud>]
  220. See header of drivers/net/hamradio/baycom_ser_fdx.c.
  221. baycom_ser_hdx= [HW,AX25] BayCom Serial Port AX.25 Modem (Half Duplex Mode)
  222. Format: <io>,<irq>,<mode>
  223. See header of drivers/net/hamradio/baycom_ser_hdx.c.
  224. blkmtd_device= [HW,MTD]
  225. blkmtd_erasesz=
  226. blkmtd_ro=
  227. blkmtd_bs=
  228. blkmtd_count=
  229. bttv.card= [HW,V4L] bttv (bt848 + bt878 based grabber cards)
  230. bttv.radio= Most important insmod options are available as kernel args too.
  231. bttv.pll= See Documentation/video4linux/bttv/Insmod-options
  232. bttv.tuner= and Documentation/video4linux/bttv/CARDLIST
  233. BusLogic= [HW,SCSI]
  234. See drivers/scsi/BusLogic.c, comment before function
  235. BusLogic_ParseDriverOptions().
  236. c101= [NET] Moxa C101 synchronous serial card
  237. cachesize= [BUGS=IA-32] Override level 2 CPU cache size detection.
  238. Sometimes CPU hardware bugs make them report the cache
  239. size incorrectly. The kernel will attempt work arounds
  240. to fix known problems, but for some CPUs it is not
  241. possible to determine what the correct size should be.
  242. This option provides an override for these situations.
  243. cdu31a= [HW,CD]
  244. Format: <io>,<irq>[,PAS]
  245. See header of drivers/cdrom/cdu31a.c.
  246. chandev= [HW,NET] Generic channel device initialisation
  247. checkreqprot [SELINUX] Set initial checkreqprot flag value.
  248. Format: { "0" | "1" }
  249. See security/selinux/Kconfig help text.
  250. 0 -- check protection applied by kernel (includes any implied execute protection).
  251. 1 -- check protection requested by application.
  252. Default value is set via a kernel config option.
  253. Value can be changed at runtime via /selinux/checkreqprot.
  254. clock= [BUGS=IA-32, HW] gettimeofday timesource override.
  255. Forces specified timesource (if avaliable) to be used
  256. when calculating gettimeofday(). If specicified timesource
  257. is not avalible, it defaults to PIT.
  258. Format: { pit | tsc | cyclone | pmtmr }
  259. hpet= [IA-32,HPET] option to disable HPET and use PIT.
  260. Format: disable
  261. cm206= [HW,CD]
  262. Format: { auto | [<io>,][<irq>] }
  263. com20020= [HW,NET] ARCnet - COM20020 chipset
  264. Format: <io>[,<irq>[,<nodeID>[,<backplane>[,<ckp>[,<timeout>]]]]]
  265. com90io= [HW,NET] ARCnet - COM90xx chipset (IO-mapped buffers)
  266. Format: <io>[,<irq>]
  267. com90xx= [HW,NET] ARCnet - COM90xx chipset (memory-mapped buffers)
  268. Format: <io>[,<irq>[,<memstart>]]
  269. condev= [HW,S390] console device
  270. conmode=
  271. console= [KNL] Output console device and options.
  272. tty<n> Use the virtual console device <n>.
  273. ttyS<n>[,options]
  274. Use the specified serial port. The options are of
  275. the form "bbbbpn", where "bbbb" is the baud rate,
  276. "p" is parity ("n", "o", or "e"), and "n" is bits.
  277. Default is "9600n8".
  278. See also Documentation/serial-console.txt.
  279. uart,io,<addr>[,options]
  280. uart,mmio,<addr>[,options]
  281. Start an early, polled-mode console on the 8250/16550
  282. UART at the specified I/O port or MMIO address,
  283. switching to the matching ttyS device later. The
  284. options are the same as for ttyS, above.
  285. cpcihp_generic= [HW,PCI] Generic port I/O CompactPCI driver
  286. Format: <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>]
  287. cpia_pp= [HW,PPT]
  288. Format: { parport<nr> | auto | none }
  289. crashkernel=nn[KMG]@ss[KMG]
  290. [KNL] Reserve a chunk of physical memory to
  291. hold a kernel to switch to with kexec on panic.
  292. cs4232= [HW,OSS]
  293. Format: <io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>
  294. cs89x0_dma= [HW,NET]
  295. Format: <dma>
  296. cs89x0_media= [HW,NET]
  297. Format: { rj45 | aui | bnc }
  298. cyclades= [HW,SERIAL] Cyclades multi-serial port adapter.
  299. dasd= [HW,NET]
  300. See header of drivers/s390/block/dasd_devmap.c.
  301. db9.dev[2|3]= [HW,JOY] Multisystem joystick support via parallel port
  302. (one device per port)
  303. Format: <port#>,<type>
  304. See also Documentation/input/joystick-parport.txt
  305. debug [KNL] Enable kernel debugging (events log level).
  306. decnet= [HW,NET]
  307. Format: <area>[,<node>]
  308. See also Documentation/networking/decnet.txt.
  309. devfs= [DEVFS]
  310. See Documentation/filesystems/devfs/boot-options.
  311. dhash_entries= [KNL]
  312. Set number of hash buckets for dentry cache.
  313. digi= [HW,SERIAL]
  314. IO parameters + enable/disable command.
  315. digiepca= [HW,SERIAL]
  316. See drivers/char/README.epca and
  317. Documentation/digiepca.txt.
  318. dmascc= [HW,AX25,SERIAL] AX.25 Z80SCC driver with DMA
  319. support available.
  320. Format: <io_dev0>[,<io_dev1>[,..<io_dev32>]]
  321. dmasound= [HW,OSS] Sound subsystem buffers
  322. dscc4.setup= [NET]
  323. dtc3181e= [HW,SCSI]
  324. earlyprintk= [IA-32, X86-64]
  325. earlyprintk=vga
  326. earlyprintk=serial[,ttySn[,baudrate]]
  327. Append ,keep to not disable it when the real console
  328. takes over.
  329. Only vga or serial at a time, not both.
  330. Currently only ttyS0 and ttyS1 are supported.
  331. Interaction with the standard serial driver is not
  332. very good.
  333. The VGA output is eventually overwritten by the real
  334. console.
  335. eata= [HW,SCSI]
  336. eda= [HW,PS2]
  337. edb= [HW,PS2]
  338. edd= [EDD]
  339. Format: {"of[f]" | "sk[ipmbr]"}
  340. See comment in arch/i386/boot/edd.S
  341. eicon= [HW,ISDN]
  342. Format: <id>,<membase>,<irq>
  343. eisa_irq_edge= [PARISC,HW]
  344. See header of drivers/parisc/eisa.c.
  345. elanfreq= [IA-32]
  346. See comment before function elanfreq_setup() in
  347. arch/i386/kernel/cpu/cpufreq/elanfreq.c.
  348. elevator= [IOSCHED]
  349. Format: {"as"|"cfq"|"deadline"|"noop"}
  350. See Documentation/block/as-iosched.txt
  351. and Documentation/block/deadline-iosched.txt for details.
  352. elfcorehdr= [IA-32]
  353. Specifies physical address of start of kernel core image
  354. elf header.
  355. See Documentation/kdump.txt for details.
  356. enforcing [SELINUX] Set initial enforcing status.
  357. Format: {"0" | "1"}
  358. See security/selinux/Kconfig help text.
  359. 0 -- permissive (log only, no denials).
  360. 1 -- enforcing (deny and log).
  361. Default value is 0.
  362. Value can be changed at runtime via /selinux/enforce.
  363. es1370= [HW,OSS]
  364. Format: <lineout>[,<micbias>]
  365. See also header of sound/oss/es1370.c.
  366. es1371= [HW,OSS]
  367. Format: <spdif>,[<nomix>,[<amplifier>]]
  368. See also header of sound/oss/es1371.c.
  369. ether= [HW,NET] Ethernet cards parameters
  370. This option is obsoleted by the "netdev=" option, which
  371. has equivalent usage. See its documentation for details.
  372. eurwdt= [HW,WDT] Eurotech CPU-1220/1410 onboard watchdog.
  373. Format: <io>[,<irq>]
  374. fd_mcs= [HW,SCSI]
  375. See header of drivers/scsi/fd_mcs.c.
  376. fdomain= [HW,SCSI]
  377. See header of drivers/scsi/fdomain.c.
  378. floppy= [HW]
  379. See Documentation/floppy.txt.
  380. ftape= [HW] Floppy Tape subsystem debugging options.
  381. See Documentation/ftape.txt.
  382. gamecon.map[2|3]=
  383. [HW,JOY] Multisystem joystick and NES/SNES/PSX pad
  384. support via parallel port (up to 5 devices per port)
  385. Format: <port#>,<pad1>,<pad2>,<pad3>,<pad4>,<pad5>
  386. See also Documentation/input/joystick-parport.txt
  387. gamma= [HW,DRM]
  388. gdth= [HW,SCSI]
  389. See header of drivers/scsi/gdth.c.
  390. gpt [EFI] Forces disk with valid GPT signature but
  391. invalid Protective MBR to be treated as GPT.
  392. gscd= [HW,CD]
  393. Format: <io>
  394. gt96100eth= [NET] MIPS GT96100 Advanced Communication Controller
  395. gus= [HW,OSS]
  396. Format: <io>,<irq>,<dma>,<dma16>
  397. gvp11= [HW,SCSI]
  398. hashdist= [KNL,NUMA] Large hashes allocated during boot
  399. are distributed across NUMA nodes. Defaults on
  400. for IA-64, off otherwise.
  401. hcl= [IA-64] SGI's Hardware Graph compatibility layer
  402. hd= [EIDE] (E)IDE hard drive subsystem geometry
  403. Format: <cyl>,<head>,<sect>
  404. hd?= [HW] (E)IDE subsystem
  405. hd?lun= See Documentation/ide.txt.
  406. highmem=nn[KMG] [KNL,BOOT] forces the highmem zone to have an exact
  407. size of <nn>. This works even on boxes that have no
  408. highmem otherwise. This also works to reduce highmem
  409. size on bigger boxes.
  410. hisax= [HW,ISDN]
  411. See Documentation/isdn/README.HiSax.
  412. hugepages= [HW,IA-32,IA-64] Maximal number of HugeTLB pages.
  413. noirqbalance [IA-32,SMP,KNL] Disable kernel irq balancing
  414. i8042.direct [HW] Put keyboard port into non-translated mode
  415. i8042.dumbkbd [HW] Pretend that controlled can only read data from
  416. keyboard and can not control its state
  417. (Don't attempt to blink the leds)
  418. i8042.noaux [HW] Don't check for auxiliary (== mouse) port
  419. i8042.nokbd [HW] Don't check/create keyboard port
  420. i8042.nomux [HW] Don't check presence of an active multiplexing
  421. controller
  422. i8042.nopnp [HW] Don't use ACPIPnP / PnPBIOS to discover KBD/AUX
  423. controllers
  424. i8042.panicblink=
  425. [HW] Frequency with which keyboard LEDs should blink
  426. when kernel panics (default is 0.5 sec)
  427. i8042.reset [HW] Reset the controller during init and cleanup
  428. i8042.unlock [HW] Unlock (ignore) the keylock
  429. i810= [HW,DRM]
  430. i8k.ignore_dmi [HW] Continue probing hardware even if DMI data
  431. indicates that the driver is running on unsupported
  432. hardware.
  433. i8k.force [HW] Activate i8k driver even if SMM BIOS signature
  434. does not match list of supported models.
  435. i8k.power_status
  436. [HW] Report power status in /proc/i8k
  437. (disabled by default)
  438. i8k.restricted [HW] Allow controlling fans only if SYS_ADMIN
  439. capability is set.
  440. ibmmcascsi= [HW,MCA,SCSI] IBM MicroChannel SCSI adapter
  441. See Documentation/mca.txt.
  442. icn= [HW,ISDN]
  443. Format: <io>[,<membase>[,<icn_id>[,<icn_id2>]]]
  444. ide= [HW] (E)IDE subsystem
  445. Format: ide=nodma or ide=doubler or ide=reverse
  446. See Documentation/ide.txt.
  447. ide?= [HW] (E)IDE subsystem
  448. Format: ide?=noprobe or chipset specific parameters.
  449. See Documentation/ide.txt.
  450. idebus= [HW] (E)IDE subsystem - VLB/PCI bus speed
  451. See Documentation/ide.txt.
  452. idle= [HW]
  453. Format: idle=poll or idle=halt
  454. ihash_entries= [KNL]
  455. Set number of hash buckets for inode cache.
  456. in2000= [HW,SCSI]
  457. See header of drivers/scsi/in2000.c.
  458. init= [KNL]
  459. Format: <full_path>
  460. Run specified binary instead of /sbin/init as init
  461. process.
  462. initcall_debug [KNL] Trace initcalls as they are executed. Useful
  463. for working out where the kernel is dying during
  464. startup.
  465. initrd= [BOOT] Specify the location of the initial ramdisk
  466. inport.irq= [HW] Inport (ATI XL and Microsoft) busmouse driver
  467. Format: <irq>
  468. inttest= [IA64]
  469. io7= [HW] IO7 for Marvel based alpha systems
  470. See comment before marvel_specify_io7 in
  471. arch/alpha/kernel/core_marvel.c.
  472. ip= [IP_PNP]
  473. See Documentation/nfsroot.txt.
  474. ip2= [HW] Set IO/IRQ pairs for up to 4 IntelliPort boards
  475. See comment before ip2_setup() in drivers/char/ip2.c.
  476. ips= [HW,SCSI] Adaptec / IBM ServeRAID controller
  477. See header of drivers/scsi/ips.c.
  478. irqfixup [HW]
  479. When an interrupt is not handled search all handlers
  480. for it. Intended to get systems with badly broken
  481. firmware running.
  482. irqpoll [HW]
  483. When an interrupt is not handled search all handlers
  484. for it. Also check all handlers each timer
  485. interrupt. Intended to get systems with badly broken
  486. firmware running.
  487. isapnp= [ISAPNP]
  488. Format: <RDP>, <reset>, <pci_scan>, <verbosity>
  489. isolcpus= [KNL,SMP] Isolate CPUs from the general scheduler.
  490. Format: <cpu number>,...,<cpu number>
  491. This option can be used to specify one or more CPUs
  492. to isolate from the general SMP balancing and scheduling
  493. algorithms. The only way to move a process onto or off
  494. an "isolated" CPU is via the CPU affinity syscalls.
  495. <cpu number> begins at 0 and the maximum value is
  496. "number of CPUs in system - 1".
  497. This option is the preferred way to isolate CPUs. The
  498. alternative - manually setting the CPU mask of all tasks
  499. in the system can cause problems and suboptimal load
  500. balancer performance.
  501. isp16= [HW,CD]
  502. Format: <io>,<irq>,<dma>,<setup>
  503. iucv= [HW,NET]
  504. js= [HW,JOY] Analog joystick
  505. See Documentation/input/joystick.txt.
  506. keepinitrd [HW,ARM]
  507. kstack=N [IA-32, X86-64] Print N words from the kernel stack
  508. in oops dumps.
  509. l2cr= [PPC]
  510. lapic [IA-32,APIC] Enable the local APIC even if BIOS disabled it.
  511. lasi= [HW,SCSI] PARISC LASI driver for the 53c700 chip
  512. Format: addr:<io>,irq:<irq>
  513. llsc*= [IA64]
  514. See function print_params() in arch/ia64/sn/kernel/llsc4.c.
  515. load_ramdisk= [RAM] List of ramdisks to load from floppy
  516. See Documentation/ramdisk.txt.
  517. lockd.udpport= [NFS]
  518. lockd.tcpport= [NFS]
  519. logibm.irq= [HW,MOUSE] Logitech Bus Mouse Driver
  520. Format: <irq>
  521. loglevel= All Kernel Messages with a loglevel smaller than the
  522. console loglevel will be printed to the console. It can
  523. also be changed with klogd or other programs. The
  524. loglevels are defined as follows:
  525. 0 (KERN_EMERG) system is unusable
  526. 1 (KERN_ALERT) action must be taken immediately
  527. 2 (KERN_CRIT) critical conditions
  528. 3 (KERN_ERR) error conditions
  529. 4 (KERN_WARNING) warning conditions
  530. 5 (KERN_NOTICE) normal but significant condition
  531. 6 (KERN_INFO) informational
  532. 7 (KERN_DEBUG) debug-level messages
  533. log_buf_len=n Sets the size of the printk ring buffer, in bytes.
  534. Format is n, nk, nM. n must be a power of two. The
  535. default is set in kernel config.
  536. lp=0 [LP] Specify parallel ports to use, e.g,
  537. lp=port[,port...] lp=none,parport0 (lp0 not configured, lp1 uses
  538. lp=reset first parallel port). 'lp=0' disables the
  539. lp=auto printer driver. 'lp=reset' (which can be
  540. specified in addition to the ports) causes
  541. attached printers to be reset. Using
  542. lp=port1,port2,... specifies the parallel ports
  543. to associate lp devices with, starting with
  544. lp0. A port specification may be 'none' to skip
  545. that lp device, or a parport name such as
  546. 'parport0'. Specifying 'lp=auto' instead of a
  547. port specification list means that device IDs
  548. from each port should be examined, to see if
  549. an IEEE 1284-compliant printer is attached; if
  550. so, the driver will manage that printer.
  551. See also header of drivers/char/lp.c.
  552. lpj=n [KNL]
  553. Sets loops_per_jiffy to given constant, thus avoiding
  554. time-consuming boot-time autodetection (up to 250 ms per
  555. CPU). 0 enables autodetection (default). To determine
  556. the correct value for your kernel, boot with normal
  557. autodetection and see what value is printed. Note that
  558. on SMP systems the preset will be applied to all CPUs,
  559. which is likely to cause problems if your CPUs need
  560. significantly divergent settings. An incorrect value
  561. will cause delays in the kernel to be wrong, leading to
  562. unpredictable I/O errors and other breakage. Although
  563. unlikely, in the extreme case this might damage your
  564. hardware.
  565. ltpc= [NET]
  566. Format: <io>,<irq>,<dma>
  567. mac5380= [HW,SCSI]
  568. Format: <can_queue>,<cmd_per_lun>,<sg_tablesize>,<hostid>,<use_tags>
  569. mac53c9x= [HW,SCSI]
  570. Format: <num_esps>,<disconnect>,<nosync>,<can_queue>,<cmd_per_lun>,<sg_tablesize>,<hostid>,<use_tags>
  571. machvec= [IA64]
  572. Force the use of a particular machine-vector (machvec) in a generic
  573. kernel. Example: machvec=hpzx1_swiotlb
  574. mad16= [HW,OSS]
  575. Format: <io>,<irq>,<dma>,<dma16>,<mpu_io>,<mpu_irq>,<joystick>
  576. maui= [HW,OSS]
  577. Format: <io>,<irq>
  578. max_loop= [LOOP] Maximum number of loopback devices that can
  579. be mounted
  580. Format: <1-256>
  581. maxcpus= [SMP] Maximum number of processors that an SMP kernel
  582. should make use of
  583. max_addr=[KMG] [KNL,BOOT,ia64] All physical memory greater than or
  584. equal to this physical address is ignored.
  585. max_luns= [SCSI] Maximum number of LUNs to probe
  586. Should be between 1 and 2^32-1.
  587. max_report_luns=
  588. [SCSI] Maximum number of LUNs received
  589. Should be between 1 and 16384.
  590. mca-pentium [BUGS=IA-32]
  591. mcatest= [IA-64]
  592. mcd= [HW,CD]
  593. Format: <port>,<irq>,<mitsumi_bug_93_wait>
  594. mcdx= [HW,CD]
  595. mce [IA-32] Machine Check Exception
  596. md= [HW] RAID subsystems devices and level
  597. See Documentation/md.txt.
  598. mdacon= [MDA]
  599. Format: <first>,<last>
  600. Specifies range of consoles to be captured by the MDA.
  601. mem=nn[KMG] [KNL,BOOT] Force usage of a specific amount of memory
  602. Amount of memory to be used when the kernel is not able
  603. to see the whole system memory or for test.
  604. [IA-32] Use together with memmap= to avoid physical
  605. address space collisions. Without memmap= PCI devices
  606. could be placed at addresses belonging to unused RAM.
  607. mem=nopentium [BUGS=IA-32] Disable usage of 4MB pages for kernel
  608. memory.
  609. memmap=exactmap [KNL,IA-32] Enable setting of an exact
  610. E820 memory map, as specified by the user.
  611. Such memmap=exactmap lines can be constructed based on
  612. BIOS output or other requirements. See the memmap=nn@ss
  613. option description.
  614. memmap=nn[KMG]@ss[KMG]
  615. [KNL] Force usage of a specific region of memory
  616. Region of memory to be used, from ss to ss+nn.
  617. memmap=nn[KMG]#ss[KMG]
  618. [KNL,ACPI] Mark specific memory as ACPI data.
  619. Region of memory to be used, from ss to ss+nn.
  620. memmap=nn[KMG]$ss[KMG]
  621. [KNL,ACPI] Mark specific memory as reserved.
  622. Region of memory to be used, from ss to ss+nn.
  623. meye.*= [HW] Set MotionEye Camera parameters
  624. See Documentation/video4linux/meye.txt.
  625. mga= [HW,DRM]
  626. mousedev.tap_time=
  627. [MOUSE] Maximum time between finger touching and
  628. leaving touchpad surface for touch to be considered
  629. a tap and be reported as a left button click (for
  630. touchpads working in absolute mode only).
  631. Format: <msecs>
  632. mousedev.xres= [MOUSE] Horizontal screen resolution, used for devices
  633. reporting absolute coordinates, such as tablets
  634. mousedev.yres= [MOUSE] Vertical screen resolution, used for devices
  635. reporting absolute coordinates, such as tablets
  636. mpu401= [HW,OSS]
  637. Format: <io>,<irq>
  638. MTD_Partition= [MTD]
  639. Format: <name>,<region-number>,<size>,<offset>
  640. MTD_Region= [MTD]
  641. Format: <name>,<region-number>[,<base>,<size>,<buswidth>,<altbuswidth>]
  642. mtdparts= [MTD]
  643. See drivers/mtd/cmdline.c.
  644. mtouchusb.raw_coordinates=
  645. [HW] Make the MicroTouch USB driver use raw coordinates ('y', default)
  646. or cooked coordinates ('n')
  647. n2= [NET] SDL Inc. RISCom/N2 synchronous serial card
  648. NCR_D700= [HW,SCSI]
  649. See header of drivers/scsi/NCR_D700.c.
  650. ncr5380= [HW,SCSI]
  651. ncr53c400= [HW,SCSI]
  652. ncr53c400a= [HW,SCSI]
  653. ncr53c406a= [HW,SCSI]
  654. ncr53c8xx= [HW,SCSI]
  655. netdev= [NET] Network devices parameters
  656. Format: <irq>,<io>,<mem_start>,<mem_end>,<name>
  657. Note that mem_start is often overloaded to mean
  658. something different and driver-specific.
  659. nfsaddrs= [NFS]
  660. See Documentation/nfsroot.txt.
  661. nfsroot= [NFS] nfs root filesystem for disk-less boxes.
  662. See Documentation/nfsroot.txt.
  663. nmi_watchdog= [KNL,BUGS=IA-32] Debugging features for SMP kernels
  664. no387 [BUGS=IA-32] Tells the kernel to use the 387 maths
  665. emulation library even if a 387 maths coprocessor
  666. is present.
  667. noalign [KNL,ARM]
  668. noapic [SMP,APIC] Tells the kernel to not make use of any
  669. IOAPICs that may be present in the system.
  670. noasync [HW,M68K] Disables async and sync negotiation for
  671. all devices.
  672. nobats [PPC] Do not use BATs for mapping kernel lowmem
  673. on "Classic" PPC cores.
  674. nocache [ARM]
  675. nodisconnect [HW,SCSI,M68K] Disables SCSI disconnects.
  676. noexec [IA-64]
  677. noexec [IA-32, X86-64]
  678. noexec=on: enable non-executable mappings (default)
  679. noexec=off: disable nn-executable mappings
  680. nofxsr [BUGS=IA-32]
  681. nohlt [BUGS=ARM]
  682. no-hlt [BUGS=IA-32] Tells the kernel that the hlt
  683. instruction doesn't work correctly and not to
  684. use it.
  685. nohalt [IA-64] Tells the kernel not to use the power saving
  686. function PAL_HALT_LIGHT when idle. This increases
  687. power-consumption. On the positive side, it reduces
  688. interrupt wake-up latency, which may improve performance
  689. in certain environments such as networked servers or
  690. real-time systems.
  691. noirqdebug [IA-32] Disables the code which attempts to detect and
  692. disable unhandled interrupt sources.
  693. noisapnp [ISAPNP] Disables ISA PnP code.
  694. noinitrd [RAM] Tells the kernel not to load any configured
  695. initial RAM disk.
  696. nointroute [IA-64]
  697. nolapic [IA-32,APIC] Do not enable or use the local APIC.
  698. noltlbs [PPC] Do not use large page/tlb entries for kernel
  699. lowmem mapping on PPC40x.
  700. nomce [IA-32] Machine Check Exception
  701. noresidual [PPC] Don't use residual data on PReP machines.
  702. noresume [SWSUSP] Disables resume and restore original swap space.
  703. no-scroll [VGA] Disables scrollback.
  704. This is required for the Braillex ib80-piezo Braille
  705. reader made by F.H. Papenmeier (Germany).
  706. nosbagart [IA-64]
  707. nosmp [SMP] Tells an SMP kernel to act as a UP kernel.
  708. nosync [HW,M68K] Disables sync negotiation for all devices.
  709. notsc [BUGS=IA-32] Disable Time Stamp Counter
  710. nousb [USB] Disable the USB subsystem
  711. nowb [ARM]
  712. opl3= [HW,OSS]
  713. Format: <io>
  714. opl3sa= [HW,OSS]
  715. Format: <io>,<irq>,<dma>,<dma2>,<mpu_io>,<mpu_irq>
  716. opl3sa2= [HW,OSS]
  717. Format: <io>,<irq>,<dma>,<dma2>,<mss_io>,<mpu_io>,<ymode>,<loopback>[,<isapnp>,<multiple]
  718. oprofile.timer= [HW]
  719. Use timer interrupt instead of performance counters
  720. optcd= [HW,CD]
  721. Format: <io>
  722. osst= [HW,SCSI] SCSI Tape Driver
  723. Format: <buffer_size>,<write_threshold>
  724. See also Documentation/scsi/st.txt.
  725. panic= [KNL] Kernel behaviour on panic
  726. Format: <timeout>
  727. parkbd.port= [HW] Parallel port number the keyboard adapter is
  728. connected to, default is 0.
  729. Format: <parport#>
  730. parkbd.mode= [HW] Parallel port keyboard adapter mode of operation,
  731. 0 for XT, 1 for AT (default is AT).
  732. Format: <mode>
  733. parport=0 [HW,PPT] Specify parallel ports. 0 disables.
  734. parport=auto Use 'auto' to force the driver to use
  735. parport=0xBBB[,IRQ[,DMA]] any IRQ/DMA settings detected (the
  736. default is to ignore detected IRQ/DMA
  737. settings because of possible
  738. conflicts). You can specify the base
  739. address, IRQ, and DMA settings; IRQ and
  740. DMA should be numbers, or 'auto' (for
  741. using detected settings on that
  742. particular port), or 'nofifo' (to avoid
  743. using a FIFO even if it is detected).
  744. Parallel ports are assigned in the
  745. order they are specified on the command
  746. line, starting with parport0.
  747. parport_init_mode=
  748. [HW,PPT] Configure VIA parallel port to
  749. operate in specific mode. This is
  750. necessary on Pegasos computer where
  751. firmware has no options for setting up
  752. parallel port mode and sets it to
  753. spp. Currently this function knows
  754. 686a and 8231 chips.
  755. Format: [spp|ps2|epp|ecp|ecpepp]
  756. pas2= [HW,OSS]
  757. Format: <io>,<irq>,<dma>,<dma16>,<sb_io>,<sb_irq>,<sb_dma>,<sb_dma16>
  758. pas16= [HW,SCSI]
  759. See header of drivers/scsi/pas16.c.
  760. pcbit= [HW,ISDN]
  761. pcd. [PARIDE]
  762. See header of drivers/block/paride/pcd.c.
  763. See also Documentation/paride.txt.
  764. pci=option[,option...] [PCI] various PCI subsystem options:
  765. off [IA-32] don't probe for the PCI bus
  766. bios [IA-32] force use of PCI BIOS, don't access
  767. the hardware directly. Use this if your machine
  768. has a non-standard PCI host bridge.
  769. nobios [IA-32] disallow use of PCI BIOS, only direct
  770. hardware access methods are allowed. Use this
  771. if you experience crashes upon bootup and you
  772. suspect they are caused by the BIOS.
  773. conf1 [IA-32] Force use of PCI Configuration Mechanism 1.
  774. conf2 [IA-32] Force use of PCI Configuration Mechanism 2.
  775. nosort [IA-32] Don't sort PCI devices according to
  776. order given by the PCI BIOS. This sorting is done
  777. to get a device order compatible with older kernels.
  778. biosirq [IA-32] Use PCI BIOS calls to get the interrupt
  779. routing table. These calls are known to be buggy
  780. on several machines and they hang the machine when used,
  781. but on other computers it's the only way to get the
  782. interrupt routing table. Try this option if the kernel
  783. is unable to allocate IRQs or discover secondary PCI
  784. buses on your motherboard.
  785. rom [IA-32] Assign address space to expansion ROMs.
  786. Use with caution as certain devices share address
  787. decoders between ROMs and other resources.
  788. irqmask=0xMMMM [IA-32] Set a bit mask of IRQs allowed to be assigned
  789. automatically to PCI devices. You can make the kernel
  790. exclude IRQs of your ISA cards this way.
  791. pirqaddr=0xAAAAA [IA-32] Specify the physical address
  792. of the PIRQ table (normally generated
  793. by the BIOS) if it is outside the
  794. F0000h-100000h range.
  795. lastbus=N [IA-32] Scan all buses till bus #N. Can be useful
  796. if the kernel is unable to find your secondary buses
  797. and you want to tell it explicitly which ones they are.
  798. assign-busses [IA-32] Always assign all PCI bus
  799. numbers ourselves, overriding
  800. whatever the firmware may have
  801. done.
  802. usepirqmask [IA-32] Honor the possible IRQ mask
  803. stored in the BIOS $PIR table. This is
  804. needed on some systems with broken
  805. BIOSes, notably some HP Pavilion N5400
  806. and Omnibook XE3 notebooks. This will
  807. have no effect if ACPI IRQ routing is
  808. enabled.
  809. noacpi [IA-32] Do not use ACPI for IRQ routing
  810. or for PCI scanning.
  811. routeirq Do IRQ routing for all PCI devices.
  812. This is normally done in pci_enable_device(),
  813. so this option is a temporary workaround
  814. for broken drivers that don't call it.
  815. firmware [ARM] Do not re-enumerate the bus but
  816. instead just use the configuration
  817. from the bootloader. This is currently
  818. used on IXP2000 systems where the
  819. bus has to be configured a certain way
  820. for adjunct CPUs.
  821. pcmv= [HW,PCMCIA] BadgePAD 4
  822. pd. [PARIDE]
  823. See Documentation/paride.txt.
  824. pdcchassis= [PARISC,HW] Disable/Enable PDC Chassis Status codes at
  825. boot time.
  826. Format: { 0 | 1 }
  827. See arch/parisc/kernel/pdc_chassis.c
  828. pf. [PARIDE]
  829. See Documentation/paride.txt.
  830. pg. [PARIDE]
  831. See Documentation/paride.txt.
  832. pirq= [SMP,APIC] Manual mp-table setup
  833. See Documentation/i386/IO-APIC.txt.
  834. plip= [PPT,NET] Parallel port network link
  835. Format: { parport<nr> | timid | 0 }
  836. See also Documentation/parport.txt.
  837. pnpacpi= [ACPI]
  838. { off }
  839. pnpbios= [ISAPNP]
  840. { on | off | curr | res | no-curr | no-res }
  841. pnp_reserve_irq=
  842. [ISAPNP] Exclude IRQs for the autoconfiguration
  843. pnp_reserve_dma=
  844. [ISAPNP] Exclude DMAs for the autoconfiguration
  845. pnp_reserve_io= [ISAPNP] Exclude I/O ports for the autoconfiguration
  846. Ranges are in pairs (I/O port base and size).
  847. pnp_reserve_mem=
  848. [ISAPNP] Exclude memory regions for the autoconfiguration
  849. Ranges are in pairs (memory base and size).
  850. profile= [KNL] Enable kernel profiling via /proc/profile
  851. { schedule | <number> }
  852. (param: schedule - profile schedule points}
  853. (param: profile step/bucket size as a power of 2 for
  854. statistical time based profiling)
  855. processor.max_cstate= [HW, ACPI]
  856. Limit processor to maximum C-state
  857. max_cstate=9 overrides any DMI blacklist limit.
  858. prompt_ramdisk= [RAM] List of RAM disks to prompt for floppy disk
  859. before loading.
  860. See Documentation/ramdisk.txt.
  861. psmouse.proto= [HW,MOUSE] Highest PS2 mouse protocol extension to
  862. probe for (bare|imps|exps|lifebook|any).
  863. psmouse.rate= [HW,MOUSE] Set desired mouse report rate, in reports
  864. per second.
  865. psmouse.resetafter=
  866. [HW,MOUSE] Try to reset the device after so many bad packets
  867. (0 = never).
  868. psmouse.resolution=
  869. [HW,MOUSE] Set desired mouse resolution, in dpi.
  870. psmouse.smartscroll=
  871. [HW,MOUSE] Controls Logitech smartscroll autorepeat,
  872. 0 = disabled, 1 = enabled (default).
  873. pss= [HW,OSS] Personal Sound System (ECHO ESC614)
  874. Format: <io>,<mss_io>,<mss_irq>,<mss_dma>,<mpu_io>,<mpu_irq>
  875. pt. [PARIDE]
  876. See Documentation/paride.txt.
  877. quiet= [KNL] Disable log messages
  878. r128= [HW,DRM]
  879. raid= [HW,RAID]
  880. See Documentation/md.txt.
  881. ramdisk= [RAM] Sizes of RAM disks in kilobytes [deprecated]
  882. See Documentation/ramdisk.txt.
  883. ramdisk_blocksize=
  884. [RAM]
  885. See Documentation/ramdisk.txt.
  886. ramdisk_size= [RAM] Sizes of RAM disks in kilobytes
  887. New name for the ramdisk parameter.
  888. See Documentation/ramdisk.txt.
  889. rdinit= [KNL]
  890. Format: <full_path>
  891. Run specified binary instead of /init from the ramdisk,
  892. used for early userspace startup. See initrd.
  893. reboot= [BUGS=IA-32,BUGS=ARM,BUGS=IA-64] Rebooting mode
  894. Format: <reboot_mode>[,<reboot_mode2>[,...]]
  895. See arch/*/kernel/reboot.c.
  896. reserve= [KNL,BUGS] Force the kernel to ignore some iomem area
  897. resume= [SWSUSP] Specify the partition device for software suspension
  898. rhash_entries= [KNL,NET]
  899. Set number of hash buckets for route cache
  900. riscom8= [HW,SERIAL]
  901. Format: <io_board1>[,<io_board2>[,...<io_boardN>]]
  902. ro [KNL] Mount root device read-only on boot
  903. root= [KNL] Root filesystem
  904. rootdelay= [KNL] Delay (in seconds) to pause before attempting to
  905. mount the root filesystem
  906. rootflags= [KNL] Set root filesystem mount option string
  907. rootfstype= [KNL] Set root filesystem type
  908. rw [KNL] Mount root device read-write on boot
  909. S [KNL] Run init in single mode
  910. sa1100ir [NET]
  911. See drivers/net/irda/sa1100_ir.c.
  912. sb= [HW,OSS]
  913. Format: <io>,<irq>,<dma>,<dma2>
  914. sbni= [NET] Granch SBNI12 leased line adapter
  915. sbpcd= [HW,CD] Soundblaster CD adapter
  916. Format: <io>,<type>
  917. See a comment before function sbpcd_setup() in
  918. drivers/cdrom/sbpcd.c.
  919. sc1200wdt= [HW,WDT] SC1200 WDT (watchdog) driver
  920. Format: <io>[,<timeout>[,<isapnp>]]
  921. scsi_debug_*= [SCSI]
  922. See drivers/scsi/scsi_debug.c.
  923. scsi_default_dev_flags=
  924. [SCSI] SCSI default device flags
  925. Format: <integer>
  926. scsi_dev_flags= [SCSI] Black/white list entry for vendor and model
  927. Format: <vendor>:<model>:<flags>
  928. (flags are integer value)
  929. scsi_logging= [SCSI]
  930. selinux [SELINUX] Disable or enable SELinux at boot time.
  931. Format: { "0" | "1" }
  932. See security/selinux/Kconfig help text.
  933. 0 -- disable.
  934. 1 -- enable.
  935. Default value is set via kernel config option.
  936. If enabled at boot time, /selinux/disable can be used
  937. later to disable prior to initial policy load.
  938. serialnumber [BUGS=IA-32]
  939. sg_def_reserved_size=
  940. [SCSI]
  941. sgalaxy= [HW,OSS]
  942. Format: <io>,<irq>,<dma>,<dma2>,<sgbase>
  943. shapers= [NET]
  944. Maximal number of shapers.
  945. sim710= [SCSI,HW]
  946. See header of drivers/scsi/sim710.c.
  947. simeth= [IA-64]
  948. simscsi=
  949. sjcd= [HW,CD]
  950. Format: <io>,<irq>,<dma>
  951. See header of drivers/cdrom/sjcd.c.
  952. slram= [HW,MTD]
  953. smart2= [HW]
  954. Format: <io1>[,<io2>[,...,<io8>]]
  955. snd-ad1816a= [HW,ALSA]
  956. snd-ad1848= [HW,ALSA]
  957. snd-ali5451= [HW,ALSA]
  958. snd-als100= [HW,ALSA]
  959. snd-als4000= [HW,ALSA]
  960. snd-azt2320= [HW,ALSA]
  961. snd-cmi8330= [HW,ALSA]
  962. snd-cmipci= [HW,ALSA]
  963. snd-cs4231= [HW,ALSA]
  964. snd-cs4232= [HW,ALSA]
  965. snd-cs4236= [HW,ALSA]
  966. snd-cs4281= [HW,ALSA]
  967. snd-cs46xx= [HW,ALSA]
  968. snd-dt019x= [HW,ALSA]
  969. snd-dummy= [HW,ALSA]
  970. snd-emu10k1= [HW,ALSA]
  971. snd-ens1370= [HW,ALSA]
  972. snd-ens1371= [HW,ALSA]
  973. snd-es968= [HW,ALSA]
  974. snd-es1688= [HW,ALSA]
  975. snd-es18xx= [HW,ALSA]
  976. snd-es1938= [HW,ALSA]
  977. snd-es1968= [HW,ALSA]
  978. snd-fm801= [HW,ALSA]
  979. snd-gusclassic= [HW,ALSA]
  980. snd-gusextreme= [HW,ALSA]
  981. snd-gusmax= [HW,ALSA]
  982. snd-hdsp= [HW,ALSA]
  983. snd-ice1712= [HW,ALSA]
  984. snd-intel8x0= [HW,ALSA]
  985. snd-interwave= [HW,ALSA]
  986. snd-interwave-stb=
  987. [HW,ALSA]
  988. snd-korg1212= [HW,ALSA]
  989. snd-maestro3= [HW,ALSA]
  990. snd-mpu401= [HW,ALSA]
  991. snd-mtpav= [HW,ALSA]
  992. snd-nm256= [HW,ALSA]
  993. snd-opl3sa2= [HW,ALSA]
  994. snd-opti92x-ad1848=
  995. [HW,ALSA]
  996. snd-opti92x-cs4231=
  997. [HW,ALSA]
  998. snd-opti93x= [HW,ALSA]
  999. snd-pmac= [HW,ALSA]
  1000. snd-rme32= [HW,ALSA]
  1001. snd-rme96= [HW,ALSA]
  1002. snd-rme9652= [HW,ALSA]
  1003. snd-sb8= [HW,ALSA]
  1004. snd-sb16= [HW,ALSA]
  1005. snd-sbawe= [HW,ALSA]
  1006. snd-serial= [HW,ALSA]
  1007. snd-sgalaxy= [HW,ALSA]
  1008. snd-sonicvibes= [HW,ALSA]
  1009. snd-sun-amd7930=
  1010. [HW,ALSA]
  1011. snd-sun-cs4231= [HW,ALSA]
  1012. snd-trident= [HW,ALSA]
  1013. snd-usb-audio= [HW,ALSA,USB]
  1014. snd-via82xx= [HW,ALSA]
  1015. snd-virmidi= [HW,ALSA]
  1016. snd-wavefront= [HW,ALSA]
  1017. snd-ymfpci= [HW,ALSA]
  1018. sonicvibes= [HW,OSS]
  1019. Format: <reverb>
  1020. sonycd535= [HW,CD]
  1021. Format: <io>[,<irq>]
  1022. sonypi.*= [HW] Sony Programmable I/O Control Device driver
  1023. See Documentation/sonypi.txt
  1024. specialix= [HW,SERIAL] Specialix multi-serial port adapter
  1025. See Documentation/specialix.txt.
  1026. spia_io_base= [HW,MTD]
  1027. spia_fio_base=
  1028. spia_pedr=
  1029. spia_peddr=
  1030. sscape= [HW,OSS]
  1031. Format: <io>,<irq>,<dma>,<mpu_io>,<mpu_irq>
  1032. st= [HW,SCSI] SCSI tape parameters (buffers, etc.)
  1033. See Documentation/scsi/st.txt.
  1034. st0x= [HW,SCSI]
  1035. See header of drivers/scsi/seagate.c.
  1036. sti= [PARISC,HW]
  1037. Format: <num>
  1038. Set the STI (builtin display/keyboard on the HP-PARISC
  1039. machines) console (graphic card) which should be used
  1040. as the initial boot-console.
  1041. See also comment in drivers/video/console/sticore.c.
  1042. sti_font= [HW]
  1043. See comment in drivers/video/console/sticore.c.
  1044. stifb= [HW]
  1045. Format: bpp:<bpp1>[:<bpp2>[:<bpp3>...]]
  1046. stram_swap= [HW,M68k]
  1047. swiotlb= [IA-64] Number of I/O TLB slabs
  1048. switches= [HW,M68k]
  1049. sym53c416= [HW,SCSI]
  1050. See header of drivers/scsi/sym53c416.c.
  1051. t128= [HW,SCSI]
  1052. See header of drivers/scsi/t128.c.
  1053. tdfx= [HW,DRM]
  1054. thash_entries= [KNL,NET]
  1055. Set number of hash buckets for TCP connection
  1056. time Show timing data prefixed to each printk message line
  1057. tipar.timeout= [HW,PPT]
  1058. Set communications timeout in tenths of a second
  1059. (default 15).
  1060. tipar.delay= [HW,PPT]
  1061. Set inter-bit delay in microseconds (default 10).
  1062. tmc8xx= [HW,SCSI]
  1063. See header of drivers/scsi/seagate.c.
  1064. tmscsim= [HW,SCSI]
  1065. See comment before function dc390_setup() in
  1066. drivers/scsi/tmscsim.c.
  1067. tp720= [HW,PS2]
  1068. trix= [HW,OSS] MediaTrix AudioTrix Pro
  1069. Format: <io>,<irq>,<dma>,<dma2>,<sb_io>,<sb_irq>,<sb_dma>,<mpu_io>,<mpu_irq>
  1070. tsdev.xres= [TS] Horizontal screen resolution.
  1071. tsdev.yres= [TS] Vertical screen resolution.
  1072. turbografx.map[2|3]=
  1073. [HW,JOY] TurboGraFX parallel port interface
  1074. Format: <port#>,<js1>,<js2>,<js3>,<js4>,<js5>,<js6>,<js7>
  1075. See also Documentation/input/joystick-parport.txt
  1076. u14-34f= [HW,SCSI] UltraStor 14F/34F SCSI host adapter
  1077. See header of drivers/scsi/u14-34f.c.
  1078. uart401= [HW,OSS]
  1079. Format: <io>,<irq>
  1080. uart6850= [HW,OSS]
  1081. Format: <io>,<irq>
  1082. usb-handoff [HW] Enable early USB BIOS -> OS handoff
  1083. usbhid.mousepoll=
  1084. [USBHID] The interval which mice are to be polled at.
  1085. video= [FB] Frame buffer configuration
  1086. See Documentation/fb/modedb.txt.
  1087. vga= [BOOT,IA-32] Select a particular video mode
  1088. See Documentation/i386/boot.txt and Documentation/svga.txt.
  1089. Use vga=ask for menu.
  1090. This is actually a boot loader parameter; the value is
  1091. passed to the kernel using a special protocol.
  1092. vmalloc=nn[KMG] [KNL,BOOT] forces the vmalloc area to have an exact
  1093. size of <nn>. This can be used to increase the
  1094. minimum size (128MB on x86). It can also be used to
  1095. decrease the size and leave more room for directly
  1096. mapped kernel RAM.
  1097. vmhalt= [KNL,S390]
  1098. vmpoff= [KNL,S390]
  1099. waveartist= [HW,OSS]
  1100. Format: <io>,<irq>,<dma>,<dma2>
  1101. wd33c93= [HW,SCSI]
  1102. See header of drivers/scsi/wd33c93.c.
  1103. wd7000= [HW,SCSI]
  1104. See header of drivers/scsi/wd7000.c.
  1105. wdt= [WDT] Watchdog
  1106. See Documentation/watchdog/watchdog.txt.
  1107. xd= [HW,XT] Original XT pre-IDE (RLL encoded) disks.
  1108. xd_geo= See header of drivers/block/xd.c.
  1109. xirc2ps_cs= [NET,PCMCIA]
  1110. Format: <irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]]
  1111. Changelog:
  1112. The last known update (for 2.4.0) - the changelog was not kept before.
  1113. 2000-06-?? Mr. Unknown
  1114. Update for 2.5.49, description for most of the options introduced,
  1115. references to other documentation (C files, READMEs, ..), added S390,
  1116. PPC, SPARC, MTD, ALSA and OSS category. Minor corrections and
  1117. reformatting.
  1118. 2002-11-24 Petr Baudis <pasky@ucw.cz>
  1119. Randy Dunlap <randy.dunlap@verizon.net>
  1120. TODO:
  1121. Add documentation for ALSA options.
  1122. Add more DRM drivers.