docs/126146: [patch] Updates to the developer-handbook: remove section on DMA

Gavin Atkinson gavin at FreeBSD.org
Thu Jul 31 18:30:02 UTC 2008


>Number:         126146
>Category:       docs
>Synopsis:       [patch] Updates to the developer-handbook: remove section on DMA
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 31 18:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gavin Atkinson
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD buffy.york.ac.uk 7.0-STABLE FreeBSD 7.0-STABLE #3: Fri Jun 20 09:21:51 UTC 2008 root at buffy.york.ac.uk:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	The chapter on DMA in the developers-handbook is no longer valid, and should
be deleted.  From jhb@ on #bsddocs:

16:52  no, that's all ancient
16:53  and irrelevant now
16:53  a real page on bus dma would be good
16:53  but the existing page should just be tossed

As suggested, delete the doc.

>How-To-Repeat:
	N/A
>Fix:

Apply the following patch, and cvs rm doc/en_US.ISO8859-1/books/developers-handbook/dma/chapter.sgml

--- devh-dma.diff begins here ---
Index: doc/en_US.ISO8859-1/books/developers-handbook/Makefile
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/developers-handbook/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- doc/en_US.ISO8859-1/books/developers-handbook/Makefile	18 Oct 2006 19:34:16 -0000	1.23
+++ doc/en_US.ISO8859-1/books/developers-handbook/Makefile	31 Jul 2008 18:11:57 -0000
@@ -25,7 +25,6 @@
 
 # SGML content
 SRCS=  book.sgml
-SRCS+= dma/chapter.sgml
 SRCS+= introduction/chapter.sgml
 SRCS+= ipv6/chapter.sgml
 SRCS+= kernelbuild/chapter.sgml
Index: doc/en_US.ISO8859-1/books/developers-handbook/book.sgml
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/developers-handbook/book.sgml,v
retrieving revision 1.55
diff -u -r1.55 book.sgml
--- doc/en_US.ISO8859-1/books/developers-handbook/book.sgml	20 Sep 2007 11:56:52 -0000	1.55
+++ doc/en_US.ISO8859-1/books/developers-handbook/book.sgml	31 Jul 2008 18:11:57 -0000
@@ -85,7 +85,6 @@
   <part id="kernel">
     <title>Kernel</title>
 
-    &chap.dma;
     &chap.kernelbuild;
     &chap.kerneldebug;
 
Index: doc/en_US.ISO8859-1/books/developers-handbook/chapters.ent
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/developers-handbook/chapters.ent,v
retrieving revision 1.22
diff -u -r1.22 chapters.ent
--- doc/en_US.ISO8859-1/books/developers-handbook/chapters.ent	16 Oct 2006 19:15:36 -0000	1.22
+++ doc/en_US.ISO8859-1/books/developers-handbook/chapters.ent	31 Jul 2008 18:11:57 -0000
@@ -22,7 +22,6 @@
 <!ENTITY chap.ipv6			SYSTEM "ipv6/chapter.sgml">
 
 <!-- Part three - Kernel -->
-<!ENTITY chap.dma			SYSTEM "dma/chapter.sgml">
 <!ENTITY chap.kernelbuild		SYSTEM "kernelbuild/chapter.sgml">
 <!ENTITY chap.kerneldebug		SYSTEM "kerneldebug/chapter.sgml">
 
--- devh-dma.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list