Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/marvell mvsoc needs pic_splfuncs.
details: https://anonhg.NetBSD.org/src/rev/b8a201377dff
branches: trunk
changeset: 763201:b8a201377dff
user: nonaka <nonaka%NetBSD.org@localhost>
date: Sat Mar 12 22:34:52 2011 +0000
description:
mvsoc needs pic_splfuncs.
diffstat:
sys/arch/arm/marvell/files.marvell | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r eba47e0c3688 -r b8a201377dff sys/arch/arm/marvell/files.marvell
--- a/sys/arch/arm/marvell/files.marvell Sat Mar 12 21:55:09 2011 +0000
+++ b/sys/arch/arm/marvell/files.marvell Sat Mar 12 22:34:52 2011 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: files.marvell,v 1.3 2011/03/05 14:50:56 matt Exp $
+# $NetBSD: files.marvell,v 1.4 2011/03/12 22:34:52 nonaka Exp $
#
# Configuration info for Marvell System on Chip support
#
include "arch/arm/pic/files.pic"
-device mvsoc { [unit = -1], [offset = -1], [irq = -1] } : bus_space_generic, pic
+device mvsoc { [unit = -1], [offset = -1], [irq = -1] } : bus_space_generic, pic, pic_splfuncs
attach mvsoc at mainbus
file arch/arm/marvell/mvsoc.c mvsoc
file arch/arm/marvell/mvsoc_space.c
@@ -68,7 +68,7 @@
attach gtidmac at mvsoc with gtidmac_mbus
# General Purpose I/O Port Interface
-device mvsocgpp: gpiobus, pic
+device mvsocgpp: gpiobus, pic, pic_splfuncs
attach mvsocgpp at mvsoc
file arch/arm/marvell/mvsocgpp.c mvsocgpp needs-flag
Home |
Main Index |
Thread Index |
Old Index