WIP: XHCI

This commit is contained in:
Jeremy Soller 2017-01-10 20:49:18 -07:00
parent efec22ba9d
commit 1127c771ce
6 changed files with 35 additions and 2 deletions

View file

@ -11,3 +11,10 @@ class = 2
vendor = 4332
device = 33128
command = ["/sbin/rtl8168d", "$NAME", "$BAR2", "$IRQ"]
[[drivers]]
name = "XHCI"
class = 12
subclass = 3
interface = 48
command = ["/sbin/xhcid", "$NAME", "$BAR0", "$IRQ"]