History log of /src/sys/arch/arc/isa/timer_isa.c |
Revision | | Date | Author | Comments |
1.14 |
| 01-Jul-2011 |
dyoung | #include <sys/bus.h> instead of <machine/bus.h>.
|
1.13 |
| 08-Feb-2011 |
rmind | Remove clause 3 (UCB advertising clause) from the University of Utah copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks! Also, merge UCB and Utah copyright texts back into one, as they originally were.
Extra verification by snj@.
|
1.12 |
| 05-Jul-2008 |
tsutsui | branches: 1.12.18; 1.12.24; 1.12.26; Split device_t/softc with misc related changes.
|
1.11 |
| 24-Jan-2007 |
hubertf | branches: 1.11.44; 1.11.48; 1.11.50; 1.11.52; Remove duplicate #includes, patch contributed in private mail by Slava Semushin <slava.semushin@gmail.com>.
To verify that no nasty side effects of duplicate includes (or their removal) have an effect here, I've compiled an i386/ALL kernel with and without the patch, and the only difference in the resulting .o files was in shifted line numbers in some assert() calls. The comparison of the .o files was based on the output of "objdump -D".
Thanks to martin@ for the input on testing.
|
1.10 |
| 11-Dec-2005 |
christos | branches: 1.10.20; merge ktrace-lwp.
|
1.9 |
| 22-Jan-2005 |
tsutsui | branches: 1.9.8; - remove __P() - use ANSI function decls - u_intNN_t -> uintNN_t - some KNF
|
1.8 |
| 14-Sep-2004 |
drochner | branches: 1.8.4; adapt to ISA "unknown address" namespace separation (purely mechanical, as far as "grep" reaches)
|
1.7 |
| 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.6 |
| 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.5 |
| 14-Jun-2003 |
tsutsui | branches: 1.5.2; Add missed "\n" in attach message.
|
1.4 |
| 02-Oct-2002 |
thorpej | Use CFATTACH_DECL().
|
1.3 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.2 |
| 07-Jan-2002 |
thorpej | Overhaul of the ISA autoconfiguration code to support direct configuration of devices logically attached to the ISA bus:
* Change the isa_attach_args to have arrays of io, mem, irq, drq resources. * Add a "pnpnames" and a linked list of "pnpcompatnames" to the isa_attach_args. If either of these members are non-NULL, direct configuration of the bus is being performed. Add an ISA_DIRECT_CONFIG() macro to test for this. * Drivers are not allowed to modify the isa_attach_args unless direct configuration is not being performed and the probe fucntion is returning success. * Adapt device drivers -- currently, all driver probe routines return "no match" if ISA_DIRECT_CONFIG() evaluates to true.
|
1.1 |
| 13-Jun-2001 |
soda | branches: 1.1.2; 1.1.4; 1.1.10; split clock_mc.c into interval timer driver (timer) and real time clock driver (mcclock)
|
1.1.10.4 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.10.3 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.10.2 |
| 11-Jan-2002 |
nathanw | More catchup.
|
1.1.10.1 |
| 13-Jun-2001 |
nathanw | file timer_isa.c was added on branch nathanw_sa on 2002-01-11 23:37:58 +0000
|
1.1.4.2 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.1.4.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.1.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.5.2.4 |
| 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.5.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.5.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.8.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.9.8.1 |
| 26-Feb-2007 |
yamt | sync with head.
|
1.10.20.1 |
| 01-Feb-2007 |
ad | Sync with head.
|
1.11.52.1 |
| 18-Jul-2008 |
simonb | Sync with head.
|
1.11.50.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.11.48.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.11.44.1 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.12.26.1 |
| 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.12.24.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.12.18.1 |
| 05-Mar-2011 |
rmind | sync with head
|