Date: Fri, 13 Feb 2015 22:08:20 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r278726 - in stable/10/sys: arm/conf arm/s3c2xx0 arm/samsung/s3c2xx0 dev/usb/controller Message-ID: <201502132208.t1DM8KHK023741@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Fri Feb 13 22:08:19 2015 New Revision: 278726 URL: https://svnweb.freebsd.org/changeset/base/278726 Log: MFC r272103: Move s3c2xx0 into the samsung directory. Added: stable/10/sys/arm/samsung/s3c2xx0/ - copied from r272103, head/sys/arm/samsung/s3c2xx0/ Deleted: stable/10/sys/arm/s3c2xx0/ Modified: stable/10/sys/arm/conf/LN2410SBC stable/10/sys/arm/conf/NOTES stable/10/sys/dev/usb/controller/ohci_s3c24x0.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/arm/conf/LN2410SBC ============================================================================== --- stable/10/sys/arm/conf/LN2410SBC Fri Feb 13 22:07:45 2015 (r278725) +++ stable/10/sys/arm/conf/LN2410SBC Fri Feb 13 22:08:19 2015 (r278726) @@ -19,7 +19,7 @@ ident LN2410SBC -include "../s3c2xx0/std.ln2410sbc" +include "../samsung/s3c2xx0/std.ln2410sbc" #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions MODULES_OVERRIDE="" Modified: stable/10/sys/arm/conf/NOTES ============================================================================== --- stable/10/sys/arm/conf/NOTES Fri Feb 13 22:07:45 2015 (r278725) +++ stable/10/sys/arm/conf/NOTES Fri Feb 13 22:08:19 2015 (r278726) @@ -19,7 +19,7 @@ files "../mv/discovery/files.db78xxx" files "../mv/kirkwood/files.kirkwood" files "../mv/orion/files.db88f5xxx" files "../mv/orion/files.ts7800" -files "../s3c2xx0/files.s3c2xx0" +files "../samsung/s3c2xx0/files.s3c2xx0" files "../xscale/i80321/files.ep80219" files "../xscale/i80321/files.i80219" files "../xscale/i80321/files.i80321" Modified: stable/10/sys/dev/usb/controller/ohci_s3c24x0.c ============================================================================== --- stable/10/sys/dev/usb/controller/ohci_s3c24x0.c Fri Feb 13 22:07:45 2015 (r278725) +++ stable/10/sys/dev/usb/controller/ohci_s3c24x0.c Fri Feb 13 22:08:19 2015 (r278726) @@ -60,7 +60,7 @@ __FBSDID("$FreeBSD$"); #include <sys/rman.h> -#include <arm/s3c2xx0/s3c24x0reg.h> +#include <arm/samsung/s3c2xx0/s3c24x0reg.h> static device_probe_t ohci_s3c24x0_probe; static device_attach_t ohci_s3c24x0_attach;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502132208.t1DM8KHK023741>