diff options
| author | 2020-04-19 09:20:45 +0000 | |
|---|---|---|
| committer | 2020-04-19 09:20:45 +0000 | |
| commit | e40d0fbf0ab7170fdec14c85ff167d9599feb2a9 (patch) | |
| tree | a7053d6dca13bc8a08d845282941130b069f8f24 /sys/dev/fdt/files.fdt | |
| parent | Mention SIO_DEVANY instead of nonexistent SIOCTL_DEVANY constant (diff) | |
| download | wireguard-openbsd-e40d0fbf0ab7170fdec14c85ff167d9599feb2a9.tar.xz wireguard-openbsd-e40d0fbf0ab7170fdec14c85ff167d9599feb2a9.zip | |
Add bcmpcie(4), a driver for the PCIe controller found on the Raspberry Pi 4.
In its current state the driver relies on the firmware for initializing
the controller. Therefore it only really works when using the EDK2-based
UEFI firmware.
ok jsg@
Diffstat (limited to 'sys/dev/fdt/files.fdt')
| -rw-r--r-- | sys/dev/fdt/files.fdt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index a52083a9770..45cb91e0cbc 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.118 2020/04/18 07:55:06 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.119 2020/04/19 09:20:45 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -85,6 +85,10 @@ device bcmdog attach bcmdog at fdt file dev/fdt/bcm2835_dog.c bcmdog +device bcmpcie: pcibus +attach bcmpcie at fdt +file dev/fdt/bcm2711_pcie.c bcmpcie + device bcmrng attach bcmrng at fdt file dev/fdt/bcm2835_rng.c bcmrng |
