Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Some dwc2 glue.
details: https://anonhg.NetBSD.org/src/rev/282d02dce630
branches: trunk
changeset: 790145:282d02dce630
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Sep 21 13:22:48 2013 +0000
description:
Some dwc2 glue.
diffstat:
sys/arch/arm/broadcom/files.bcm2835 | 6 +++++-
sys/conf/files | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diffs (40 lines):
diff -r ac4a061f37de -r 282d02dce630 sys/arch/arm/broadcom/files.bcm2835
--- a/sys/arch/arm/broadcom/files.bcm2835 Sat Sep 21 13:17:00 2013 +0000
+++ b/sys/arch/arm/broadcom/files.bcm2835 Sat Sep 21 13:22:48 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.bcm2835,v 1.16 2013/03/24 19:55:19 jmcneill Exp $
+# $NetBSD: files.bcm2835,v 1.17 2013/09/21 13:22:48 skrll Exp $
#
# Configuration info for Broadcom BCM2835 ARM Peripherals
#
@@ -59,6 +59,10 @@
attach dotg at obio with dotg_amba
file arch/arm/broadcom/bcm2835_dotg.c dotg needs-flag
+# USB (BCM2835_USB_BASE)
+attach dwctwo at obio with bcmdwctwo
+file arch/arm/broadcom/bcm2835_dwctwo.c bcmdwctwo needs-flag
+
# GPIO misc. functions
define bcm2835_gpio_subr
file arch/arm/broadcom/bcm2835_gpio_subr.c bcm2835_gpio_subr
diff -r ac4a061f37de -r 282d02dce630 sys/conf/files
--- a/sys/conf/files Sat Sep 21 13:17:00 2013 +0000
+++ b/sys/conf/files Sat Sep 21 13:22:48 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.1079 2013/09/08 12:51:14 jmcneill Exp $
+# $NetBSD: files,v 1.1080 2013/09/21 13:22:48 skrll Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
version 20100430
@@ -1213,6 +1213,10 @@
device dotg: usbus, usbroothub, usb_dma
file dev/usb/dwc_otg.c dotg needs-flag
+# DesignWare HS OTG host controller
+#
+include "external/bsd/dwc2/conf/files.dwc2"
+
# USB HID processing (as used by bluetooth and usb code)
define hid
file dev/usb/hid.c hid
Home |
Main Index |
Thread Index |
Old Index