bootparam.7: Remove crufty "Mouse drivers" options

[Part of a general change to remove cruft from this page.]
Much of the detail on device-driver specifics in this page dates
from the 20th century. (The last major update to this page was in
man-pages-1.14!) It's hugely out of date now (many of these
devices disappeared from the kernel years ago.) Arguably, this
kind of detail should never have been placed in a man page to
begin with, since devices come and go. Remove such text, and
where appropriate and possible add pointers to files in the
kernel Documentation/ directory.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-24 10:45:32 +02:00
parent 7b385dc692
commit 0ac7ee8020
1 changed files with 0 additions and 23 deletions

View File

@ -826,29 +826,6 @@ lp=none,parport0 would use the first parallel port for lp1, and
disable lp0.
To disable the printer driver entirely, one can use
lp=0.
.SS Mouse drivers
.TP
.B "'bmouse=irq'"
The busmouse driver accepts only one parameter, that being the
hardware IRQ value to be used.
.TP
.B "'msmouse=irq'"
And precisely the same is true for the msmouse driver.
.TP
.B "ATARI mouse setup"
Syntax:
.in +4n
.nf
atamouse=threshold[,y-threshold]
.fi
.in
.IP
If only one argument is given, it is used for both
x-threshold and y-threshold.
Otherwise, the first argument
is the x-threshold, and the second the y-threshold.
These values must lie between 1 and 20 (inclusive); the default is 2.
.SS Video hardware
.TP
.B "'no-scroll'"