2003-09-22 12:34:39

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] remove allowdma0 documentation

allowdma0 is gone in 2.6, the patch below removes the mentionings of
this option in the documentation.

cu
Adrian

--- linux-2.6.0-test5-mm4-no-smp-2.95/Documentation/kernel-parameters.txt.old 2003-09-22 14:31:50.000000000 +0200
+++ linux-2.6.0-test5-mm4-no-smp-2.95/Documentation/kernel-parameters.txt 2003-09-22 14:32:06.000000000 +0200
@@ -123,8 +123,6 @@
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.
--- linux-2.6.0-test5-mm4-no-smp-2.95/Documentation/pnp.txt.old 2003-09-22 14:32:39.000000000 +0200
+++ linux-2.6.0-test5-mm4-no-smp-2.95/Documentation/pnp.txt 2003-09-22 14:32:51.000000000 +0200
@@ -83,7 +83,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] ....


2003-09-24 20:39:40

by Adam Belay

[permalink] [raw]
Subject: Re: [2.6 patch] remove allowdma0 documentation

On Mon, Sep 22, 2003 at 02:34:32PM +0200, Adrian Bunk wrote:
> allowdma0 is gone in 2.6, the patch below removes the mentionings of
> this option in the documentation.
>
> cu
> Adrian
>

Will apply.

Thanks,
Adam