summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-09-03make this compile again (thanks gdamore)christos
2006-09-03Add ``makeoptions DEBUG="-g"''. From the comment in GENERIC:simonb
2006-09-03Convert i386 to use common TODR code. Not tested, but Christos says he'llgdamore
2006-09-03avoid empty else.christos
2006-09-02Use new common, MIPS3 clock handling. This eliminates some port-specificgdamore
2006-09-02Remove pointless dependency upon evbmips/clockvar.h.gdamore
2006-09-02There's no reason to use -Wno-parentheses.uwe
2006-09-02Remove pointless reference to evbmips/clockvar.h.gdamore
2006-09-02Provide a common implementation for ports that use the MIPS CP0 countergdamore
2006-09-02Convert evbmis to __HAVE_GENERIC_TODR.gdamore
2006-09-02Add/rename macros (PVO_xxx_P) for testing WIRED, MANAGED, EXECUTABLE nessmatt
2006-09-02- Remove k8pnow_read_pending_wait() and use a macro that _always_xtraeme
2006-09-02Add missing initializerschristos
2006-09-02Remove ifdef 0'd code from before timecounters.gdamore
2006-09-02Convert evbmips to timecounters, using the MIPS3 cp0 clock.gdamore
2006-09-01fix a bug in userlevel trap() handling where struct proc *p was usedmrg
2006-09-01va = va += PAGE_SIZE is possibly undefined. remove the first "va = ".mrg
2006-09-01copy this from i386/compile/Makefile. it makes kernel builds workmrg
2006-09-01Increase SYMTAB_SPACE to 410000matt
2006-09-01Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>uwe
2006-09-01Make this compile again. -Wshadow and other gcc4 stuff.matt
2006-09-01Make sure .data is .long aligned. (fixes linker warning)matt
2006-09-01Remove explicit cast which causes assignments to PC_REGS(f) to fail.matt
2006-09-01Remove unneeded volatile.matt
2006-09-01Device isabus has to expose an interface attribute otherwise it can't havecube
2006-09-01Reorder AFLAGS to avoid assembler warningsmatt
2006-09-01Increase SYMTAB_SPACE to 410000matt
2006-09-01s/E2BIG/EFBIG/ for bus_dma(9) errors. this is what every othermrg
2006-09-01Delete ath, it is known to be broken on alpha.dyoung
2006-09-01hptide controller was tested on prep by a user. Adding to GENERICgarbled
2006-09-01I dunno how -Os crept into GENERIC, but yank it.garbled
2006-09-01Fix a horrible bug in how we initialize the 8259 interrupt controller.garbled
2006-09-01Fix delay() so that gcc4 does not optimize it into a noop. Lifted from thesekiya
2006-09-01Add ath(4) to GENERIC alpha kernel. UNTESTED.dyoung
2006-09-01Add missing equal sign.sekiya
2006-09-01Comment out tl(4) and nsphy(4) (used by the Set Engineering board) as itrumble
2006-09-01Remove the 'FIFO Full' hack for interrupt vector 0.rumble
2006-09-01Move a variable to prevent a "unused" variable warning.matt
2006-09-01Make this compile. The "fixed" bus_space_tag_t is horrible.matt
2006-09-01Remove an unneeded volatile.matt
2006-09-01Fix a -Wshadow error.matt
2006-08-31This file isn't used any more.bjh21
2006-08-31* move the "cheating" conditional into unmapiodev() implementationfreza
2006-08-31* implement unmapiodev(), make mapiodev() aware of ppc4xx_tlb_mapiodev()freza
2006-08-31* ppc4xx_tlb_reserve(): allocate "reserved" TLB entries dynamicallyfreza
2006-08-31* add PVR values for Xilinx 405 coresfreza
2006-08-31Per discussion on tech-kern and tech-userlevel, move the bit-twiddlingdyoung
2006-08-31volatile void func(decl) -> void func(decl) __attribute__((__noreturn__))tsutsui
2006-08-31Call unmapiodev when unmapping bus_space to possibly reclaim the VA.matt
2006-08-31Add unmapiodev(vaddr_t, vsize_t) (to be used by bus_space_unmap)matt