From owner-cvs-src@FreeBSD.ORG Sat Sep 2 20:41:47 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 B560B16A4E2; Sat, 2 Sep 2006 20:41:47 +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 5D1DC43D5D; Sat, 2 Sep 2006 20:41:47 +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 k82KflJL063658; Sat, 2 Sep 2006 20:41:47 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k82Kfl02063657; Sat, 2 Sep 2006 20:41:47 GMT (envelope-from marius) Message-Id: <200609022041.k82Kfl02063657@repoman.freebsd.org> From: Marius Strobl Date: Sat, 2 Sep 2006 20:41:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 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: Sat, 02 Sep 2006 20:41:47 -0000 marius 2006-09-02 20:41:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall devices.c Log: MFC: 1.170 (partial) - 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). Revision Changes Path 1.160.2.6 +3 -2 src/usr.sbin/sysinstall/devices.c