From owner-cvs-doc@FreeBSD.ORG Thu Jul 3 17:47:28 2003 Return-Path: Delivered-To: cvs-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DFC137B409; Thu, 3 Jul 2003 17:47:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A748A43FE5; Thu, 3 Jul 2003 17:47:27 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h640lR0U085648; Thu, 3 Jul 2003 17:47:27 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h640lRSr085647; Thu, 3 Jul 2003 17:47:27 -0700 (PDT) Message-Id: <200307040047.h640lRSr085647@repoman.freebsd.org> From: Warner Losh Date: Thu, 3 Jul 2003 17:47:27 -0700 (PDT) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/pccard chapter.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 00:47:29 -0000 imp 2003/07/03 17:47:27 PDT FreeBSD doc repository Added files: en_US.ISO8859-1/books/developers-handbook/pccard chapter.sgml Log: document, in some detail with explainations and assides, how to add a new device entry for PC Card devices with NEWCARD. I've not connected this to the build because I can't test it locally on this machine. Feel free to fix any problems in this file, so long as you don't change the semantic meaning without asking me. I write code, not docs :-) Thanks to the person who attended my devd talk in INTEROP+NETWORLD 2003 Tokyo BSD BOF via IRC who asked me how to do this in the Q&A section. An excellent question that I glossed over at the BOF, but hopefully this rectifies the problem. Eventually, I'd like to expand this to include more information about how to write a driver for a PC Card or CardBus device, but for now this will have to do. Revision Changes Path 1.1 +337 -0 doc/en_US.ISO8859-1/books/developers-handbook/pccard/chapter.sgml (new)