summaryrefslogtreecommitdiff
path: root/sys/arch/ibmnws
AgeCommit message (Expand)Author
2013-11-17Enable sljit and bpfjit on powerpc.alnsn
2013-05-16Complete the dosparts -> mbrparts conversion. Only x86k new uses dospartschristos
2013-04-27the bogus number policechristos
2012-12-01Fix misspelling of acceptible (it's only acceptable with an 'a', not an 'i').mbalmer
2012-10-13Adapt to the changed signature of pckbc_cnattach().jdc
2012-08-17Update all kernel configs mentioning WSEMUL_* but not already includingabs
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-07-28Fix -fno-common fallout.matt
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-12-18WABPL is no longer considered experimental (has not been for some time)dholland
2011-11-22The rnd pseudo-device is not really optional, because it is in the sametls
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-07-17Switch more PowerPC ports having PCI support to new-style <sys/bus.h>.dyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-07-01Per discussion atdyoung
2011-06-30dependant -> dependentwiz
2011-06-30Modify mapiodev to take a third argument indicating whether the spacematt
2011-06-22Add support pci_intr_setattr.matt
2011-06-20Don't include *pmap.h in assembly files. Get the needed definitionsmatt
2011-06-20Don't export USER_SR if _MODULE is defined.matt
2011-06-20Cleanup includes. (<net/netisr.h> is handled by softints, not MD anymore,matt
2011-06-20Don't expose port-specific if _MODULE is defined.matt
2011-06-20Cleanup powerpc param.h. If compiling a MODULE, ignore port-specific stuff.matt
2011-06-18Make a common genassym.cf (powerpc/genassym.cf) and thenmatt
2011-06-18struct device * -> device_tmatt
2011-06-17intr.h must not include cpu due to deadly embrace with SOFTINT_COUNT.matt
2011-06-05Remove <machine/atomic.h>; use <sys/atomic.h> instead.matt
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-04-26Remove Darwin, MACH and Mach-O support.joerg
2011-01-17Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't itmatt
2010-12-13Change definition of pc_bus_maxdevs to get a void * instead a pci_chipset_tag_tmatt
2010-11-23Remove unused count from pseudo-device md.hannken
2010-11-13sys/device.h is not suitable for such low-level definitions.uebayasi
2010-04-24Support 64-bit imask for powerpc/pic.kiyohara
2010-03-03Fix some historical powerpc curiocity which had kernfs depend onpooka
2010-03-02Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.matt
2010-02-25Adapt to <spr.h> breakup.matt
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-23If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD.pooka
2009-08-19isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t.dyoung
2009-08-19Define isa_detach_hook().dyoung
2009-03-18bzero -> memsetcegger
2009-02-06Changes to MEMORY_RBFLAGS option:jym
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-11-03Use aprint_* instead of printf, device_t/softc split.rjs
2008-08-10Add accept filters to GENERIC kernels where they exist.tls
2008-07-31Add "options WAPBL" to standard GENERIC/INSTALL type configs.simonb