Home | History | Annotate | Download | only in isa
History log of /src/sys/arch/arc/isa/mcclock_isa.c
RevisionDateAuthorComments
 1.15  01-Jul-2011  dyoung #include <sys/bus.h> instead of <machine/bus.h>.
 1.14  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.13  29-Mar-2008  tsutsui branches: 1.13.26; 1.13.32; 1.13.34;
Don't forget to initialize sc_dev.
 1.12  28-Mar-2008  tsutsui Split device_t and softc for MI mc146818 clock,
and other related misc cosmetics.
 1.11  10-Jan-2008  tsutsui branches: 1.11.6;
Move todr_attach(9) calls from each MD attachment to MI mc146818_attach().
 1.10  11-Dec-2005  christos branches: 1.10.50; 1.10.56; 1.10.64;
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  29-Oct-2003  tsutsui Switch arc to use MI mc146818 tod driver.
 1.6  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.5  15-Jul-2003  lukem __KERNEL_RCSID()
 1.4  02-Oct-2002  thorpej branches: 1.4.6;
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 mcclock_isa.c was added on branch nathanw_sa on 2002-01-11 23:37:57 +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.4.6.4  24-Jan-2005  skrll Sync with HEAD.
 1.4.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.4.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.4.6.1  03-Aug-2004  skrll Sync with HEAD
 1.8.4.1  29-Apr-2005  kent sync with -current
 1.9.8.1  21-Jan-2008  yamt sync with head
 1.10.64.1  10-Jan-2008  bouyer Sync with HEAD
 1.10.56.1  18-Feb-2008  mjf Sync with HEAD.
 1.10.50.1  23-Mar-2008  matt sync with HEAD
 1.11.6.1  03-Apr-2008  mjf Sync with HEAD.
 1.13.34.1  17-Feb-2011  bouyer Sync with HEAD
 1.13.32.1  06-Jun-2011  jruoho Sync with HEAD.
 1.13.26.1  05-Mar-2011  rmind sync with head

RSS XML Feed