From owner-cvs-src@FreeBSD.ORG Fri Sep 1 22:34:50 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 69EF316A4DA; Fri, 1 Sep 2006 22:34:50 +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 26D8543D45; Fri, 1 Sep 2006 22:34:50 +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 k81MYodm018059; Fri, 1 Sep 2006 22:34:50 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k81MYoh5018058; Fri, 1 Sep 2006 22:34:50 GMT (envelope-from marius) Message-Id: <200609012234.k81MYoh5018058@repoman.freebsd.org> From: Marius Strobl Date: Fri, 1 Sep 2006 22:34:50 +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/usr.sbin/sysinstall devices.c 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: Fri, 01 Sep 2006 22:34:50 -0000 marius 2006-09-01 22:34:49 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall devices.c Log: - Improve the description of gem(4); the Sun chips it supports are termed ERI and GEM rather than GMAC. - Bring the description of le(4) in line with the current le(4); it was still refering to the old i386 ISA-only le(4) which was nuked along with ISA_COMPAT while HEAD was FreeBSD 5. - Add an entry for hme(4). - Remove the obsolete entry for lnc(4). MFC after: 1 day Revision Changes Path 1.170 +3 -3 src/usr.sbin/sysinstall/devices.c