From owner-cvs-src@FreeBSD.ORG Mon Apr 10 20:04:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 359F016A51B; Mon, 10 Apr 2006 20:04:23 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B820C43D4C; Mon, 10 Apr 2006 20:04:22 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3AK4Msq075302; Mon, 10 Apr 2006 20:04:22 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3AK4MJV075301; Mon, 10 Apr 2006 20:04:22 GMT (envelope-from ps) Message-Id: <200604102004.k3AK4MJV075301@repoman.freebsd.org> From: Paul Saab Date: Mon, 10 Apr 2006 20:04:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile src/sys/dev/bce if_bce.c src/sys/conf files options src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2006 20:04:23 -0000 ps 2006-04-10 20:04:22 UTC FreeBSD src repository Modified files: share/man/man4 Makefile sys/dev/bce if_bce.c sys/conf files options sys/i386/conf GENERIC sys/amd64/conf GENERIC Log: Hook bce up to the build Revision Changes Path 1.344 +1 -0 src/share/man/man4/Makefile 1.452 +1 -0 src/sys/amd64/conf/GENERIC 1.1108 +1 -0 src/sys/conf/files 1.534 +3 -0 src/sys/conf/options 1.2 +2 -0 src/sys/dev/bce/if_bce.c 1.441 +1 -0 src/sys/i386/conf/GENERIC