From: Adrian Bunk This patch removes the documentation of the ISA legacy functions. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- dev/null | 0 Documentation/DocBook/deviceiobook.tmpl | 19 ------------------- 2 files changed, 19 deletions(-) diff -puN Documentation/DocBook/deviceiobook.tmpl~remove-isa-legacy-functions-remove-documentation Documentation/DocBook/deviceiobook.tmpl --- 25/Documentation/DocBook/deviceiobook.tmpl~remove-isa-legacy-functions-remove-documentation Fri Jan 27 15:37:40 2006 +++ 25-akpm/Documentation/DocBook/deviceiobook.tmpl Fri Jan 27 15:37:40 2006 @@ -270,25 +270,6 @@ CPU B: spin_unlock_irqrestore(&dev_ - - ISA legacy functions - - On older kernels (2.2 and earlier) the ISA bus could be read or - written with these functions and without ioremap being used. This is - no longer true in Linux 2.4. A set of equivalent functions exist for - easy legacy driver porting. The functions available are prefixed - with 'isa_' and are isa_readb, - isa_writeb, isa_readw, - isa_writew, isa_readl, - isa_writel, isa_memcpy_fromio - and isa_memcpy_toio - - - These functions should not be used in new drivers, and will - eventually be going away. - - - diff -L Documentation/DocBook/deviceiobook.tmpl.old -puN /dev/null /dev/null _