2004-03-13 20:31:33 +03:00
|
|
|
# $NetBSD: files.lubbock,v 1.5 2004/03/13 17:31:33 bjh21 Exp $
|
2002-12-18 07:56:52 +03:00
|
|
|
#
|
|
|
|
# Intel LUBBOCK evaluation board configuration info
|
|
|
|
#
|
|
|
|
|
|
|
|
file arch/evbarm/lubbock/lubbock_machdep.c
|
|
|
|
|
|
|
|
# CPU support and integrated peripherals
|
|
|
|
include "arch/arm/xscale/files.pxa2x0"
|
|
|
|
|
|
|
|
# LUBBOCK on-board devices (including CPLD)
|
2003-06-16 21:40:49 +04:00
|
|
|
device obio {[addr = -1], [size = -1], [width = -1], [intr = -1]}
|
2002-12-18 07:56:52 +03:00
|
|
|
attach obio at pxaip
|
|
|
|
file arch/evbarm/lubbock/obio.c obio
|
|
|
|
|
|
|
|
# SMSC LAN91C96
|
|
|
|
attach sm at obio with sm_obio
|
|
|
|
defflag opt_lubbock.h LUBBOCK_SMC91C96_16BIT
|
|
|
|
file arch/evbarm/lubbock/if_sm_obio.c sm_obio
|
|
|
|
file arch/evbarm/lubbock/sm_obio_space.c sm_obio
|
|
|
|
file arch/evbarm/lubbock/sm_obio_space_asm.S sm_obio
|
|
|
|
|
|
|
|
# SA1111 companion chips
|
|
|
|
device sacc { [addr=-1], [size=0], [membase=-1], [memsize=0], [intr=-1] }
|
|
|
|
attach sacc at obio with sacc_obio
|
|
|
|
file arch/arm/sa11x0/sa1111.c sacc
|
|
|
|
file arch/evbarm/lubbock/sacc_obio.c sacc_obio
|
|
|
|
|
|
|
|
# PS/2 keyboard & mouse
|
2004-03-13 20:31:33 +03:00
|
|
|
device sackbc: pckbport
|
2002-12-18 07:56:52 +03:00
|
|
|
attach sackbc at sacc
|
|
|
|
file arch/arm/sa11x0/sa1111_kbc.c sackbc
|
|
|
|
|
2004-03-13 20:31:33 +03:00
|
|
|
include "dev/pckbport/files.pckbport"
|
2002-12-18 07:56:52 +03:00
|
|
|
|
|
|
|
# PCMCIA
|
|
|
|
include "dev/pcmcia/files.pcmcia"
|
|
|
|
|
|
|
|
device sacpcic: pcmciabus
|
|
|
|
attach sacpcic at sacc
|
|
|
|
file arch/arm/sa11x0/sa11x1_pcic.c sacpcic needs-flag
|
|
|
|
file arch/arm/sa11x0/sa11xx_pcic.c sacpcic
|
2003-08-08 04:11:21 +04:00
|
|
|
file arch/evbarm/lubbock/lubbock_pcic.c sacpcic
|
2002-12-18 07:56:52 +03:00
|
|
|
|
|
|
|
|
|
|
|
# LCD frame buffer
|
|
|
|
attach lcd at obio with lcd_obio
|
2003-08-09 23:38:53 +04:00
|
|
|
file arch/evbarm/lubbock/lubbock_lcd.c lcd_obio
|