NetBSD/sys/arch/arc
briggs 0b956d0b8b Implement pmc(9) -- An interface to hardware performance monitoring
counters.  These counters do not exist on all CPUs, but where they
do exist, can be used for counting events such as dcache misses that
would otherwise be difficult or impossible to instrument by code
inspection or hardware simulation.

pmc(9) is meant to be a general interface.  Initially, the Intel XScale
counters are the only ones supported.
2002-08-07 05:14:47 +00:00
..
arc Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
compile merge to NetBSD-current (DeskStation and Algor support is currently broken) 2000-01-23 20:45:01 +00:00
conf Enable "pseudo-device clockctl" in all kernels, except 2002-06-17 05:14:02 +00:00
dev Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
dti Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers 2002-04-05 18:27:45 +00:00
include Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00
isa Don't "extern int cold;" - this is in <sys/kernel.h>. 2002-03-04 02:19:07 +00:00
jazz Convert to new device buffer queue interface. 2002-07-31 18:48:17 +00:00
pci * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
stand use ${INSTALL_FILE} as appropriate 2002-02-09 09:35:59 +00:00
Makefile Switch pica to jazzio. 2000-12-24 09:25:24 +00:00
TODO Remove descriotion about homegrown sonic driver from TODO list 2001-08-28 15:17:47 +00:00