diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-04-24 10:42:02 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-04-24 13:46:02 +0200 |
| commit | 5dd45ae538ecd2ba3dd11bb3e09e3150d1b92049 (patch) | |
| tree | 185d853758932a4815356fc8cb7169cc48296527 /man7 | |
| parent | 92b451e5d95518f30ef90e6056468d40183beb94 (diff) | |
| download | man-pages-5dd45ae538ecd2ba3dd11bb3e09e3150d1b92049.tar.gz | |
bootparam.7: Remove crufty "ISDN 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>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/bootparam.7 | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/man7/bootparam.7 b/man7/bootparam.7 index d51dbe6ece..858f773db5 100644 --- a/man7/bootparam.7 +++ b/man7/bootparam.7 @@ -799,46 +799,6 @@ As you can see, it gets pretty messy, and you are better off to compile in your own personal values as recommended. Using a boot argument of \&'sound=0' will disable the sound driver entirely. -.SS ISDN drivers -.TP -.B "The ICN ISDN driver" -Syntax: - -.in +4n -.nf -icn=iobase,membase,icn_id1,icn_id2 -.fi -.in -.IP -where icn_id1,icn_id2 are two strings used to identify the -card in kernel messages. -.TP -.B "The PCBIT ISDN driver" -Syntax: - -.in +4n -.nf -pcbit=membase1,irq1[,membase2,irq2] -.fi -.in -.IP -where membaseN is the shared memory base of the N'th card, and irqN is -the interrupt setting of the N'th card. -The default is IRQ 5 and -membase 0xD0000. -.TP -.B "The Teles ISDN driver" -Syntax: - -.in +4n -.nf -teles=iobase,irq,membase,protocol,teles_id -.fi -.in -.IP -where iobase is the I/O port address of the card, membase is the -shared memory base address of the card, irq is the interrupt channel -the card uses, and teles_id is the unique ASCII string identifier. .SS Serial port drivers .TP .B "The RISCom/8 Multiport Serial Driver ('riscom8=')" |
