Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/sociox add ACPI attachment glue.
details: https://anonhg.NetBSD.org/src/rev/3f7b03134344
branches: trunk
changeset: 970256:3f7b03134344
user: nisimura <nisimura%NetBSD.org@localhost>
date: Wed Mar 18 01:40:56 2020 +0000
description:
add ACPI attachment glue.
SynQuacer/SC2A11 has UEFI/tainocore firmware which is able to select
either FDT format or ACPI format for device description.
diffstat:
sys/arch/arm/sociox/files.sociox | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 14d14839e115 -r 3f7b03134344 sys/arch/arm/sociox/files.sociox
--- a/sys/arch/arm/sociox/files.sociox Wed Mar 18 00:37:29 2020 +0000
+++ b/sys/arch/arm/sociox/files.sociox Wed Mar 18 01:40:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.sociox,v 1.3 2020/03/17 23:01:15 nisimura Exp $
+# $NetBSD: files.sociox,v 1.4 2020/03/18 01:40:56 nisimura Exp $
#
# Configuration info for Socionext Unifier/SC2A11
#
@@ -7,11 +7,13 @@
# SC2A11 SynQuacer NetSec GbE
device scx: ether, ifnet, arp, mii, bus_dma_generic
attach scx at fdt with scx_fdt
+attach scx at acpinodebus with scx_acpi
file arch/arm/sociox/if_scx.c scx
# Unifier AVE GbE
device ave: ether, ifnet, arp, mii, bus_dma_generic
attach ave at fdt with ave_fdt
+attach ave at acpinodebus with ave_acpi
file arch/arm/sociox/if_ave.c ave
# Socionext eMMC
Home |
Main Index |
Thread Index |
Old Index