diff options
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 720c5731faa..b3eaa62547c 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.39 2017/09/19 15:39:23 patrick Exp $ +# $OpenBSD: GENERIC,v 1.40 2017/09/21 12:01:52 patrick Exp $ # # GENERIC machine description file # @@ -104,6 +104,7 @@ sxiccmu* at fdt? early 1 # Clock Control Module/Unit sxirtc* at fdt? # Real Time Clock sximmc* at fdt? # SD/MMC card controller sdmmc* at sximmc? # SD/MMC bus +dwxe* at fdt? # PCI ppb* at pci? # PCI-PCI bridges diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 909321e83f1..9cdc0b984c6 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.36 2017/09/19 15:39:23 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.37 2017/09/21 12:01:52 patrick Exp $ # # GENERIC machine description file # @@ -114,6 +114,7 @@ sxiccmu* at fdt? early 1 # Clock Control Module/Unit sxirtc* at fdt? # Real Time Clock sximmc* at fdt? # SD/MMC card controller sdmmc* at sximmc? # SD/MMC bus +dwxe* at fdt? # PCI ppb* at pci? # PCI-PCI bridges |