summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc/walnut
AgeCommit message (Expand)Author
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-07-27Fix some -fno-common falloutmatt
2011-12-12Fix hangs-up. Remove "wrteei 1" in board's cpu_configure(). Interruptkiyohara
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-22Add support pci_intr_setattr.matt
2011-06-20Don't include *pmap.h in assembly files. Get the needed definitionsmatt
2011-06-20Change IBM4xx to use the common powerpc PIC framework.matt
2011-06-20Cleanup includes. (<net/netisr.h> is handled by softints, not MD anymore,matt
2011-06-18split device/softc (CFATTACH_DECL_NEW)matt
2011-06-15lcsplx is dead. remove last vestiges of it.matt
2011-06-15- convert to use device_t, cfattach_t, CFATTACH_DECL_NEW etc.cliff
2011-06-15in pbus_attach() make locs[] and pass to config_found_sm_loc()cliff
2011-06-12for booke and ibm4xx evbppc systems, set module_machine to to eithermrg
2011-06-06CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0matt
2011-06-06More device_t, cfdata, CFATTACH_DECL_NEW cleanup.matt
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung
2011-01-17Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't itmatt
2011-01-17Change some register uses to %rX that were missed the firt time.matt
2011-01-14Retire struct user, remove sys/user.h inclusions. Note sys/user.h headerrmind
2010-03-18Support PowerPC 405EX/EXr.kiyohara
2010-03-18Support PowerPC 405EX/EXr.kiyohara
2010-02-25Adapt to <spr.h> breakup.matt
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-11-07Add a flags argument to pmap_kenter_pa(9).cegger
2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
2008-11-13LKM -> MODULARad
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-11It is not appropriate to call pmf_system_shutdown(9) fromdyoung
2008-07-02Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@.ad
2008-05-30pci_intr_setattr(), allows PCI interrupts to be marked MPSAFE on x86, andad
2008-05-03Move to 2 clause TNF licensemartin
2008-03-15Split device_t and softc for pckbc(4) and its attachments.cube
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-09Merge newlock2 to head.ad
2007-01-24Remove duplicate #includes, patch contributed in private mailhubertf
2006-11-29Instead of mapping whole RAM with reserved TLB entries, map just enoughfreza
2006-10-16* convert ibm4xx-based evbppc from reserved-TLB entry allocation to recentlykiyohara
2006-10-07Remove unneeded cast which eliminates part of valid interrupt mask bits.tsutsui
2006-09-18Conversion of evbppc to generic TODR. ok freza@gdamore
2006-07-13Add a blank line between two unrelated parts of code.simonb
2006-07-10Put appropriate prefixes on property names to reduce chances of namethorpej
2006-06-30Bring ibm4xx interrupt code up to date:freza
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-05-04Use config_stdsubmatch() instead of a local submatch function.simonb
2006-02-26Don't fiddle with emac here; call the common ibm4xx_device_register().thorpej