Home | History | Annotate | Download | only in include
History log of /src/sys/arch/powerpc/include/isa_machdep.h
RevisionDateAuthorComments
 1.9  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.8  01-Jul-2011  dyoung branches: 1.8.2; 1.8.12;
#include <sys/bus.h> instead of <machine/bus.h>.
 1.7  17-Jun-2011  matt struct device * -> device_t
struct cfdata * -> cfdata_t
split device/softc (CFATTACH_DECL_NEW)
use device_accessors and device_private
constify
 1.6  20-Aug-2009  dyoung branches: 1.6.10;
Declare genppc_isa_detach_hook().
 1.5  19-Aug-2009  dyoung Define genppc_isa_detach_hook() and isa_dmadestroy().
 1.4  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.3  17-Oct-2007  garbled branches: 1.3.16; 1.3.18; 1.3.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.2  11-Dec-2005  christos branches: 1.2.30; 1.2.38; 1.2.48; 1.2.50; 1.2.52; 1.2.54;
merge ktrace-lwp.
 1.1  19-Oct-2003  matt branches: 1.1.4; 1.1.18;
Add powerpc-specific isa and isadma machdep code. (Merge common code from
prep and sandpoint and ...)
 1.1.18.1  27-Oct-2007  yamt sync with head.
 1.1.4.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.4.3  18-Sep-2004  skrll Sync with HEAD.
 1.1.4.2  03-Aug-2004  skrll Sync with HEAD
 1.1.4.1  19-Oct-2003  skrll file isa_machdep.h was added on branch ktrace-lwp on 2004-08-03 10:39:29 +0000
 1.2.54.1  25-Oct-2007  bouyer Sync with HEAD.
 1.2.52.1  18-Oct-2007  yamt sync with head.
 1.2.50.1  06-Nov-2007  matt sync with HEAD
 1.2.48.1  26-Oct-2007  joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
 1.2.38.1  07-May-2007  garbled Rewrite how shared isa is done slightly. This will allow the individual
ports to override the shared functions if needed. Also, implement
isa_intr_alloc, which needed to be done inside pic/intr.c because it
needs access to structs which are static to the file.
 1.2.30.1  23-Oct-2007  ad Sync with head.
 1.3.20.3  16-Sep-2009  yamt sync with head
 1.3.20.2  19-Aug-2009  yamt sync with head.
 1.3.20.1  16-May-2008  yamt sync with head.
 1.3.18.1  18-May-2008  yamt sync with head.
 1.3.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.6.10.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.8.12.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.8.2.1  30-Oct-2012  yamt sync with head

RSS XML Feed