#
7ed56e8c |
| 24-Jul-2017 |
mrg <mrg@NetBSD.org> |
mostly converted sbmips -> evbmips. the SBMIPS kernel builds fully sans disksubr.c. intr.h does not need any additional fixes now, only disklabel.h.
also test-built some other mips kernels.
|
#
67c90d24 |
| 21-Jul-2016 |
christos <christos@NetBSD.org> |
make this compile
|
#
a04ed687 |
| 10-Mar-2011 |
tsutsui <tsutsui@NetBSD.org> |
Set correct struct clockframe .intr value for hardclock(9).
|
#
6f35b2ec |
| 20-Feb-2011 |
matt <matt@NetBSD.org> |
Merge from matt-nb5-mips64. Add pci support. new interrupt code. Adapt to new world order for MIPS
|
#
82bf97dc |
| 01-Feb-2011 |
matt <matt@NetBSD.org> |
Use aprint_* and misc cleanup.
|
#
916ee5b6 |
| 01-Feb-2011 |
matt <matt@NetBSD.org> |
Update to CFATTACH_DECL_NEW.
|
#
290a34a0 |
| 14-Dec-2009 |
matt <matt@NetBSD.org> |
Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
#
00bf4c87 |
| 12-Aug-2009 |
simonb <simonb@NetBSD.org> |
Remove many magic numbers for addresses and interrupt numbers, and use constants defined in SiByte/Broadcom standard header files. Switch from using offsets for locators to actual addresses.
Tested
Remove many magic numbers for addresses and interrupt numbers, and use constants defined in SiByte/Broadcom standard header files. Switch from using offsets for locators to actual addresses.
Tested on a swarm (my rhone is dead, but should be OK there too).
show more ...
|
#
c4bf5468 |
| 08-Jan-2008 |
simonb <simonb@NetBSD.org> |
Add timecounter support for sbmips machines and Broadcom SiByte CPUs. Based on patch from joerg@, with tweaks by me to work with sbmips non-use of the CP0 count/compare registers for clock interrupts.
|
#
afa1151e |
| 26-Nov-2007 |
ad <ad@NetBSD.org> |
IPL_STATCLOCK -> IPL_HIGH
|
#
2be6494f |
| 29-Mar-2006 |
thorpej <thorpej@NetBSD.org> |
Use device_cfdata().
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
4b2744bf |
| 15-Jul-2003 |
lukem <lukem@NetBSD.org> |
__KERNEL_RCSID()
|
#
8a6b8c3b |
| 07-Feb-2003 |
cgd <cgd@NetBSD.org> |
Update to consistently use Broadcom GPL-compatible license on all SiByte code.
|
#
89bf5a8f |
| 02-Oct-2002 |
thorpej <thorpej@NetBSD.org> |
Add trailing ; to CFATTACH_DECL.
|
#
c4cbfcf0 |
| 01-Oct-2002 |
thorpej <thorpej@NetBSD.org> |
Use CFATTACH_DECL().
|
#
f818766a |
| 27-Sep-2002 |
thorpej <thorpej@NetBSD.org> |
Declare all cfattach structures const.
|
#
a441a7df |
| 27-Jun-2002 |
simonb <simonb@NetBSD.org> |
Remove some clocktick debug code.
|
#
2bf916e9 |
| 06-Mar-2002 |
simonb <simonb@NetBSD.org> |
Implement a clkread() function for microtime() using a multu/mfhi sequence using the reciprocal of the delay divisor to perform the division. Set the cp0 compare register so that it doesn't trigger i
Implement a clkread() function for microtime() using a multu/mfhi sequence using the reciprocal of the delay divisor to perform the division. Set the cp0 compare register so that it doesn't trigger interrupts and reset the cp0 count register in the hardclock interrupt handler.
show more ...
|
#
3fe66619 |
| 06-Mar-2002 |
simonb <simonb@NetBSD.org> |
Wrap long line and remove a bogus XXX comment.
|
#
1b5ddfe4 |
| 05-Mar-2002 |
simonb <simonb@NetBSD.org> |
Add support for the on-chip peripherals on the Broadcom SiByte SB1250 CPU and support routines for the Broadcom CFE (Common Firmware Environment).
This code is provided by the Broadband Processor Bu
Add support for the on-chip peripherals on the Broadcom SiByte SB1250 CPU and support routines for the Broadcom CFE (Common Firmware Environment).
This code is provided by the Broadband Processor Business Unit at Broadcom Corp with minor updates by me.
show more ...
|