Home | History | Annotate | Download | only in obio
History log of /src/sys/arch/mipsco/obio/mkclock.c
RevisionDateAuthorComments
 1.13  07-Sep-2025  thorpej Change todr_chip_handle::cookie -> todr_chip_handle::todr_dev, and
make it a device_t. Upcoming functional changes will require the
device_t associated with a TODR device.

Change todr_chip_handle::bus_cookie -> todr_chip_handle::todr_devaux.
Nothing was using the old field, but I decided to keep it around just
in cause something needs it in the future.

And with these largely mechanical yet semantically meaningful changes,
thus spake the Oracle: "Welcome to NetBSD 11.99.2."
 1.12  20-Nov-2014  christos use the inline bcdtobin and bintobcd directly instead through a macro.
 1.11  27-Oct-2012  chs split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.10  14-Mar-2009  dsl branches: 1.10.12; 1.10.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.9  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.8  28-Apr-2008  martin branches: 1.8.8; 1.8.14;
Remove clause 3 and 4 from TNF licenses
 1.7  15-Sep-2006  gdamore branches: 1.7.54; 1.7.56; 1.7.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.6  11-Dec-2005  christos branches: 1.6.20;
merge ktrace-lwp.
 1.5  15-Jul-2003  lukem branches: 1.5.16;
__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  03-Dec-2000  matt branches: 1.2.4; 1.2.8;
Deal with -Wstrict-prototypes -Wmissing-prototypes
 1.1  12-Aug-2000  wdk branches: 1.1.2;
Initial commit of port to MIPS Computer Systems RC3xxx systems.
Currently supports the RC3230
 1.1.2.3  08-Dec-2000  bouyer Sync with HEAD.
 1.1.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.1.2.1  12-Aug-2000  bouyer file mkclock.c was added on branch thorpej_scsipi on 2000-11-20 20:14:11 +0000
 1.2.8.1  18-Oct-2002  nathanw Catch up to -current.
 1.2.4.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.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.5.16.1  30-Dec-2006  yamt sync with head.
 1.6.20.1  18-Nov-2006  ad Sync with head.
 1.7.58.2  04-May-2009  yamt sync with head.
 1.7.58.1  16-May-2008  yamt sync with head.
 1.7.56.1  18-May-2008  yamt sync with head.
 1.7.54.1  02-Jun-2008  mjf Sync with HEAD.
 1.8.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.8.8.1  28-Apr-2009  skrll Sync with HEAD.
 1.10.22.2  03-Dec-2017  jdolecek update from HEAD
 1.10.22.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.10.12.1  30-Oct-2012  yamt sync with head

RSS XML Feed