Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/conf config goop for apbus and dwc2/usb



details:   https://anonhg.NetBSD.org/src/rev/80915dafbbf2
branches:  trunk
changeset: 334782:80915dafbbf2
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sat Dec 06 14:36:52 2014 +0000

description:
config goop for apbus and dwc2/usb

diffstat:

 sys/arch/mips/conf/files.ingenic |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 37f28a3a327d -r 80915dafbbf2 sys/arch/mips/conf/files.ingenic
--- a/sys/arch/mips/conf/files.ingenic  Sat Dec 06 14:35:47 2014 +0000
+++ b/sys/arch/mips/conf/files.ingenic  Sat Dec 06 14:36:52 2014 +0000
@@ -1,6 +1,18 @@
-#      $NetBSD: files.ingenic,v 1.1 2014/11/22 15:17:01 macallan Exp $
+#      $NetBSD: files.ingenic,v 1.2 2014/12/06 14:36:52 macallan Exp $
+
+include "dev/scsipi/files.scsipi"              # SCSI devices
+include "dev/ata/files.ata"                    # ATA devices
+include "dev/usb/files.usb"                    # USB devices
 
 # On-chip UART device
 attach com at mainbus with com_mainbus
 file   arch/mips/ingenic/ingenic_com.c com_mainbus
 
+# Ingenic system bus
+device apbus { [addr=-1] }
+attach apbus at mainbus
+file   arch/mips/ingenic/apbus.c               apbus
+
+# USB
+attach dwctwo at apbus with ingenic_dwctwo
+file   arch/mips/ingenic/ingenic_dwctwo.c      ingenic_dwctwo  needs-flag



Home | Main Index | Thread Index | Old Index