Home | History | Annotate | Line # | Download | only in conf
files.ingenic revision 1.3
      1 #	$NetBSD: files.ingenic,v 1.3 2015/03/08 17:14:27 macallan Exp $
      2 
      3 include "dev/scsipi/files.scsipi"		# SCSI devices
      4 include "dev/ata/files.ata"			# ATA devices
      5 include "dev/usb/files.usb"			# USB devices
      6 
      7 # On-chip UART device
      8 attach	com at mainbus with com_mainbus
      9 file	arch/mips/ingenic/ingenic_com.c	com_mainbus
     10 
     11 # Ingenic system bus
     12 device	apbus { [addr=-1] }
     13 attach	apbus at mainbus
     14 file	arch/mips/ingenic/apbus.c		apbus
     15 
     16 # USB
     17 attach dwctwo at apbus with ingenic_dwctwo
     18 file	arch/mips/ingenic/ingenic_dwctwo.c	ingenic_dwctwo	needs-flag
     19 
     20 attach ohci at apbus with ingenic_ohci
     21 file	arch/mips/ingenic/ingenic_ohci.c	ingenic_ohci	needs-flag
     22 
     23 attach ehci at apbus with ingenic_ehci
     24 file	arch/mips/ingenic/ingenic_ehci.c	ingenic_ehci	needs-flag
     25