diff options
author | 2017-12-16 14:15:56 +0000 | |
---|---|---|
committer | 2017-12-16 14:15:56 +0000 | |
commit | 6fd5e44b33fd1cbd8fb62302c2f29dc2e8b027b6 (patch) | |
tree | beffddb90fd466c293a441544862b260a7f6591b | |
parent | Update with changes from FreeBSD via NetBSD. From Sevan Janiyan. (diff) | |
download | wireguard-openbsd-6fd5e44b33fd1cbd8fb62302c2f29dc2e8b027b6.tar.xz wireguard-openbsd-6fd5e44b33fd1cbd8fb62302c2f29dc2e8b027b6.zip |
Enable sxirsb(4).
-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 7648611c275..3b9649b3d6c 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.42 2017/11/13 21:24:27 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.43 2017/12/16 14:15:56 kettenis Exp $ # # GENERIC machine description file # @@ -101,6 +101,7 @@ sdmmc* at dwmmc? sxipio* at fdt? early 1 # GPIO pins for leds & PHYs gpio* at sxipio? sxiccmu* at fdt? early 1 # Clock Control Module/Unit +sxirsb* at fdt? early 1 # Reduced Serial Bus sxirtc* at fdt? # Real Time Clock sximmc* at fdt? # SD/MMC card controller sdmmc* at sximmc? # SD/MMC bus diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index bbeecb6d752..b941f4989b0 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.39 2017/11/13 21:24:27 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.40 2017/12/16 14:15:56 kettenis Exp $ # # GENERIC machine description file # @@ -111,6 +111,7 @@ sdmmc* at dwmmc? sxipio* at fdt? early 1 # GPIO pins for leds & PHYs gpio* at sxipio? sxiccmu* at fdt? early 1 # Clock Control Module/Unit +sxirsb* at fdt? early 1 # Reduced Serial Bus sxirtc* at fdt? # Real Time Clock sximmc* at fdt? # SD/MMC card controller sdmmc* at sximmc? # SD/MMC bus |