[patch] ccio kill old cvstree ref
maximilian attems <[email protected]> Thu, 5 Jul 2007 10:06:23 +0200
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
this cvs tree is long defunct, rm co instructions. text changes revised by Grant Grundler. Signed-off-by: maximilian attems <[email protected]> Signed-off-by: Grant Grundler <[email protected]> --- drivers/parisc/ccio-dma.c | 5 +---- drivers/parisc/ccio-rm-dma.c | 4 ---- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/drivers/parisc/ccio-dma.c b/drivers/parisc/ccio-dma.c index b3c4dbf..41756b5 100644 --- a/drivers/parisc/ccio-dma.c +++ b/drivers/parisc/ccio-dma.c @@ -17,10 +17,7 @@ ** U2/Uturn were designed to perform coherency checks w/o using ** the I/O MMU - basically what x86 does. ** -** Philipp Rumpf has a "Real Mode" driver for PCX-W machines at: -** CVSROOT=:pserver:[email protected]:/cvsroot/linux-parisc -** cvs -z3 co linux/arch/parisc/kernel/dma-rm.c -** +** Philipp Rumpf wrote a "Real Mode" driver for PCX-W machines. ** I've rewritten his code to work under TPG's tree. See ccio-rm-dma.c. ** ** Drawbacks of using Real Mode are: diff --git a/drivers/parisc/ccio-rm-dma.c b/drivers/parisc/ccio-rm-dma.c index 356b835..b5d5bae 100644 --- a/drivers/parisc/ccio-rm-dma.c +++ b/drivers/parisc/ccio-rm-dma.c @@ -21,10 +21,6 @@ * (at your option) any later version. * * - * Original version/author: - * CVSROOT=:pserver:[email protected]:/cvsroot/linux-parisc - * cvs -z3 co linux/arch/parisc/kernel/dma-rm.c - * * (C) Copyright 2000 Philipp Rumpf <[email protected]> * * -- maks