freebsd-dev/sys/isa
Ian Lepore c82d887d47 Stop calling atrtc_set() from the xen timer clock_settime() method. That
removes the only reference to atrtc_set() from outside of atrtc.c, so make
it static.

The xen timer driver registers as a realtime clock with 1us resolution.  In
the past that resulted in only the xen timer's clock_settime() getting
called, so it would call atrtc_set() to set the hardware clock as well.  As
of r32090, the clock_settime() method of all registered realtime clocks gets
called, so the xen driver no longer needs to chain-call the lower-resolution
driver.

Thanks to royger@ for talking me through the xen stuff, and for testing.
2017-08-11 19:02:11 +00:00
..
isa_common.c Fix the resource_list_print_type() calls to use uintmax_t. 2016-03-22 22:25:08 +00:00
isa_common.h sys/isa: minor spelling fixes. 2016-05-03 21:51:52 +00:00
isa_dmareg.h
isa_if.m
isahint.c
isareg.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
isavar.h Remove pc98 support completely. 2017-01-28 02:22:15 +00:00
pnp.c Remove pc98 support completely. 2017-01-28 02:22:15 +00:00
pnpparse.c sys/isa: minor spelling fixes. 2016-05-03 21:51:52 +00:00
pnpreg.h Remove pc98 support completely. 2017-01-28 02:22:15 +00:00
pnpvar.h
rtc.h Stop calling atrtc_set() from the xen timer clock_settime() method. That 2017-08-11 19:02:11 +00:00
syscons_isa.c
vga_isa.c Replace several bus_alloc_resource() calls using default arguments with bus_alloc_resource_any() 2016-02-19 03:37:56 +00:00