summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Lledó <jlledom@mailfence.com>2020-05-02 19:43:25 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-05-02 19:43:52 +0200
commitce204cc44942021415d9cac1b943351cadafb627 (patch)
tree982aa3ee73da2447cd825b6de06d968fd48bb456
parent0ea8d21ac707ead90cb9e0edcc66bc69224f9949 (diff)
pci-arbiter: Remove obsolete TODO items
* pci-arbiter/TODO: Remove --pci and memset+snprintf TODO items which are already done.
-rw-r--r--pci-arbiter/TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/pci-arbiter/TODO b/pci-arbiter/TODO
index 30ae66d0..58bc6697 100644
--- a/pci-arbiter/TODO
+++ b/pci-arbiter/TODO
@@ -1,8 +1,3 @@
-- 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
- In pci-ops.c - config_block_op: