From owner-cvs-src@FreeBSD.ORG Thu Oct 4 22:27:09 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F85D16A468; Thu, 4 Oct 2007 22:27:09 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E4E7513C4A7; Thu, 4 Oct 2007 22:27:08 +0000 (UTC) (envelope-from se@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 l94MR8io000744; Thu, 4 Oct 2007 22:27:08 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l94MR8m2000743; Thu, 4 Oct 2007 22:27:08 GMT (envelope-from se) Message-Id: <200710042227.l94MR8m2000743@repoman.freebsd.org> From: Stefan Esser Date: Thu, 4 Oct 2007 22:27:08 +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/pciconf pciconf.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: Thu, 04 Oct 2007 22:27:09 -0000 se 2007-10-04 22:27:08 UTC FreeBSD src repository Modified files: usr.sbin/pciconf pciconf.c Log: Make selector parsing accept the dot "." as an alternative selector with identical meaning as the colon ":". This is to support a syntax that is more similar to a PCI device specification in the device hints file. The selector is not fully compatible with the specification in the hints file, since entries in that file use a different prefix, which needs to be added to the getsel() routine, if full support of that syntax is found to be desirable. Approved by: re (Ken Smith) Revision Changes Path 1.30 +1 -1 src/usr.sbin/pciconf/pciconf.c