cvs commit: src/usr.sbin/pciconf pciconf.c
Stefan Esser
se at FreeBSD.org
Thu Oct 4 15:27:09 PDT 2007
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
More information about the cvs-src
mailing list