Home | History | Annotate | Download | only in isa
History log of /src/sys/arch/sandpoint/isa/isaclock.c
RevisionDateAuthorComments
 1.14  07-Feb-2014  phx Replaced enable/disable_intr by splhigh/splx.
 1.13  14-Mar-2009  dsl branches: 1.13.12; 1.13.22; 1.13.26;
ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.
 1.12  14-Mar-2009  dsl Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.11  14-Mar-2009  dsl Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
 1.10  17-Oct-2007  garbled branches: 1.10.20; 1.10.28; 1.10.34;
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.9  09-Jul-2007  ad branches: 1.9.10;
Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements
 1.8  15-Sep-2006  gdamore branches: 1.8.10; 1.8.12; 1.8.18;
Convert sandpoint to GENERIC todr, including breaking of the clock handling
out into its own driver. (NB: mcclock should really, really be an MI driver
to avoid this kind of pasteware, but it is "nontrivial" to cope with the
fact that some machines have different ideas of mcclock.)
 1.7  24-Dec-2005  perry branches: 1.7.20;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
 1.6  11-Dec-2005  christos merge ktrace-lwp.
 1.5  02-Jun-2005  he branches: 1.5.2;
Fix variable shadowing and adapt to -Wconst-qual.
 1.4  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.3  15-Jul-2003  lukem __KERNEL_RCSID()
 1.2  22-Jul-2001  wiz branches: 1.2.6; 1.2.22;
bcopy -> memcpy, bzero -> memset
 1.1  04-Feb-2001  briggs branches: 1.1.2; 1.1.6;
Support for the Motorola Sandpoint reference platform using the
MPC8240 processor module. See the README for more information.
 1.1.6.1  03-Aug-2001  lukem update to -current
 1.1.2.2  11-Feb-2001  bouyer Sync with HEAD.
 1.1.2.1  04-Feb-2001  bouyer file isaclock.c was added on branch thorpej_scsipi on 2001-02-11 19:12:01 +0000
 1.2.22.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.2.22.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.22.2  18-Sep-2004  skrll Sync with HEAD.
 1.2.22.1  03-Aug-2004  skrll Sync with HEAD
 1.2.6.2  22-Jul-2001  wiz bcopy -> memcpy, bzero -> memset
 1.2.6.1  22-Jul-2001  wiz file isaclock.c was added on branch nathanw_sa on 2001-07-22 15:04:01 +0000
 1.5.2.3  03-Sep-2007  yamt sync with head.
 1.5.2.2  30-Dec-2006  yamt sync with head.
 1.5.2.1  21-Jun-2006  yamt sync with head.
 1.7.20.1  18-Nov-2006  ad Sync with head.
 1.8.18.1  03-Oct-2007  garbled Sync with HEAD
 1.8.12.1  11-Jul-2007  mjf Sync with head.
 1.8.10.1  15-Jul-2007  ad Sync with head.
 1.9.10.1  06-Nov-2007  matt sync with HEAD
 1.10.34.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.10.28.1  28-Apr-2009  skrll Sync with HEAD.
 1.10.20.1  04-May-2009  yamt sync with head.
 1.13.26.1  18-May-2014  rmind sync with head
 1.13.22.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.13.12.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed