Home | History | Annotate | Download | only in gumstix
History log of /src/sys/arch/evbarm/gumstix/if_sm_gxio.c
RevisionDateAuthorComments
 1.11  27-Oct-2012  chs split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.10  01-Jul-2011  dyoung branches: 1.10.2; 1.10.12;
#include <sys/bus.h> instead of <machine/bus.h>.
 1.9  28-Aug-2010  kiyohara Remove a white space.
 1.8  15-Mar-2010  kiyohara branches: 1.8.2;
Use bus_space_write_2() instead of _1, because sm(4) is 16bit/word.
 1.7  09-Aug-2009  kiyohara branches: 1.7.2;
Support verdex and verdex-pro.
And
+ Support LCD controller.
+ Support SMSC LAN 9117 Ethernet controller.
+ Comment outed 'options GXIO_DEFAULT_EXPANSION'. As for verdex-pro being
sold now, this option becomes obstructive.
+ Remove some usb devices in GUMSTIX.
+ Update GUMSTIX.

Also
Fix ARM ABI in gumstix_start.S. Thanks Brett Slager <bds at ifgd.net>.
Calculate RAM size in gumstix_start.S.
 1.6  11-May-2008  kiyohara Split device_t/softc.
 1.5  28-Apr-2008  martin branches: 1.5.2;
Remove clause 3 and 4 from TNF licenses
 1.4  17-Oct-2007  garbled branches: 1.4.16; 1.4.18; 1.4.20;
Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
 1.3  14-Aug-2007  kiyohara branches: 1.3.2;
Add ARGSUSED.
 1.2  18-Jan-2007  kiyohara branches: 1.2.6; 1.2.14; 1.2.18; 1.2.20; 1.2.22;
Use device_private() and aprint_*.
 1.1  16-Oct-2006  kiyohara branches: 1.1.2; 1.1.4; 1.1.8;
Add initial support for the PXA255-based gumstix board.
 1.1.8.4  03-Sep-2007  yamt sync with head.
 1.1.8.3  26-Feb-2007  yamt sync with head.
 1.1.8.2  30-Dec-2006  yamt sync with head.
 1.1.8.1  16-Oct-2006  yamt file if_sm_gxio.c was added on branch yamt-lazymbuf on 2006-12-30 20:45:49 +0000
 1.1.4.3  01-Feb-2007  ad Sync with head.
 1.1.4.2  18-Nov-2006  ad Sync with head.
 1.1.4.1  16-Oct-2006  ad file if_sm_gxio.c was added on branch newlock2 on 2006-11-18 21:29:10 +0000
 1.1.2.2  22-Oct-2006  yamt sync with head
 1.1.2.1  16-Oct-2006  yamt file if_sm_gxio.c was added on branch yamt-splraiseipl on 2006-10-22 06:04:38 +0000
 1.2.22.1  16-Aug-2007  jmcneill Sync with HEAD.
 1.2.20.1  01-Nov-2007  rjs Sync with HEAD.
 1.2.18.1  15-Aug-2007  skrll Sync with HEAD.
 1.2.14.1  03-Oct-2007  garbled Sync with HEAD
 1.2.6.1  20-Aug-2007  ad Sync with HEAD.
 1.3.2.1  06-Nov-2007  matt sync with HEAD
 1.4.20.4  09-Oct-2010  yamt sync with head
 1.4.20.3  11-Aug-2010  yamt sync with head.
 1.4.20.2  19-Aug-2009  yamt sync with head.
 1.4.20.1  16-May-2008  yamt sync with head.
 1.4.18.1  18-May-2008  yamt sync with head.
 1.4.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.5.2.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.7.2.2  22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.7.2.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.8.2.1  05-Mar-2011  rmind sync with head
 1.10.12.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.10.2.1  30-Oct-2012  yamt sync with head

RSS XML Feed