Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/conf Add nandfcm device glue



details:   https://anonhg.NetBSD.org/src/rev/bc6ff7099b5d
branches:  trunk
changeset: 764722:bc6ff7099b5d
user:      matt <matt%NetBSD.org@localhost>
date:      Mon May 02 01:48:05 2011 +0000

description:
Add nandfcm device glue

diffstat:

 sys/arch/powerpc/conf/files.booke |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 8d437bbe862a -r bc6ff7099b5d sys/arch/powerpc/conf/files.booke
--- a/sys/arch/powerpc/conf/files.booke Mon May 02 01:47:26 2011 +0000
+++ b/sys/arch/powerpc/conf/files.booke Mon May 02 01:48:05 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.booke,v 1.2 2011/01/18 01:02:53 matt Exp $
+#      $NetBSD: files.booke,v 1.3 2011/05/02 01:48:05 matt Exp $
 #
 # PPC BookE specific configuration info
 
@@ -58,6 +58,10 @@
 attach obio at cpunode with pq3obio
 file   arch/powerpc/booke/dev/pq3obio.c        pq3obio
 
+device nandfcm: nandbus
+attach nandfcm at obio with pq3nandfcm
+file   arch/powerpc/booke/dev/pq3nandfcm.c     pq3nandfcm
+
 device nflash
 attach nflash at obio with pq3flash
 file   arch/powerpc/booke/dev/pq3flash.c       pq3flash



Home | Main Index | Thread Index | Old Index