loader: add optional /sys filesystem method for PCI identification.
authorGary Wong <gtw@gnu.org>
Thu, 22 May 2014 03:07:42 +0000 (21:07 -0600)
committerGary Wong <gtw@gnu.org>
Fri, 30 May 2014 02:25:37 +0000 (20:25 -0600)
commit85b6f36ca5238dd3fec7c5fcacb8b7074ce53c8e
tree5b33791f4c28a62878bb6dc96519bed6a66fe938
parent090c772b8ac50c99e293862b496344a7ab8d297e
loader: add optional /sys filesystem method for PCI identification.

Introduce a simple PCI identification method of looking up the answer
the /sys filesystem (available on Linux).  Attempted after libudev, but
before DRM.

Disabled by default (available only when the --enable-sysfs configure
option is specified).

Signed-off-by: Gary Wong <gtw@gnu.org>
Acked-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac
src/loader/loader.c