From bc186fbb0d1a648d5985c02eceb07a75586189d6 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 27 Aug 2017 11:23:05 -0600 Subject: [PATCH] Disable XHCI driver due to lockups --- filesystem.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/filesystem.toml b/filesystem.toml index 2124a24a6b..7405c0736e 100644 --- a/filesystem.toml +++ b/filesystem.toml @@ -45,9 +45,9 @@ device = 33128 command = ["rtl8168d", "$NAME", "$BAR2", "$IRQ"] # xhcid -[[drivers]] -name = "XHCI" -class = 12 -subclass = 3 -interface = 48 -command = ["xhcid", "$NAME", "$BAR0", "$IRQ"] +# [[drivers]] +# name = "XHCI" +# class = 12 +# subclass = 3 +# interface = 48 +# command = ["xhcid", "$NAME", "$BAR0", "$IRQ"]