summaryrefslogtreecommitdiff
path: root/pci-arbiter/TODO
blob: 22ae72a887d25f9663c351ad47002da5c04c6b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- add "--pci 00:1f.3" option to easily specify a PCI device instead of having to
  use --bus, --dev, and --func.

- memset + snprintf looks dubious

- pci_get_ndevs should be deprecated, applications shouldn't be relying on this

- we shouldn't duplicate pci_access.[ch] x86_pci.[ch] from libpciaccess, we
  should get libpciaccess to expose pci_system_x86_create() to keep the
  maintenance of x86 port knocking there.

  At least one difference with libpciaccess is the refresh operation. Perhaps
  we'd need to extend libpciaccess to fix that.

  BTW we could also support libpci.