Bug 126146

Summary: [patch] Updates to the developer-handbook: remove section on DMA
Product: Documentation Reporter: Gavin Atkinson <gavin>
Component: Books & ArticlesAssignee: Gabor Pali <pgj>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
devh-dma.diff none

Description Gavin Atkinson freebsd_committer freebsd_triage 2008-07-31 19:30:01 UTC
	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.

Fix: Apply the following patch, and cvs rm doc/en_US.ISO8859-1/books/developers-handbook/dma/chapter.sgml
How-To-Repeat: 	N/A
Comment 1 Gabor Pali freebsd_committer freebsd_triage 2008-08-01 20:05:47 UTC
Responsible Changed
From-To: freebsd-doc->pgj

Snatch.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-10 01:20:37 UTC
pgj         2008-08-10 00:20:27 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/developers-handbook Makefile book.sgml 
                                              chapters.ent 
  Removed files:
    en_US.ISO8859-1/books/developers-handbook/dma chapter.sgml 
  Log:
  - Remove the chapter on DMA from FreeBSD Developers' Handbook since it
    is no longer valid, however there could be added a new chapter on
    busdma [1] instead of this one
  
  [1] http://www.freebsd.org/projects/busdma/
  
  PR:             docs/126146
  Discussed with: jhb
  Submitted by:   gavin
  Approved by:    gabor (mentor)
  
  Revision  Changes    Path
  1.24      +0 -1      doc/en_US.ISO8859-1/books/developers-handbook/Makefile
  1.56      +0 -1      doc/en_US.ISO8859-1/books/developers-handbook/book.sgml
  1.23      +0 -1      doc/en_US.ISO8859-1/books/developers-handbook/chapters.ent
  1.7       +0 -1326   doc/en_US.ISO8859-1/books/developers-handbook/dma/chapter.sgml (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Gabor Pali freebsd_committer freebsd_triage 2008-08-10 01:48:59 UTC
State Changed
From-To: open->closed

Committed.  Thanks!