Date: Thu, 12 Nov 2009 20:48:04 +0000 (UTC) From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r199233 - projects/mips/sys/mips/atheros Message-ID: <200911122048.nACKm4ER042937@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gonzo Date: Thu Nov 12 20:48:04 2009 New Revision: 199233 URL: http://svn.freebsd.org/changeset/base/199233 Log: - include register definitions for respective controllers Modified: projects/mips/sys/mips/atheros/ar71xx_ehci.c projects/mips/sys/mips/atheros/ar71xx_ohci.c Modified: projects/mips/sys/mips/atheros/ar71xx_ehci.c ============================================================================== --- projects/mips/sys/mips/atheros/ar71xx_ehci.c Thu Nov 12 19:30:49 2009 (r199232) +++ projects/mips/sys/mips/atheros/ar71xx_ehci.c Thu Nov 12 20:48:04 2009 (r199233) @@ -52,6 +52,7 @@ __FBSDID("$FreeBSD$"); #include <dev/usb/usb_controller.h> #include <dev/usb/usb_bus.h> #include <dev/usb/controller/ehci.h> +#include <dev/usb/controller/ehcireg.h> #include <mips/atheros/ar71xx_bus_space_reversed.h> Modified: projects/mips/sys/mips/atheros/ar71xx_ohci.c ============================================================================== --- projects/mips/sys/mips/atheros/ar71xx_ohci.c Thu Nov 12 19:30:49 2009 (r199232) +++ projects/mips/sys/mips/atheros/ar71xx_ohci.c Thu Nov 12 20:48:04 2009 (r199233) @@ -47,6 +47,7 @@ __FBSDID("$FreeBSD$"); #include <dev/usb/usb_controller.h> #include <dev/usb/usb_bus.h> #include <dev/usb/controller/ohci.h> +#include <dev/usb/controller/ohcireg.h> #include <sys/rman.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911122048.nACKm4ER042937>