[openfirmware] [commit] r2069 - dev/usb2/hcd/ehci

repository service svn at openfirmware.info
Wed Dec 8 22:26:18 CET 2010


Author: wmb
Date: Wed Dec  8 22:26:17 2010
New Revision: 2069
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2069

Log:
Move EHCI device_type declaration into a different file.

Modified:
   dev/usb2/hcd/ehci/ehci.bth
   dev/usb2/hcd/ehci/ehci.fth

Modified: dev/usb2/hcd/ehci/ehci.bth
==============================================================================
--- dev/usb2/hcd/ehci/ehci.bth	Wed Dec  8 22:24:34 2010	(r2068)
+++ dev/usb2/hcd/ehci/ehci.bth	Wed Dec  8 22:26:17 2010	(r2069)
@@ -9,8 +9,6 @@
 
 FCode-version2
 
-" ehci" encode-string " device_type" property
-
 fload ${BP}/dev/usb2/hcd/ehci/pci.fth
 fload ${BP}/dev/usb2/hcd/ehci/loadpkg.fth
 

Modified: dev/usb2/hcd/ehci/ehci.fth
==============================================================================
--- dev/usb2/hcd/ehci/ehci.fth	Wed Dec  8 22:24:34 2010	(r2068)
+++ dev/usb2/hcd/ehci/ehci.fth	Wed Dec  8 22:26:17 2010	(r2069)
@@ -1,6 +1,8 @@
 purpose: Driver for EHCI USB Controller
 \ See license at end of file
 
+" ehci" encode-string " device_type" property
+
 hex
 headers
 



More information about the openfirmware mailing list