Home | History | Annotate | Download | only in obio
History log of /src/sys/arch/mipsco/obio/rambo.c
RevisionDateAuthorComments
 1.15  01-May-2025  tsutsui Use uint32_t instead of u_int32_t.
 1.14  26-Apr-2025  tsutsui Remove dead code and variables from clock interrupt code.

These should have been removed on switching to using MI timecounter(9)
from MD microtime(9) impementation back in 2006:
https://mail-index.netbsd.org/source-changes/2006/09/15/0042.html
https://github.com/NetBSD/src/commit/12fed6d0

Patch from Miod Vallat.
 1.13  27-Oct-2012  chs branches: 1.13.74;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.12  14-Mar-2009  dsl branches: 1.12.12; 1.12.22;
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.11  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.10  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.9  28-Apr-2008  martin branches: 1.9.8; 1.9.14;
Remove clause 3 and 4 from TNF licenses
 1.8  15-Sep-2006  gdamore branches: 1.8.54; 1.8.56; 1.8.58;
Convert mipsco to generic TODR and TC. Compile tested only. If the
port-mipsco mailing list is any indication, nobody has actually run netbsd
on this port for several years.
 1.7  11-Dec-2005  christos branches: 1.7.20;
merge ktrace-lwp.
 1.6  15-Jul-2003  lukem branches: 1.6.16;
__KERNEL_RCSID()
 1.5  02-Oct-2002  thorpej branches: 1.5.6;
Use CFATTACH_DECL().
 1.4  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.3  06-Sep-2000  wdk branches: 1.3.2; 1.3.6; 1.3.10;
Microtime calculation was seriously incorrect when HZ != 100

Give rest of clock interrupt code a revamp. Because we are using an external
cycle counter we can now handle loosing several hundred interrupts without
the time slipping.
 1.2  15-Aug-2000  wdk * Tidy up interrupt handlers by implementing an intr_establish()
handler to hook up device interrupts and softc callbacks.

Suggested by: Jason Thorpe and Toru Nishimura

* Fixup the indenting in a few places to conform to NetBSD style
 1.1  12-Aug-2000  wdk Initial commit of port to MIPS Computer Systems RC3xxx systems.
Currently supports the RC3230
 1.3.10.1  18-Oct-2002  nathanw Catch up to -current.
 1.3.6.1  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.3.2.2  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.3.2.1  06-Sep-2000  bouyer file rambo.c was added on branch thorpej_scsipi on 2000-11-20 20:14:11 +0000
 1.5.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.6.1  03-Aug-2004  skrll Sync with HEAD
 1.6.16.1  30-Dec-2006  yamt sync with head.
 1.7.20.1  18-Nov-2006  ad Sync with head.
 1.8.58.2  04-May-2009  yamt sync with head.
 1.8.58.1  16-May-2008  yamt sync with head.
 1.8.56.1  18-May-2008  yamt sync with head.
 1.8.54.1  02-Jun-2008  mjf Sync with HEAD.
 1.9.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.9.8.1  28-Apr-2009  skrll Sync with HEAD.
 1.12.22.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.12.12.1  30-Oct-2012  yamt sync with head
 1.13.74.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed