diff options
-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 |