Module Name:    src
Committed By:   skrll
Date:           Mon Jan  3 08:44:11 UTC 2022

Modified Files:
        src/sys/arch/arm/apple: files.apple

Log Message:
sort


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/apple/files.apple

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/apple/files.apple
diff -u src/sys/arch/arm/apple/files.apple:1.1 src/sys/arch/arm/apple/files.apple:1.2
--- src/sys/arch/arm/apple/files.apple:1.1	Mon Aug 30 23:26:26 2021
+++ src/sys/arch/arm/apple/files.apple	Mon Jan  3 08:44:10 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: files.apple,v 1.1 2021/08/30 23:26:26 jmcneill Exp $
+#	$NetBSD: files.apple,v 1.2 2022/01/03 08:44:10 skrll Exp $
 #
 # Configuration info for Apple Silicon SoCs
 #
@@ -6,25 +6,25 @@
 
 file	arch/arm/apple/apple_platform.c		soc_apple
 
+# IOMMU
+device	appledart
+attach	appledart at fdt with apple_dart
+file	arch/arm/apple/apple_dart.c		apple_dart
+
 # Interrupt controller
 device	appleintc: pic, pic_splfuncs
 attach	appleintc at fdt with apple_intc
 file	arch/arm/apple/apple_intc.c		apple_intc
 
-# Watchdog timer
-device	applewdog: sysmon_wdog
-attach	applewdog at fdt with apple_wdog
-file	arch/arm/apple/apple_wdog.c		apple_wdog
-
 # PCIe controller
 device	applepcie: pcibus, pcihost_fdt
 attach	applepcie at fdt with apple_pcie
 file	arch/arm/apple/apple_pcie.c		apple_pcie
 
-# IOMMU
-device	appledart
-attach	appledart at fdt with apple_dart
-file	arch/arm/apple/apple_dart.c		apple_dart
+# Watchdog timer
+device	applewdog: sysmon_wdog
+attach	applewdog at fdt with apple_wdog
+file	arch/arm/apple/apple_wdog.c		apple_wdog
 
 # SOC parameters
 defflag	opt_soc.h				SOC_APPLE

Reply via email to