diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-12-03 16:15:12 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-12-03 16:15:12 +0000 |
commit | cf2f89c648d55fd28d29213763f276f523fb22c6 (patch) | |
tree | 514ba6f4f36698ce5179d4e4c5a41807192610bb /sys/src/9/pc64 | |
parent | 7eddb7fa7b965aeae238115e87d94db686d13614 (diff) |
usbxhci: split usbxhci in portable and pci / soc specific drivers
For the reform kernel, we used to have a slightly modified
copy of port/usbxhci.c as the controller was implemented in
soc specific registers and requires some rocket science
initialization.
Instead, we want to have a common generic xhci driver (usbxhci)
and separate drivers that deal with the specific implementation
such as usbxhcipci and usbxhciimx.
Diffstat (limited to 'sys/src/9/pc64')
-rw-r--r-- | sys/src/9/pc64/pc64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc64/pc64 b/sys/src/9/pc64/pc64 index e2fbb16f0..30b7d7ed7 100644 --- a/sys/src/9/pc64/pc64 +++ b/sys/src/9/pc64/pc64 @@ -85,7 +85,7 @@ link usbuhci pci usbohci pci usbehci pci usbehcipc - usbxhci pci + usbxhcipci pci usbxhci # audiosb16 dma # audioac97 pci audioac97mix |