diff options
author | 2020-04-14 21:02:39 +0000 | |
---|---|---|
committer | 2020-04-14 21:02:39 +0000 | |
commit | d3a0e4e9656053b607f5051246e620b4ad57b18f (patch) | |
tree | 41816acdebec50ca7ea2f228ddd149168d685a13 /sys/dev/acpi/files.acpi | |
parent | Add BCM54210E support. (diff) | |
download | wireguard-openbsd-d3a0e4e9656053b607f5051246e620b4ad57b18f.tar.xz wireguard-openbsd-d3a0e4e9656053b607f5051246e620b4ad57b18f.zip |
Add bse(4), a driver for the Broadcom GENET v5 network interface found on
the Raspberry Pi4.
ok patrick@
Diffstat (limited to 'sys/dev/acpi/files.acpi')
-rw-r--r-- | sys/dev/acpi/files.acpi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/acpi/files.acpi b/sys/dev/acpi/files.acpi index 1a635fd86be..496d7ef1ed1 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.53 2019/12/23 08:05:42 kettenis Exp $ +# $OpenBSD: files.acpi,v 1.54 2020/04/14 21:02:39 kettenis Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -212,3 +212,7 @@ file dev/acpi/ccp_acpi.c ccp_acpi device amdgpio attach amdgpio at acpi file dev/acpi/amdgpio.c amdgpio + +# Broadcom BC7XXX Ethernet controller +attach bse at acpi with bse_acpi +file dev/acpi/if_bse_acpi.c bse_acpi |