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;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to