From owner-cvs-all Sun Sep 8 15: 9: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30CAC37B400; Sun, 8 Sep 2002 15:08:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D453243E4A; Sun, 8 Sep 2002 15:08:56 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g88M8uJU026427; Sun, 8 Sep 2002 15:08:56 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g88M8uOM026426; Sun, 8 Sep 2002 15:08:56 -0700 (PDT) Message-Id: <200209082208.g88M8uOM026426@freefall.freebsd.org> From: Warner Losh Date: Sun, 8 Sep 2002 15:08:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/newbus chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/09/08 15:08:56 PDT Modified files: en_US.ISO8859-1/books/developers-handbook/newbus chapter.sgml Log: Give a better bus address example than 0x23c, since most ISA devices map to 8 or 16 byte boundaries. Use 0x230 instead. Remove part of a bullet item about documenting each device_t field here because a device_t is supposed to be an opaque data structure to the client drivers. Revision Changes Path 1.2 +4 -5 doc/en_US.ISO8859-1/books/developers-handbook/newbus/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message