Home | History | Annotate | Line # | Download | only in conf
files.lubbock revision 1.5
      1  1.5    bjh21 #	$NetBSD: files.lubbock,v 1.5 2004/03/13 17:31:33 bjh21 Exp $
      2  1.1      bsh #
      3  1.1      bsh # Intel LUBBOCK evaluation board configuration info
      4  1.1      bsh #
      5  1.1      bsh 
      6  1.1      bsh file	arch/evbarm/lubbock/lubbock_machdep.c
      7  1.1      bsh 
      8  1.1      bsh # CPU support and integrated peripherals
      9  1.1      bsh include "arch/arm/xscale/files.pxa2x0"
     10  1.1      bsh 
     11  1.1      bsh # LUBBOCK on-board devices (including CPLD)
     12  1.2  thorpej device	obio {[addr = -1], [size = -1], [width = -1], [intr = -1]}
     13  1.1      bsh attach	obio at pxaip
     14  1.1      bsh file	arch/evbarm/lubbock/obio.c			obio
     15  1.1      bsh 
     16  1.1      bsh # SMSC LAN91C96
     17  1.1      bsh attach sm at obio with sm_obio
     18  1.1      bsh defflag opt_lubbock.h LUBBOCK_SMC91C96_16BIT
     19  1.1      bsh file	arch/evbarm/lubbock/if_sm_obio.c		sm_obio
     20  1.1      bsh file	arch/evbarm/lubbock/sm_obio_space.c		sm_obio
     21  1.1      bsh file	arch/evbarm/lubbock/sm_obio_space_asm.S		sm_obio
     22  1.1      bsh 
     23  1.1      bsh # SA1111 companion chips
     24  1.1      bsh device	sacc { [addr=-1], [size=0], [membase=-1], [memsize=0], [intr=-1] }
     25  1.1      bsh attach	sacc at obio  with sacc_obio
     26  1.1      bsh file	arch/arm/sa11x0/sa1111.c		sacc
     27  1.1      bsh file 	arch/evbarm/lubbock/sacc_obio.c  	sacc_obio
     28  1.1      bsh 
     29  1.1      bsh # PS/2 keyboard & mouse
     30  1.5    bjh21 device  sackbc: pckbport
     31  1.1      bsh attach  sackbc at sacc
     32  1.1      bsh file	arch/arm/sa11x0/sa1111_kbc.c	sackbc
     33  1.1      bsh 
     34  1.5    bjh21 include "dev/pckbport/files.pckbport"
     35  1.1      bsh 
     36  1.1      bsh # PCMCIA
     37  1.1      bsh include "dev/pcmcia/files.pcmcia"
     38  1.1      bsh 
     39  1.1      bsh device	sacpcic: pcmciabus
     40  1.1      bsh attach	sacpcic at sacc
     41  1.1      bsh file	arch/arm/sa11x0/sa11x1_pcic.c	sacpcic needs-flag
     42  1.1      bsh file	arch/arm/sa11x0/sa11xx_pcic.c	sacpcic
     43  1.3      bsh file	arch/evbarm/lubbock/lubbock_pcic.c	sacpcic
     44  1.1      bsh 
     45  1.1      bsh 
     46  1.1      bsh # LCD frame buffer
     47  1.1      bsh attach lcd at obio with lcd_obio
     48  1.4      bsh file arch/evbarm/lubbock/lubbock_lcd.c		lcd_obio
     49