From owner-cvs-all@FreeBSD.ORG Sat May 17 23:50:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B660D106566C; Sat, 17 May 2008 23:50:00 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A6F8B8FC13; Sat, 17 May 2008 23:50:00 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4HNo0Ci037641; Sat, 17 May 2008 23:50:00 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4HNo0gM037633; Sat, 17 May 2008 23:50:00 GMT (envelope-from remko) Message-Id: <200805172350.m4HNo0gM037633@repoman.freebsd.org> From: Remko Lodder Date: Sat, 17 May 2008 23:50:00 +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/amd64/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 17 May 2008 23:50:00 -0000 remko 2008-05-17 23:50:00 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC sys/amd64/conf GENERIC sys/sparc64/conf GENERIC sys/pc98/conf GENERIC sys/conf NOTES Log: Resort the if_ti driver to match the PCI Network cards instead of placing it under the mii devices list. PR: kern/123147 Submitted by: gavin Approved by: imp (mentor, implicit) MFC after: 3 days Revision Changes Path 1.499 +1 -1 src/sys/amd64/conf/GENERIC 1.1487 +1 -1 src/sys/conf/NOTES 1.487 +4 -1 src/sys/i386/conf/GENERIC 1.306 +1 -1 src/sys/pc98/conf/GENERIC 1.137 +1 -1 src/sys/sparc64/conf/GENERIC