Home | History | Annotate | Line # | Download | only in conf
files.netwalker revision 1.3
      1  1.3  bsh #	$NetBSD: files.netwalker,v 1.3 2012/04/17 10:19:57 bsh Exp $
      2  1.1  bsh #
      3  1.3  bsh # Sharp Netwalker
      4  1.1  bsh #
      5  1.1  bsh 
      6  1.1  bsh file	arch/evbarm/netwalker/netwalker_machdep.c
      7  1.1  bsh 
      8  1.1  bsh # Kernel boot arguments
      9  1.1  bsh defparam opt_machdep.h				BOOT_ARGS
     10  1.1  bsh 
     11  1.1  bsh # CPU support and integrated peripherals
     12  1.1  bsh include "arch/arm/imx/files.imx51"
     13  1.1  bsh 
     14  1.2  bsh device imxusbc_axi
     15  1.2  bsh attach imxusbc at axi with imxusbc_axi
     16  1.2  bsh file   arch/evbarm/netwalker/netwalker_usb.c	imxusbc_axi
     17  1.3  bsh 
     18  1.3  bsh # LCD controller
     19  1.3  bsh attach	ipu at axi with lcd_netwalker
     20  1.3  bsh file	arch/evbarm/netwalker/netwalker_lcd.c	lcd_netwalker
     21  1.3  bsh defflag	opt_netwalker_lcd.h			LCD_DEBUG
     22