Home | History | Annotate | Line # | Download | only in conf
files.lubbock revision 1.1
      1  1.1  bsh #	$NetBSD: files.lubbock,v 1.1 2002/12/18 04:56:52 bsh 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.1  bsh device	obio {[addr=-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.1  bsh # XXX: `slot' locator is bogus, but keyboard/mouse driver needs this.
     31  1.1  bsh device  sackbc { [slot = -1] }
     32  1.1  bsh attach  sackbc at sacc
     33  1.1  bsh file	arch/arm/sa11x0/sa1111_kbc.c	sackbc
     34  1.1  bsh 
     35  1.1  bsh device	pckbd: wskbddev
     36  1.1  bsh attach	pckbd at sackbc
     37  1.1  bsh file	dev/pckbc/pckbd.c		pckbd			needs-flag
     38  1.1  bsh file	dev/pckbc/wskbdmap_mfii.c	pckbd
     39  1.1  bsh defparam PCKBD_LAYOUT
     40  1.1  bsh 
     41  1.1  bsh 
     42  1.1  bsh # XXX: not yet.
     43  1.1  bsh #attach pms at sackbc with pms_sa
     44  1.1  bsh 
     45  1.1  bsh 
     46  1.1  bsh # PCMCIA
     47  1.1  bsh include "dev/pcmcia/files.pcmcia"
     48  1.1  bsh 
     49  1.1  bsh device	sacpcic: pcmciabus
     50  1.1  bsh attach	sacpcic at sacc
     51  1.1  bsh file	arch/arm/sa11x0/sa11x1_pcic.c	sacpcic needs-flag
     52  1.1  bsh file	arch/arm/sa11x0/sa11xx_pcic.c	sacpcic
     53  1.1  bsh 
     54  1.1  bsh 
     55  1.1  bsh # LCD frame buffer
     56  1.1  bsh attach lcd at obio with lcd_obio
     57  1.1  bsh file arch/evbarm/lubbock/lcd.c		lcd_obio
     58