Add on-board CompactFlash device.

This commit is contained in:
rearnsha 2005-02-19 16:57:58 +00:00
parent 7af50b5bf5
commit 3351f73643
2 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ31244,v 1.26 2005/02/18 21:05:51 dsl Exp $
# $NetBSD: IQ31244,v 1.27 2005/02/19 16:57:58 rearnsha Exp $
#
# IQ31244 -- Intel IQ31244 Evaluation Board Kernel
#
@ -136,7 +136,7 @@ options DIAGNOSTIC # internally consistency checks
options DDB # in-kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#makeoptions DEBUG="-g" # compile full symbol table
options SYMTAB_SPACE=360000
options SYMTAB_SPACE=370000
config netbsd root on ? type ?
config netbsd-wm0 root on wm0 type nfs
@ -151,6 +151,10 @@ cpu0 at mainbus?
# On-board device support
obio* at mainbus?
com0 at obio? addr 0xfe800000 xint 1 # on-board TI 165C50 UART
# Default setting of J7 is open, which means that the interrupt is not
# connected
wdc0 at obio? addr 0xfe8f0000 width 16 # on-board CF reader
#wdc0 at obio? addr 0xfe8f0000 width 16 xint 1 # on-board CF reader
# i80321 I/O Processor peripheral support
iopxs* at mainbus?

View File

@ -1,4 +1,4 @@
# $NetBSD: files.iq31244,v 1.3 2003/06/16 17:40:50 thorpej Exp $
# $NetBSD: files.iq31244,v 1.4 2005/02/19 16:57:58 rearnsha Exp $
#
# Intel IQ31244 reference board configuration info
#
@ -24,6 +24,10 @@ file arch/evbarm/iq80321/obio_space.c obio
attach com at obio with com_obio
file arch/evbarm/iq80321/com_obio.c com_obio
# on-board CompactFlash reader
attach wdc at obio with wdc_obio
file arch/evbarm/iq31244/wdc_obio.c wdc_obio
# i80321 I/O Processor CPU support
include "arch/arm/xscale/files.i80321"