From owner-svn-src-all@FreeBSD.ORG Mon Feb 28 13:38:40 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D3371065672; Mon, 28 Feb 2011 13:38:40 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 350448FC13; Mon, 28 Feb 2011 13:38:40 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id E291B46B37; Mon, 28 Feb 2011 08:38:39 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.10]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 86C418A02B; Mon, 28 Feb 2011 08:38:39 -0500 (EST) From: John Baldwin To: Nathan Whitehorn Date: Mon, 28 Feb 2011 07:59:59 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.4-CBSD-20110107; KDE/4.4.5; amd64; ; ) References: <201102261458.p1QEws75077588@svn.freebsd.org> In-Reply-To: <201102261458.p1QEws75077588@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201102280759.59927.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Mon, 28 Feb 2011 08:38:39 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r219056 - in head/sys: cam/ata cam/scsi dev/ata geom X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2011 13:38:40 -0000 On Saturday, February 26, 2011 9:58:54 am Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Sat Feb 26 14:58:54 2011 > New Revision: 219056 > URL: http://svn.freebsd.org/changeset/base/219056 > > Log: > Add the disk ident and a human-meaningful description (here, the disk model > string) to the geom_disk config XML so that they are easily accessible from > userland. > > MFC after: 1 week Not sure if you want to do this for mfi_disk.c, etc.? Logical disks in mfi(4) have an optional volume name for example (the BIOS typically fills it in with "RAID 5" or some such when you create a volume in the BIOS) that might be worth exporting as the description for mfidX devices. Not sure about other disk devices such as twed. -- John Baldwin