Home | History | Annotate | Line # | Download | only in s3c2xx0
files.s3c2xx0 revision 1.1
      1  1.1  bsh #	$NetBSD: files.s3c2xx0,v 1.1 2002/11/20 17:52:49 bsh Exp $
      2  1.1  bsh #
      3  1.1  bsh # Configuration info common to Samsung S3C2800/S3C24[10]0
      4  1.1  bsh #
      5  1.1  bsh 
      6  1.1  bsh file	arch/arm/arm/softintr.c  # Use the generic ARM soft interrupt code.
      7  1.1  bsh file	arch/arm/s3c2xx0/s3c2xx0_space.c
      8  1.1  bsh 
      9  1.1  bsh # S3C2XX0's integrated peripherals bus.
     10  1.1  bsh #
     11  1.1  bsh device ssio { [index=-1], [addr=0], [size=0], [intr=-1] } : bus_space_generic
     12  1.1  bsh attach ssio at mainbus
     13  1.1  bsh file	arch/arm/s3c2xx0/s3c2xx0_irq.S
     14  1.1  bsh file	arch/arm/s3c2xx0/s3c2xx0_intr.c
     15  1.1  bsh 
     16  1.1  bsh # S3C2XX0's integrated peripherals.
     17  1.1  bsh #
     18  1.1  bsh 
     19  1.1  bsh device sscom
     20  1.1  bsh attach sscom at ssio
     21  1.1  bsh file arch/arm/s3c2xx0/sscom.c		sscom needs-flag
     22  1.1  bsh defflag	opt_sscom.h	SSCOM0CONSOLE SSCOM1CONSOLE
     23  1.1  bsh defparam opt_sscom.h	SSCOM_FREQ       # PCLK
     24  1.1  bsh 
     25  1.1  bsh 
     26