diff --git a/sys/arch/evbarm/conf/IQ31244 b/sys/arch/evbarm/conf/IQ31244 index 8956b8366fd7..2716ac66649f 100644 --- a/sys/arch/evbarm/conf/IQ31244 +++ b/sys/arch/evbarm/conf/IQ31244 @@ -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? diff --git a/sys/arch/evbarm/conf/files.iq31244 b/sys/arch/evbarm/conf/files.iq31244 index 9599b0738c1a..dfb356f3e06c 100644 --- a/sys/arch/evbarm/conf/files.iq31244 +++ b/sys/arch/evbarm/conf/files.iq31244 @@ -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"