Module Name: src
Committed By: nonaka
Date: Sat Mar 12 22:34:52 UTC 2011
Modified Files:
src/sys/arch/arm/marvell: files.marvell
Log Message:
mvsoc needs pic_splfuncs.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/marvell/files.marvell
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/marvell/files.marvell
diff -u src/sys/arch/arm/marvell/files.marvell:1.3 src/sys/arch/arm/marvell/files.marvell:1.4
--- src/sys/arch/arm/marvell/files.marvell:1.3 Sat Mar 5 14:50:56 2011
+++ src/sys/arch/arm/marvell/files.marvell Sat Mar 12 22:34:52 2011
@@ -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