diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-06-11 07:08:00 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-06-11 07:08:00 +0000 |
commit | f99cadb9ba5a31250864731a7c28aae74a8b6f1d (patch) | |
tree | c62bf5766cdc3e2f1246a0bb3b260b0eefd28cba /sys/arch/armv7/conf | |
parent | 2294f9aaaf9931a6c7a05d5ae8cbfa01e86eb94b (diff) |
dynamically attach sxiuart using the FDT
Diffstat (limited to 'sys/arch/armv7/conf')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 7c18b18e445..1a99a915f6f 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.17 2016/06/11 06:42:16 jsg Exp $ +# $OpenBSD: GENERIC,v 1.18 2016/06/11 07:07:59 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -91,7 +91,7 @@ sxiccmu* at sunxi? # Clock Control Module/Unit sxitimer* at sunxi? sxidog* at sunxi? # watchdog timer sxirtc* at sunxi? # Real Time Clock -sxiuart* at sunxi? # onboard UARTs +sxiuart* at fdt? # onboard UARTs sxie* at fdt? ahci* at sunxi? # AHCI/SATA (shim) ehci* at sunxi? # EHCI (shim) diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 8d7cbd513c5..548f34d8887 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.14 2016/06/11 06:42:16 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.15 2016/06/11 07:07:59 jsg Exp $ machine armv7 arm @@ -90,7 +90,7 @@ sxiccmu* at sunxi? # Clock Control Module/Unit sxitimer* at sunxi? sxidog* at sunxi? # watchdog timer sxirtc* at sunxi? # Real Time Clock -sxiuart* at sunxi? # onboard UARTs +sxiuart* at fdt? # onboard UARTs sxie* at fdt? ahci* at sunxi? # AHCI/SATA (shim) ehci* at sunxi? # EHCI (shim) |