Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/src/trunk]: .joined/src/sys/arch/arm/apple sort
details: https://anonhg.NetBSD.org/.joined/src/rev/30786dab3e02
branches: trunk
changeset: 359412:30786dab3e02
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Jan 03 08:44:10 2022 +0000
description:
sort
diffstat:
sys/arch/arm/apple/files.apple | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diffs (45 lines):
diff -r e51f33571c09 -r 30786dab3e02 sys/arch/arm/apple/files.apple
--- a/sys/arch/arm/apple/files.apple Sun Jan 02 23:46:21 2022 +0000
+++ b/sys/arch/arm/apple/files.apple Mon Jan 03 08:44:10 2022 +0000
@@ -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
+# PCIe controller
+device applepcie: pcibus, pcihost_fdt
+attach applepcie at fdt with apple_pcie
+file arch/arm/apple/apple_pcie.c apple_pcie
+
# 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
-
# SOC parameters
defflag opt_soc.h SOC_APPLE
Home |
Main Index |
Thread Index |
Old Index