Home | History | Annotate | Line # | Download | only in conf
      1  1.7  kiyohara #	$NetBSD: files.g42xxeb,v 1.7 2010/09/23 07:08:57 kiyohara 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 device	opcic: pcmciabus
     35  1.1       bsh attach	opcic at opio
     36  1.1       bsh file	arch/arm/sa11x0/sa11xx_pcic.c		opcic
     37  1.1       bsh file	arch/evbarm/g42xxeb/gb225_pcic.c	opcic
     38  1.1       bsh 
     39  1.1       bsh # Cypress SL811HS USB host controller
     40  1.1       bsh attach	slhci at opio with slhci_opio
     41  1.1       bsh file	arch/evbarm/g42xxeb/gb225_slhci.c	slhci_opio
     42  1.6       bsh 
     43  1.6       bsh attach pxamci at obio with pxamci_obio
     44  1.6       bsh file   arch/evbarm/g42xxeb/g42xxeb_mci.c	pxamci_obio
     45