From owner-cvs-all@FreeBSD.ORG Sun Dec 7 16:11:50 2003 Return-Path: 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 EA92316A4CF; Sun, 7 Dec 2003 16:11:50 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E85943FAF; Sun, 7 Dec 2003 16:11:49 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hB80Bm8l015412; Sun, 7 Dec 2003 17:11:48 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 07 Dec 2003 17:11:16 -0700 (MST) Message-Id: <20031207.171116.78657213.imp@bsdimp.com> To: bmah@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200312072236.hB7MasO0038858@intruder.kitchenlab.org> References: <200312070418.hB74IqvM016514@repoman.freebsd.org> <200312072236.hB7MasO0038858@intruder.kitchenlab.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4/man4.i386 dgb.4 src/sys/i386/conf NOTES src/sys/pc98/conf NOTES src/sys/conf files.i386 files.pc98 majors options src/sys/dev/dgb dgb.c dgbios.h dgfep.h dgreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2003 00:11:51 -0000 In message: <200312072236.hB7MasO0038858@intruder.kitchenlab.org> "Bruce A. Mah" writes: : If memory serves me right, Warner Losh wrote: : > imp 2003/12/06 20:18:52 PST : > : > FreeBSD src repository : > : > Modified files: : > sys/i386/conf NOTES : > sys/pc98/conf NOTES : > sys/conf files.i386 files.pc98 majors options : > Removed files: : > share/man/man4/man4.i386 dgb.4 : > sys/dev/dgb dgb.c dgbios.h dgfep.h dgreg.h : > Log: : > The dgb driver is redundant with the digi driver in the tree. It uses : > lots of old interfaces, and digi now supports all cards that dgb : > supported. The author of the driver says that this is no longer : > necessary. : : The dgb driver had one advantage over digi: It had a manual page. :-) : : If anyone's interested in fixing this shortcoming, the primary : requirement is probably familiarity with the hardware...mdoc knowledge : is secondary. Those not comfortable with mdoc should enquire on the doc@ : list for someone who can help with markup. I've gone ahead and re-committed dgb as digi.4. Warner