From owner-freebsd-doc@FreeBSD.ORG Thu Jul 31 18:30:02 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73BB81065686 for ; Thu, 31 Jul 2008 18:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 472108FC23 for ; Thu, 31 Jul 2008 18:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6VIU2Zi066063 for ; Thu, 31 Jul 2008 18:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6VIU2No066060; Thu, 31 Jul 2008 18:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 31 Jul 2008 18:30:02 GMT Resent-Message-Id: <200807311830.m6VIU2No066060@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gavin Atkinson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B0011065672 for ; Thu, 31 Jul 2008 18:20:31 +0000 (UTC) (envelope-from ga9@buffy.york.ac.uk) Received: from mail-gw2.york.ac.uk (mail-gw2.york.ac.uk [144.32.128.247]) by mx1.freebsd.org (Postfix) with ESMTP id A6C338FC28 for ; Thu, 31 Jul 2008 18:20:30 +0000 (UTC) (envelope-from ga9@buffy.york.ac.uk) Received: from mail-gw6.york.ac.uk (mail-gw6.york.ac.uk [144.32.129.26]) by mail-gw2.york.ac.uk (8.13.6/8.13.6) with ESMTP id m6VIKRgB021356 for ; Thu, 31 Jul 2008 19:20:27 +0100 (BST) Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw6.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KOclH-0005r5-4h for FreeBSD-gnats-submit@freebsd.org; Thu, 31 Jul 2008 19:20:27 +0100 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.2/8.14.2) with ESMTP id m6VIKQxE078782 for ; Thu, 31 Jul 2008 19:20:26 +0100 (BST) (envelope-from ga9@buffy.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.2/8.14.2/Submit) id m6VIKQtL078781; Thu, 31 Jul 2008 19:20:26 +0100 (BST) (envelope-from ga9) Message-Id: <200807311820.m6VIKQtL078781@buffy.york.ac.uk> Date: Thu, 31 Jul 2008 19:20:26 +0100 (BST) From: Gavin Atkinson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/126146: [patch] Updates to the developer-handbook: remove section on DMA X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2008 18:30:02 -0000 >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@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 @@ Kernel - &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 @@ - --- devh-dma.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: