Home | History | Annotate | Download | only in marvell
History log of /src/sys/dev/marvell/gtvar.h
RevisionDateAuthorComments
 1.15  28-Apr-2010  kiyohara Clean up gt and peripherals.
This change tested compile only.
 1.14  12-May-2009  cegger branches: 1.14.2; 1.14.4;
struct device * -> device_t, no functional changes intended.
 1.13  21-Feb-2007  thorpej branches: 1.13.42; 1.13.58;
Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
 1.12  24-May-2006  mrg branches: 1.12.12;
'volatile' is not a valid return type qualifier - remove it.
 1.11  16-Feb-2006  perry branches: 1.11.2; 1.11.8;
Change "inline" back to "__inline" in .h files -- C99 is still too
new, and some apps compile things in C89 mode. C89 keywords stay.

As per core@.
 1.10  24-Dec-2005  perry branches: 1.10.2; 1.10.4; 1.10.6;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
 1.9  11-Dec-2005  christos merge ktrace-lwp.
 1.8  01-Feb-2005  matt branches: 1.8.6;
Add I2C child hooks.
 1.7  26-Nov-2004  jmc branches: 1.7.4; 1.7.6;
Put back a few locators.h includes that are still needed here. Now evbppc
kernels build clean once again
 1.6  13-Sep-2004  drochner a round of autoconf cleanup:
-convert submatch() style functions (passed to config_search() or
config_found_sm()) to the locator passing variants
-pass interface attributes in some cases
-make submatch() functions look uniformly as far as possible
-avoid macros which just hide cfdata members, and reduce dependencies
on "locators.h"
 1.5  20-Mar-2004  matt Add gt_dma_bus_mem_to_phys and gt_dma_phys_to_bus_mem.
 1.4  12-Jun-2003  scw branches: 1.4.2;
Add basic support for non-PCI host mode.
 1.3  18-Mar-2003  matt Split PCI initialization out of attach hook.
 1.2  16-Mar-2003  matt Cleanup. Move much of the code to bus_space instead of using
private mechanisms.
 1.1  05-Mar-2003  matt Add preliminary support Marvell (Galileo) Discovery System Controllers.
This code was contributed by Allegro Networks.
 1.4.2.5  04-Feb-2005  skrll Sync with HEAD.
 1.4.2.4  29-Nov-2004  skrll Sync with HEAD.
 1.4.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.4.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.4.2.1  03-Aug-2004  skrll Sync with HEAD
 1.7.6.1  12-Feb-2005  yamt sync with head.
 1.7.4.1  29-Apr-2005  kent sync with -current
 1.8.6.2  26-Feb-2007  yamt sync with head.
 1.8.6.1  21-Jun-2006  yamt sync with head.
 1.10.6.2  01-Jun-2006  kardel Sync with head.
 1.10.6.1  22-Apr-2006  simonb Sync with head.
 1.10.4.1  09-Sep-2006  rpaulo sync with head
 1.10.2.1  18-Feb-2006  yamt sync with head.
 1.11.8.1  19-Jun-2006  chap Sync with head.
 1.11.2.1  26-Jun-2006  yamt sync with head.
 1.12.12.1  27-Feb-2007  yamt - sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
 1.13.58.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.13.42.2  11-Aug-2010  yamt sync with head.
 1.13.42.1  16-May-2009  yamt sync with head
 1.14.4.1  30-May-2010  rmind sync with head
 1.14.2.1  30-Apr-2010  uebayasi Sync with HEAD.

RSS XML Feed