From owner-cvs-all Fri Nov 8 13:12:57 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 049DD37B401; Fri, 8 Nov 2002 13:12:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA0E43E42; Fri, 8 Nov 2002 13:12:56 -0800 (PST) (envelope-from jhb@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 gA8LAsmV078136; Fri, 8 Nov 2002 13:10:54 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA8LAr31078135; Fri, 8 Nov 2002 13:10:53 -0800 (PST) Message-Id: <200211082110.gA8LAr31078135@repoman.freebsd.org> From: John Baldwin Date: Fri, 8 Nov 2002 13:10:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/tga tga_pci.c 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 jhb 2002/11/08 13:10:53 PST Modified files: sys/dev/tga tga_pci.c Log: - Move opt_fb.h earlier so it covers included headers. - Update cdevsw. Block majors are out, kqfilters are in. - No need to bzero softc's that we get from new-bus. They come that way to begin with. Revision Changes Path 1.2 +5 -6 src/sys/dev/tga/tga_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message