summaryrefslogtreecommitdiff
path: root/sys/arch/evbmips/malta
AgeCommit message (Expand)Author
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-10-27Set the CPU frequency parameters from YAMON if available, and fall backsimonb
2003-10-27Remove useless call to consinit().simonb
2003-09-26Cast through (void *) to appease gcc3.simonb
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2003-05-25Use common mips/softintr.c for softintr(9) on evbmips.tsutsui
2003-04-26Call ksyms_init() instead of ddb_init() in case ofragge
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-01-17Merge the nathanw_sa branch.thorpej
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-12-06Fix a typo in the PCI map array (no functionality changes in practice).simonb
2002-11-10Keep the knowledge of the H/W interrupt 5 event counter local tosimonb
2002-10-03Include <sys/param.h> so that we get the defn of NULL.thorpej
2002-10-02Add trailing ; to CFATTACH_DECLthorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-09Share disksubr.c across all evbmips "ports" (it was identical).simonb
2002-09-09Remove some unused code.simonb
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-29It's the gt64120, not the gt62140.simonb
2002-08-25Make nbuf, nswbuf, and bufpages unsigned. Make all operations on thesethorpej
2002-08-05Fix tyop.simonb
2002-08-04Merge cpu_sysctl() for all mips ports, based on powerpc and m68k precedent.gmcgarry
2002-07-31Add kttcp, sysmon and broadcom/sibyte devices.simonb
2002-07-29Move the soft interrupts IPL masks from port-specific code tosimonb
2002-07-26Split out the {b,c}dev to a separate file, which many devices declaredsimonb
2002-07-19Rename cdev_systrace_init() to cdev_clonemisc_init(), so it canthorpej
2002-07-12Add a comment; fix white-space niggle.simonb
2002-07-12Don't need to include <sys/malloc.h>, <machine/locore.h> orsimonb
2002-07-12Fix a typo in a comment.simonb
2002-06-17MD systrace gluons.christos
2002-06-043 ports are now using the reciprocal count divisor code now, move itsimonb
2002-05-16* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set tothorpej
2002-04-09Remove a few more magic numbers.simonb
2002-04-09- Calibrate the timer before the first call to delay.simonb
2002-04-08- Call mips_vector_init() before setting up the serial console, butsimonb
2002-04-08Make clock/time handling more accurate:simonb
2002-03-23Convert evbmips to use mips/mips/bus_space_alignstride_chipdep.c.simonb
2002-03-18Use <mips/isa_machdep.h> and <mips/pci_machdep.h>.simonb
2002-03-18Convert to use <mips/bus_*.h>.simonb
2002-03-16Rename ISDN devices, per discussion on tech-kern. The network devicesmartin
2002-03-13Remove bogus file that shouldn't have been added in the first place.simonb