diff options
author | Joan Lledó <jlledom@mailfence.com> | 2020-05-02 19:43:25 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-05-02 19:43:52 +0200 |
commit | ce204cc44942021415d9cac1b943351cadafb627 (patch) | |
tree | 982aa3ee73da2447cd825b6de06d968fd48bb456 /pci-arbiter | |
parent | 0ea8d21ac707ead90cb9e0edcc66bc69224f9949 (diff) | |
download | hurd-ce204cc44942021415d9cac1b943351cadafb627.tar.gz hurd-ce204cc44942021415d9cac1b943351cadafb627.tar.bz2 hurd-ce204cc44942021415d9cac1b943351cadafb627.zip |
pci-arbiter: Remove obsolete TODO items
* pci-arbiter/TODO: Remove --pci and memset+snprintf TODO items which
are already done.
Diffstat (limited to 'pci-arbiter')
-rw-r--r-- | pci-arbiter/TODO | 5 |
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: |