Module Name:    src
Committed By:   matt
Date:           Mon May  2 01:48:05 UTC 2011

Modified Files:
        src/sys/arch/powerpc/conf: files.booke

Log Message:
Add nandfcm device glue


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/powerpc/conf/files.booke

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/powerpc/conf/files.booke
diff -u src/sys/arch/powerpc/conf/files.booke:1.2 src/sys/arch/powerpc/conf/files.booke:1.3
--- src/sys/arch/powerpc/conf/files.booke:1.2	Tue Jan 18 01:02:53 2011
+++ src/sys/arch/powerpc/conf/files.booke	Mon May  2 01:48:05 2011
@@ -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

Reply via email to