blob: f0eb863e995d73b788bdce758c2661b8e54da3e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: files.nor,v 1.3 2011/07/23 06:24:54 cliff Exp $
define norbus { }
device nor: flashbus
attach nor at norbus
file dev/nor/nor.c nor
#file dev/nor/nor_io.c nor
file dev/nor/cfi.c nor
file dev/nor/cfi_0002.c nor
defflag opt_nor.h NOR_DEBUG NOR_VERBOSE
defflag opt_cfi.h CFI_DEBUG_QRY CFI_DEBUG_JEDEC
|