From owner-cvs-src@FreeBSD.ORG Wed May 17 20:44: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 6378916AAA8; Wed, 17 May 2006 20:44:23 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D3543D49; Wed, 17 May 2006 20:44:23 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4HKi10E051840; Wed, 17 May 2006 20:44:01 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4HKi1It051839; Wed, 17 May 2006 20:44:01 GMT (envelope-from marius) Message-Id: <200605172044.k4HKi1It051839@repoman.freebsd.org> From: Marius Strobl Date: Wed, 17 May 2006 20:44:01 +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/sys/i386/conf GENERIC src/sys/pc98/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: Wed, 17 May 2006 20:44:23 -0000 marius 2006-05-17 20:44:01 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC sys/pc98/conf GENERIC Log: - As only the PCI front-end of le(4) is common to all platforms move its entry to the PCI NICs section so it's in the same spot in all GENERIC config files. - Add a note to the description of pcn(4) informing that is has precedence over le(4). Revision Changes Path 1.448 +2 -2 src/sys/i386/conf/GENERIC 1.279 +2 -2 src/sys/pc98/conf/GENERIC