2b8dd96a5c
Consolidate ~30 absorbed base patches into surviving carriers. Add new init service files, driver sources, and network/storage modules for the base recipe. Move absorbed patches to local/patches/base/absorbed/.
15 lines
541 B
Diff
15 lines
541 B
Diff
--- a/drivers/hwd/src/main.rs
|
|
+++ b/drivers/hwd/src/main.rs
|
|
@@ -35,12 +35,6 @@ fn daemon(daemon: daemon::Daemon) -> ! {
|
|
}
|
|
};
|
|
|
|
- //TODO: launch pcid based on backend information?
|
|
- // Must launch after acpid but before probe calls /scheme/acpi/symbols
|
|
- #[allow(deprecated, reason = "we can't yet move this to init")]
|
|
- daemon::Daemon::spawn(process::Command::new("pcid"));
|
|
-
|
|
daemon.ready();
|
|
|
|
//TODO: HWD is meant to locate PCI/XHCI/etc devices in ACPI and DeviceTree definitions and start their drivers
|