NetBSD/sys/arch/arc
he aafdb08c5a Fix the various todr_gettime() and todr_settime() fallouts from
-Wcast-qual differently, by instead changing the signatore of those
"functions" to take a "volatile struct timeval*" instead of a
"struct timeval*".  Many places, these functions are called with
&time, and time is declared as volatile in <sys/kernel.h>.  This
way we can get rid of all the ugly casts which now also triggered
warnings, and caused more code to be added to work around the
problem.

Reviewed by thorpej.
2005-06-04 20:14:24 +00:00
..
arc Fix the various todr_gettime() and todr_settime() fallouts from 2005-06-04 20:14:24 +00:00
compile
conf Remove attachment for the piixide(4) driver from all non-x86 kernel 2005-05-31 22:23:52 +00:00
dev Fix typo. 2005-03-11 06:58:11 +00:00
dti Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name 2005-02-21 00:29:06 +00:00
include Add const. 2005-06-03 12:30:53 +00:00
isa The joystick driver is using mi timing code for many months. 2005-02-18 15:39:17 +00:00
jazz - constify 2005-06-03 12:31:38 +00:00
pci Make all intr_mask value types uint32_t rather than int, u_int, 2005-01-22 08:43:02 +00:00
stand Don't need realdepend/realall depends anymore now that .BEGIN is fixed 2005-05-11 16:55:31 +00:00
Makefile arc/algor dir was removed long ago. 2005-04-18 15:59:51 +00:00
TODO standalone boot is done. 2005-04-19 12:12:28 +00:00