History log of /src/sys/dev/dec/mcclock_pad32.c |
Revision | | Date | Author | Comments |
1.16 |
| 14-Mar-2009 |
dsl | 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.15 |
| 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.14 |
| 03-Jan-2008 |
joerg | branches: 1.14.10; 1.14.18; 1.14.24; Timecounter and generic todr support for pmax. From Garret D'Amore.
|
1.13 |
| 11-Dec-2005 |
christos | branches: 1.13.46; 1.13.52; 1.13.60; merge ktrace-lwp.
|
1.12 |
| 27-Feb-2005 |
perry | branches: 1.12.4; nuke trailing whitespace
|
1.11 |
| 04-Feb-2005 |
perry | de-__P
|
1.10 |
| 13-Nov-2001 |
lukem | branches: 1.10.16; 1.10.24; 1.10.26; add/cleanup RCSID
|
1.9 |
| 19-Apr-1998 |
jonathan | branches: 1.9.26; 1.9.28; Copy alpha/tc/mcclock_ioasic.c (duplicated in pmax/tc/mcclock_ioasic.c) into sys/dev/dec and split into a clockfns layer and a "middle" layer for other DEC systems which use mcclocks with each onchip byte register padded out to a 32-bit word.
Clone alpha/alpha/mcclock (also duplicated in pmax port) into sys/dev/dec, and ifdef for default clockrates on pmax and alpha.
Use new machinery on pmax for ibus,ioasic attached mcclocks.
|
1.8 |
| 02-Sep-1997 |
thorpej | Nuke the idea of <machine/options.h>. It completely defeats the purpose of fine-grain option dependencies.
|
1.7 |
| 22-Jul-1997 |
jonathan | branches: 1.7.2; Use new <dev/dec/clockvar.h> and and <dev/dec/mcclokvar.h>. Garbage-collect original headers from sys/arch/alpha.
|
1.6 |
| 07-Apr-1997 |
cgd | by default, provide RCS IDs for NetBSD/alpha kernel files in kernel binaries. This can be disabled (to save a bit of space) with the NO_KERNEL_RCSIDS options, which is present but commented out in the ALPHA config file. In ELF-format kernels, these strings are present in the kernel binary but are not loaded into memory. (In ECOFF-format kernels, there's no easy way to keep them from being loaded, so they _are_ loaded into memory.)
|
1.5 |
| 06-Apr-1997 |
cgd | clean up NetBSD RCS ID strings, include machine/options.h
|
1.4 |
| 08-Dec-1996 |
cgd | remove all traces of __BROKEN_INDIRECT_CONFIG (except in shared drivers)
|
1.3 |
| 05-Dec-1996 |
cgd | update these so they compile whether or not __BROKEN_INDIRECT_CONFIG is defined.
|
1.2 |
| 17-Apr-1996 |
cgd | branches: 1.2.2; fix copyrights
|
1.1 |
| 17-Apr-1996 |
cgd | clean up clock handling: clock drivers are now seperate from the chip-independent clock code. 'clock' has been renamed 'mcclock' 'clock' has been renamed 'mcclock' (since it's a driver for that particular clock, and since eventually there may be another clock chip driver), and now attaches via seperate match/attach functions to both TC and ISA. This removes a whole lot of #ifdefs...
|
1.2.2.4 |
| 12-Aug-1997 |
cgd | sync with -current as of August 11, 1997
|
1.2.2.3 |
| 01-Jun-1997 |
cgd | sync the nwscons branch up with yesterday's version of the trunk. Lots of conflicts/changes because of the RCS Id format changes. Also, a few cleanups and corrections.
|
1.2.2.2 |
| 08-Dec-1996 |
cgd | sync __BROKEN_INDIRECT_CONFIG removal with trunk.
|
1.2.2.1 |
| 07-Dec-1996 |
cgd | mostly sync with changes on the trunk
|
1.7.2.1 |
| 04-Sep-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.9.28.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.9.26.1 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.10.26.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.10.26.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.10.24.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.10.16.2 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.10.16.1 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.12.4.1 |
| 21-Jan-2008 |
yamt | sync with head
|
1.13.60.1 |
| 08-Jan-2008 |
bouyer | Sync with HEAD
|
1.13.52.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.13.46.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.14.24.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.14.18.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.14.10.1 |
| 04-May-2009 |
yamt | sync with head.
|