Date: Thu, 4 Oct 2007 22:18:53 +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.8 pciconf.c Message-ID: <200710042218.l94MIr8P000113@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
se 2007-10-04 22:18:53 UTC FreeBSD src repository Modified files: usr.sbin/pciconf pciconf.8 pciconf.c Log: Restore compatibility with version before introduction of PCI domains. PCI selectors with 2 or 3 elements behave exactly as before (i.e. the domain is 0 and in the 2 element case, the function is also 0). The form with 4 selector elements works as in the previous revision and provides the PCI domain number as the left-most selector element. This change allows old scripts (which used the 2 or 3 selector element formats) to be kept. Without this patch, the 3 element form was parsed as starting with a domain number (and the function was assumed to be 0), with this patch, the domain is assumed to be 0 (and the last value is used as the function number). The man page is updated to describe the new selector semantics. Approved by: re (Ken Smith) Revision Changes Path 1.30 +6 -4 src/usr.sbin/pciconf/pciconf.8 1.29 +16 -14 src/usr.sbin/pciconf/pciconf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710042218.l94MIr8P000113>