Date: Thu, 4 Oct 2007 22:27:08 +0000 (UTC) From: Stefan Esser <se@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pciconf pciconf.c Message-ID: <200710042227.l94MR8m2000743@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710042227.l94MR8m2000743>