diff options
| author | Adrian Bunk <bunk@fs.tum.de> | 2004-07-04 20:27:05 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-07-04 20:27:05 -0700 |
| commit | a6c6304beff286ecd86d99590d808d8871b2e888 (patch) | |
| tree | eac3f3948a660cad1670916e2dbc85ee7da65178 | |
| parent | c95d2b854691478f55e24feab9e4117bd801c6dd (diff) | |
[PATCH] remove allowdma0 documentation
allowdma0 is gone in 2.6, the patch below removes the mentionings of this
option in the documentation.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | Documentation/kernel-parameters.txt | 2 | ||||
| -rw-r--r-- | Documentation/pnp.txt | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index c26a38ac54b7..1c3b9292cd25 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -170,8 +170,6 @@ running once the system is up. aic79xx= [HW,SCSI] See Documentation/scsi/aic79xx.txt. - allowdma0 [ISAPNP] - AM53C974= [HW,SCSI] Format: <host-scsi-id>,<target-scsi-id>,<max-rate>,<max-offset> See also header of drivers/scsi/AM53C974.c. diff --git a/Documentation/pnp.txt b/Documentation/pnp.txt index 0a321e722c1c..af0f6eabfa1c 100644 --- a/Documentation/pnp.txt +++ b/Documentation/pnp.txt @@ -83,7 +83,6 @@ irq 6 dma 2 also there are a series of kernel parameters: -allowdma0 pnp_reserve_irq=irq1[,irq2] .... pnp_reserve_dma=dma1[,dma2] .... pnp_reserve_io=io1,size1[,io2,size2] .... |
