2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-03-27 00:33:30 +00:00
Files
xNBA/src/core
Alexey Zaytsev 4006d229e5 Introduce the new timer subsystem.
Timer subsystem initialization code in core/timer.c

	Split the BIOS and RTDSC timer drivers from i386_timer.c

	Split arch/i386/firmware/pcbios/bios.c into the RTSDC
	timer driver and arch/i386/core/nap.c

	Split the headers properly:
		include/unistd.h - delay functions to be used by the
					gPXE core and drivers.

		include/gpxe/timer.h - the fimer subsystem interface
					to be used by the timer drivers
					and currticks() to be used by
					the code gPXE subsystems.

		include/latch.h	- removed
		include/timer.h - scheduled for removal. Some driver
					are using currticks, which is
					only for core subsystems.

Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
2008-03-02 03:15:07 +03:00
..
2007-06-03 01:50:03 +00:00
2007-06-03 01:51:10 +00:00
2007-07-14 15:42:26 +01:00
2008-03-02 03:15:07 +03:00
2007-12-06 21:38:23 +00:00
2006-12-20 03:49:36 +00:00
2007-01-19 01:13:12 +00:00
2007-01-19 01:13:12 +00:00
2005-03-08 18:53:11 +00:00
2007-05-18 15:26:44 +00:00
2007-07-24 17:11:31 +01:00
2008-03-02 03:15:07 +03:00
2007-07-10 06:24:30 +01:00
2007-07-14 15:42:26 +01:00
2007-07-14 15:42:26 +01:00
2007-01-19 01:13:12 +00:00
2008-03-02 03:15:07 +03:00
2007-07-06 20:42:05 +02:00
2008-01-22 18:48:47 +00:00