Home | History | Annotate | Line # | Download | only in nand
files.nand revision 1.3.4.2
      1  1.3.4.2  jruoho # $NetBSD: files.nand,v 1.3.4.2 2011/06/06 09:08:07 jruoho Exp $
      2  1.3.4.2  jruoho 
      3  1.3.4.2  jruoho define	nandbus	{ }
      4  1.3.4.2  jruoho 
      5  1.3.4.2  jruoho device	nand: flashbus
      6  1.3.4.2  jruoho attach	nand at nandbus
      7  1.3.4.2  jruoho file	dev/nand/nand.c		nand
      8  1.3.4.2  jruoho file	dev/nand/nand_io.c	nand
      9  1.3.4.2  jruoho file	dev/nand/hamming.c	nand
     10  1.3.4.2  jruoho file	dev/nand/nand_bbt.c	nand
     11  1.3.4.2  jruoho file	dev/nand/nand_crc.c	nand
     12  1.3.4.2  jruoho file	dev/nand/nand_micron.c	nand
     13  1.3.4.2  jruoho 
     14  1.3.4.2  jruoho defpseudodev	nandemulator: nandbus
     15  1.3.4.2  jruoho file	dev/nand/nandemulator.c	nandemulator
     16  1.3.4.2  jruoho 
     17  1.3.4.2  jruoho defflag opt_nand.h		NAND_BBT
     18  1.3.4.2  jruoho defflag opt_nand.h		NAND_DEBUG
     19  1.3.4.2  jruoho defflag opt_nand.h		NAND_VERBOSE
     20