diff options
author | jbranso@dismail.de <jbranso@dismail.de> | 2024-10-16 19:30:31 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-12 00:55:47 +0100 |
commit | de054cbd59eee5b20d5c6e08c53f3e0ba0fd3ff3 (patch) | |
tree | e1a36ebc0ba5de62df3d3b992a026137d0144977 | |
parent | b03a2230162e5d6e389c57602170a818f833245d (diff) | |
download | web-de054cbd59eee5b20d5c6e08c53f3e0ba0fd3ff3.tar.gz web-de054cbd59eee5b20d5c6e08c53f3e0ba0fd3ff3.tar.bz2 web-de054cbd59eee5b20d5c6e08c53f3e0ba0fd3ff3.zip |
add translator/pci-arbiter page
* hurd/translator.mdwn: add a link
* hurd/translator/pci-arbiter.mdwn: I inlined the
open_issues/pci_arbiter.mdwn page.
* open_issues/pci_arbiter.mdwn: add a period to complete a sentence.
Message-ID: <20241016233039.17856-15-jbranso@dismail.de>
-rw-r--r-- | hurd/translator.mdwn | 1 | ||||
-rw-r--r-- | hurd/translator/pci-arbiter.mdwn | 14 | ||||
-rw-r--r-- | open_issues/pci_arbiter.mdwn | 2 |
3 files changed, 16 insertions, 1 deletions
diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn index ae368527..324c5f8c 100644 --- a/hurd/translator.mdwn +++ b/hurd/translator.mdwn @@ -110,6 +110,7 @@ The [[concept|concepts]] of translators creates its own problems, too: * [[ftpfs]] * [[magic]] * [[mtab]] +* [[pci-arbiter]] * [[remap]] * [[unionfs]] * [[nfs]] diff --git a/hurd/translator/pci-arbiter.mdwn b/hurd/translator/pci-arbiter.mdwn new file mode 100644 index 00000000..359531b7 --- /dev/null +++ b/hurd/translator/pci-arbiter.mdwn @@ -0,0 +1,14 @@ +[[!meta copyright="Copyright © 2024 Free Software Foundation, +Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!tag stable_URL]] + +[[!inline pages=open_issues/pci_arbiter raw=yes feeds=no]] diff --git a/open_issues/pci_arbiter.mdwn b/open_issues/pci_arbiter.mdwn index a6f8c893..4efb79f3 100644 --- a/open_issues/pci_arbiter.mdwn +++ b/open_issues/pci_arbiter.mdwn @@ -29,7 +29,7 @@ its TODO file [[here|https://git.savannah.gnu.org/cgit/hurd/hurd.git/tree/pci-ar Samuel also gave a presentation explaining some of the awesome possibilities that the PCI Arbiter can provide. You can watch his fosdem talk -[[here|https://archive.fosdem.org/2018/schedule/event/microkernel_hurd_pci_arbiter/]] +[[here|https://archive.fosdem.org/2018/schedule/event/microkernel_hurd_pci_arbiter/]]. The end goal is to allow different userland drivers to access PCI devices concurrently, while paving the way for fine-grain per-user, per-session, etc. permission management |