[patch] ccio kill old cvstree ref
maximilian attems <[email protected]> Wed, 4 Jul 2007 17:39:17 +0200
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
this cvs tree is long defunct, rm co instructions. Signed-off-by: maximilian attems <[email protected]> --- drivers/parisc/ccio-dma.c | 4 +--- drivers/parisc/ccio-rm-dma.c | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/parisc/ccio-dma.c b/drivers/parisc/ccio-dma.c index b3c4dbf..7e96f70 100644 --- a/drivers/parisc/ccio-dma.c +++ b/drivers/parisc/ccio-dma.c @@ -17,9 +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 has made a first "Real Mode" driver for PCX-W machines. ** ** I've rewritten his code to work under TPG's tree. See ccio-rm-dma.c. ** diff --git a/drivers/parisc/ccio-rm-dma.c b/drivers/parisc/ccio-rm-dma.c index 356b835..f6fbb59 100644 --- a/drivers/parisc/ccio-rm-dma.c +++ b/drivers/parisc/ccio-rm-dma.c @@ -22,9 +22,6 @@ * * * 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]> * *