diff options
author | tobhe <tobhe@cvs.openbsd.org> | 2020-04-21 19:10:33 +0000 |
---|---|---|
committer | tobhe <tobhe@cvs.openbsd.org> | 2020-04-21 19:10:33 +0000 |
commit | 59998484231388f24ff242ec0f39430b269fb4d4 (patch) | |
tree | b6cc498e4ddd41eb46cc20703d29be676d003c2f /sys/arch/arm64 | |
parent | 8485bce8ba4015634181564f6aa98d8cac560a44 (diff) |
Enable bcmdmac(4).
ok kettenis@
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index dd025663787..717814db673 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.154 2020/04/19 16:04:34 tobhe Exp $ +# $OpenBSD: GENERIC,v 1.155 2020/04/21 19:10:32 tobhe Exp $ # # GENERIC machine description file # @@ -153,6 +153,7 @@ dwctwo* at fdt? usb* at dwctwo? bcmmbox* at fdt? early 1 bcmclock* at fdt? early 1 +bcmdmac* at fdt? early 1 # Amlogic SoCs amlclock* at fdt? early 1 diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 94075b5ed70..6088f73c7ba 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.117 2020/04/19 16:04:34 tobhe Exp $ +# $OpenBSD: RAMDISK,v 1.118 2020/04/21 19:10:32 tobhe Exp $ # # GENERIC machine description file # @@ -138,6 +138,7 @@ dwctwo* at fdt? usb* at dwctwo? bcmmbox* at fdt? early 1 bcmclock* at fdt? early 1 +bcmdmac* at fdt? early 1 # Amlogic SoCs amlclock* at fdt? early 1 |