Home | History | Annotate | Line # | Download | only in conf
files.g42xxeb revision 1.3.10.1
      1  1.3.10.1  matt #	$NetBSD: files.g42xxeb,v 1.3.10.1 2007/11/06 23:15:56 matt Exp $
      2       1.1   bsh #
      3       1.1   bsh # Genetec corp. G4255EB evaluation board configuration info
      4       1.1   bsh #
      5       1.1   bsh 
      6       1.1   bsh file	arch/evbarm/g42xxeb/g42xxeb_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 # G4250EBX 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/g42xxeb/obio.c			obio
     15       1.1   bsh 
     16       1.1   bsh 
     17       1.1   bsh # LCD frame buffer
     18       1.1   bsh attach lcd at obio with lcd_obio
     19       1.1   bsh file arch/evbarm/g42xxeb/g42xxeb_lcd.c		lcd_obio
     20       1.3   dsl defflag opt_g42xxlcd.h  G4250_LCD_TOSHIBA_LTM035 G4250_LCD_NEC_NL3224BC35
     21       1.1   bsh 
     22       1.1   bsh device	kmkbd: wskbddev
     23       1.1   bsh attach	kmkbd at obio
     24       1.1   bsh file	arch/evbarm/g42xxeb/g42xxeb_kmkbd.c	kmkbd	needs-flag
     25       1.1   bsh 
     26       1.1   bsh attach ne at obio with ne_obio
     27       1.1   bsh file	arch/evbarm/g42xxeb/if_ne_obio.c		ne_obio
     28       1.1   bsh 
     29       1.1   bsh # Peripherals on GB-225 option board
     30       1.1   bsh device	opio {[addr=-1], [intr=-1]}
     31       1.1   bsh attach	opio at obio
     32       1.1   bsh file	arch/evbarm/g42xxeb/gb225.c			opio
     33       1.1   bsh 
     34       1.1   bsh # PCMCIA
     35       1.1   bsh include "dev/pcmcia/files.pcmcia"
     36       1.1   bsh 
     37       1.1   bsh device	opcic: pcmciabus
     38       1.1   bsh attach	opcic at opio
     39       1.1   bsh file	arch/arm/sa11x0/sa11xx_pcic.c		opcic
     40       1.1   bsh file	arch/evbarm/g42xxeb/gb225_pcic.c	opcic
     41       1.1   bsh 
     42       1.1   bsh # Cypress SL811HS USB host controller
     43       1.1   bsh attach	slhci at opio with slhci_opio
     44       1.1   bsh file	arch/evbarm/g42xxeb/gb225_slhci.c	slhci_opio
     45