summaryrefslogtreecommitdiff
path: root/sys/arch/ofppc
AgeCommit message (Expand)Author
2001-12-28Add PPPoE to all generic kernels that should be able to use it.martin
2001-12-14Add a blurb to the top of all GENERIC files. This serves three purposes:gmcgarry
2001-12-12MKfoo=no -> NOfootv
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-23The bridge(4) pseudo-device no longer requires the port toatatat
2001-11-20cleanup:lukem
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-10-30Attempt at making Type 1 config cycles work, based on "see config-map".thorpej
2001-10-29Check in of work-in-progress of Firepower native device support.thorpej
2001-10-29Add/rework infrastructure that will allow us to support nativethorpej
2001-10-29For System registers which are not 32-bits wide, they are "left justified"thorpej
2001-10-29Fix a typo, add some UL suffixes to memory map constants.thorpej
2001-10-24Memory map and system registers for the Firepower ES, MX, LX, and TXthorpej
2001-10-24Need to install intr.h.thorpej
2001-10-24NEWPMAP fixes that I missed committing.billc
2001-10-23For systems (like the briQ) that don't have a "/cpus", look forthorpej
2001-10-23Add the correct model string for the Total Impact briQ.thorpej
2001-10-23Clean up the NetBSD/ofppc boot loader:thorpej
2001-10-23Add machine-dependent defns for libsa's loadfile().thorpej
2001-10-23Add support for fetching DDB symbols from the boot loader. This requiresthorpej
2001-10-22Begin the task of splitting up the ofppc port into common codethorpej
2001-10-22Fetch the platform name earlier, so we can determine what kind ofthorpej
2001-10-22CPUs attach to mainbus now.thorpej
2001-10-22Various things that make OFW-driver kernels work on my Firepower LX MPthorpej
2001-10-20Total Impact BRIQ kernel configbillc
2001-10-20just set MACHINE and include powerpc/param.h - non-NEWPMAP ofppc kernels boot...billc
2001-10-20Fix cpu check to actually work.billc
2001-10-20update for NEWPMAPbillc
2001-10-06soft_splvm() - "block" SPLBIO, SPLNET, and SPLTTY in addition to SPLIMPthorpej
2001-09-12Linux emulation is no longer experimental, removed commentmanu
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-09-01Comment out bridge pseudo devices from ports that don'tatatat
2001-09-01Add bridge pseudo devices to GENERIC configsatatat
2001-08-26Make all powerpc ports use a common Makefile.powerpc (except walnut)matt
2001-08-24use pmap_k* for buffer cache pages.chs
2001-08-05Avoid NULL pointer dereference.tsutsui
2001-08-05Define VM_MAX_KERNEL_BUF and PAGER_MAP_SIZE to save KVA space.tsutsui
2001-08-05Add PM_SRtsutsui
2001-07-22bcopy -> memcpy, bzero -> memsetwiz
2001-07-08Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,abs
2001-06-30Add System V semaphore resource limits to each GENERIC file that has andarcy
2001-06-23#include <powerpc/spr.h>matt
2001-06-19Make all the ppc delay() functions the same - formating change only, nosimonb
2001-06-18Add an e_trapsignal member to struct emul, so that emulated processes canchristos
2001-06-12Remove cpu_dumpconf(); it's in powerpc_machdep.tsubai
2001-06-12Move "file .../bus_dma.c" line to MD place.tsubai
2001-06-02replace vm_map{,_entry}_t with struct vm_map{,_entry} *.chs
2001-05-30use _KERNEL_OPTmrg
2001-05-29define _KERNEL_OPT as well as _KERNEL. we will use this in the future tomrg