This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via b261eb886e4ee068515484727955e416517a03b4 (commit)
from a5fc9f2e767f034830ee5b179123b093180bf259 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b261eb886e4ee068515484727955e416517a03b4
Author: Damien Zammit <[email protected]>
Date: Tue Mar 9 00:04:56 2021 +1100
pci-arbiter: Introduce machdev into this server
* pci-arbiter/Makefile
Add machdev lib and simplify
* pci-arbiter/main.c
(pci_device_{open,close,shutdown}): New methods
(netfs_server_func): Thread the demuxer loop
(pcifs_startup): Custom startup method
(main): Use machdev for server and detach worker threads
* pci-arbiter/options.{c,h}
Add disk-server-task and priv ports
* pci-arbiter/startup-ops.c
Delete file
Message-Id: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
pci-arbiter/Makefile | 7 +-
pci-arbiter/main.c | 187 ++++++++++++++++++++++++++++++++++++++++++++--
pci-arbiter/options.c | 19 +++++
pci-arbiter/options.h | 8 ++
pci-arbiter/pcifs.c | 29 +++----
pci-arbiter/pcifs.h | 6 +-
pci-arbiter/startup-ops.c | 44 -----------
7 files changed, 229 insertions(+), 71 deletions(-)
delete mode 100644 pci-arbiter/startup-ops.c
hooks/post-receive
--
Hurd