summaryrefslogtreecommitdiff
path: root/sys/arch/sbmips/sbmips
AgeCommit message (Expand)Author
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-10-25Switch from intrcnt interrupt account to event counters.simonb
2003-10-25Rename the "strtc" device to "m41t81rtc" so that it doesn't conflict withsimonb
2003-10-08Overhaul MBR handling (part 1):lukem
2003-09-26Cast through (void *) to appease gcc3.simonb
2003-09-26Add "ULL" to large constant; keeps gcc331 happy.simonb
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2003-07-06Hardwire physmem to 32MB if not called from CFE.simonb
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-05-29KNF nit.simonb
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-04-26Call ksyms_init() instead of ddb_init() in case ofragge
2003-04-16Nake return values from bounds_check_with_label() conform to the manbouyer
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-03-19Spell 'strategy' correctly.simonb
2003-02-11fix spacing on Broadcom license.cgd
2003-02-07Update to consistently use Broadcom GPL-compatible license on all SiByte code.cgd
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-11-12Add support for the ST M41T81 RTC found on pass 2 swarm boards.simonb
2002-11-12s/bcopy/memcpy/simonb
2002-11-12Fix the end-of-kernel calculation when we don't have a valid bootinfosimonb
2002-11-09support passing in kernel symbols from a boot loader. GC some boguscgd
2002-11-09GC IKOS kernel option (never complete in these sources anyway)cgd
2002-11-08update to latest CFE API codecgd
2002-11-01Fix fallout from gehenna-devsw merge.simonb
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-25Don't include <sys/map.h>.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-25Make nbuf, nswbuf, and bufpages unsigned. Make all operations on thesethorpej
2002-08-04Merge cpu_sysctl() for all mips ports, based on powerpc and m68k precedent.gmcgarry
2002-07-31Use evbmips/evbmips/conf_common.c since the sbmips port's conf.c wassimonb
2002-07-19Rename cdev_systrace_init() to cdev_clonemisc_init(), so it canthorpej
2002-07-11Add kttcp device.simonb
2002-06-17MD systrace gluons.christos
2002-06-07For some reason I'm not sure of yet, cfe_exit(warmstart, ...) isn'tsimonb
2002-06-04Add an extremely rough SMBus handler and RTC driver. This will besimonb
2002-06-04Match all possible CPUs, but print warnings that the processors aftersimonb
2002-06-043 ports are now using the reciprocal count divisor code now, move itsimonb
2002-06-01Remove some unused debug cruft.simonb
2002-06-01Remove the unneeded early memsize/physmem calculations.simonb
2002-06-01Add statclock and todr function arguments to the systemsw.simonb
2002-05-03Fix off-by-one error in delay(). Fix from Charles Hannum in ARM code,simonb
2002-03-17Include <machine/swarm.h>.simonb
2002-03-17Don't use a magic number.simonb