diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-09-25 14:02:59 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-09-25 14:02:59 +0000 |
commit | 6abe569ec8f47ba14c3dcd5d5214e7b7a020bf7a (patch) | |
tree | 11b4770d01246d44f350182d5e3043fa378b1052 /sys/src/9/bcm64 | |
parent | 0294abd5646dc9966cd98ac920b17aea3de3f57f (diff) |
devpci: provide a #$ device for PCI config access
We want to provide userspace PCI config space
access on platforms that have PCI, but do not
have ISA bus.
For this, provide a stripped down version of
devpnp, wiht only the pci support that can then
be used by pi4 (bcm64) and reform (imx8) kernels.
Diffstat (limited to 'sys/src/9/bcm64')
-rw-r--r-- | sys/src/9/bcm64/pi4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/bcm64/pi4 b/sys/src/9/bcm64/pi4 index 2300cd31a..07dbfd5b9 100644 --- a/sys/src/9/bcm64/pi4 +++ b/sys/src/9/bcm64/pi4 @@ -20,6 +20,7 @@ dev mouse mouse uart gpio gpio gpio + pci pci sd usb dtracy |