OpenGrok
Cross Reference: vrtc.c
xref
: /
src
/
sys
/
arch
/
sparc64
/
dev
/
vrtc.c
Home
|
History
|
Annotate
|
Download
|
only in
dev
History log of
/src/sys/arch/sparc64/dev/vrtc.c
Revision
Date
Author
Comments
1.5
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.4
07-Sep-2025
thorpej
Keep the TODR handle in vrtc_softc.
1.3
04-Jan-2021
thorpej
malloc(9) -> kmem(9) -- just the simple, straightforward conversions for now.
1.2
10-Nov-2019
chs
branches: 1.2.8;
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.
1.1
17-Jun-2016
palle
branches: 1.1.2; 1.1.18; 1.1.22;
sun4v: vbus and vrtc drivers - from OpenBSD
1.1.22.1
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
1.1.18.2
03-Dec-2017
jdolecek
update from HEAD
1.1.18.1
17-Jun-2016
jdolecek
file vrtc.c was added on branch tls-maxphys on 2017-12-03 11:36:44 +0000
1.1.2.2
09-Jul-2016
skrll
Sync with HEAD
1.1.2.1
17-Jun-2016
skrll
file vrtc.c was added on branch nick-nhusb on 2016-07-09 20:24:57 +0000
1.2.8.1
03-Apr-2021
thorpej
Sync with HEAD.
Indexes created Wed Oct 15 16:09:53 GMT 2025