summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc
AgeCommit message (Expand)Author
2010-03-18Support Plathome's OpenBlockS600.kiyohara
2010-03-18Support PowerPC 405EX/EXr.kiyohara
2010-03-18Support PowerPC 405EX/EXr.kiyohara
2010-03-10Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595.kiyohara
2010-03-10Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595.kiyohara
2010-03-07add uhso(4) device where appropriateplunky
2010-03-06use a MI major number for uhso(4) driverplunky
2010-03-06add major device for usho(4) driverplunky
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-27Spell "exception" properly.snj
2010-02-25Adapt to <spr.h> breakup.matt
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-31Remove unused variable, makes VIRTEX_* kernels compile again.freza
2009-12-24Fix interrupt number.kiyohara
2009-12-24Add COMPAT_50.kiyohara
2009-12-23unifdef -D UGEN_BULK_RA_WBpooka
2009-12-05Remove the portalfs kernel file system driver. Replace mount_portal(8)pooka
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-11-21Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage.rmind
2009-11-07Add a flags argument to pmap_kenter_pa(9).cegger
2009-11-05Use deviter(9) instead of accessing alldevs directly. Untested.dyoung
2009-10-25Remove obscenity from comments.ahoka
2009-09-22Split device_t/softc. Tested only on cs at ofisa on shark.tsutsui
2009-08-21Bump SYMTAB_SPACE.tsutsui
2009-05-18apply the change from PR 40289 - use ppc405 on openblocks ppc405 kernel.mrg
2009-05-11Bump SYMTAB_SPACE so that it fits again.he
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-03-06Remove SHMMAXPGS from all kernel configs. Dynamically compute thejoerg
2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb
2009-02-06Changes to MEMORY_RBFLAGS option:jym
2009-01-03remove esl (KIYOHARA Takashi)christos
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
2008-11-24Remove softdep, pass 1. We are focused on improving journalling.ad
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-08-08Make the console on com0 detection work again.hannken
2008-08-08Remove an unneeded include to make it compile again.hannken
2008-07-31Add "options WAPBL" to standard GENERIC/INSTALL type configs.simonb
2008-07-07Remove SEM{MNI,MNS,UME,MNU} and SHMMAXPGS.kiyohara
2008-07-04Fix config error. required to include files.bluetooth.kiyohara
2008-07-02Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@.ad
2008-06-11use device_lookup_private to get softccegger