summaryrefslogtreecommitdiff
path: root/sys/arch/bebox
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-12-10Provide basic bus_space_mmap(). Noted by self and in PR port-powerpc/14873.briggs
2001-11-28Add a "cacheline_size" argument to pci_configure_bus(). It is usedthorpej
2001-11-23The bridge(4) pseudo-device no longer requires the port toatatat
2001-11-20cleanup:lukem
2001-11-13The wsmux pseudo device does not need a count anymore.augustss
2001-11-09Bump the version numbers of all bootloaders which use loadfile_elfXX() nowscw
2001-11-09Add a "firstbus" argument to pci_configure_bus(), indicating thethorpej
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-10-29pci_conf_interrupt() takes bus/dev/pin, not bus/dev/func.thorpej
2001-10-11Add include dev/wsfont/files.wsfontbriggs
2001-09-16Spell 'occurred' with two 'r's.wiz
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-31Use comments around the token after a #endif.simonb
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-02Bump version numbers of all bootloaders that use loadfile/ELF, to account forbjh21
2001-07-22bcopy -> memcpy, bcmp -> memcmp, bzero -> memsetwiz
2001-07-22bcopy -> memmovewiz
2001-07-08Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,abs
2001-07-07Remove (commented out) ncr* at pci? lines.tsutsui
2001-07-01Add PM_SR.matt
2001-06-23#include <powerpc/spr.h> Use SPR_HID0 in place of 1008matt
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-13withough -> withoutwiz
2001-06-12Move "file .../bus_dma.c" line to MD place.tsubai
2001-06-10Use the new pmap to compile again (sorry).tsubai
2001-06-06Change bebox port to use the include MPC6XX files and the new common bus.hmatt
2001-06-02replace vm_map{,_entry}_t with struct vm_map{,_entry} *.chs
2001-06-01Rename assembly files that are pre-processed by cpp to use an S suffix.simonb
2001-05-30use _KERNEL_OPTmrg
2001-05-29define _KERNEL_OPT as well as _KERNEL. we will use this in the future tomrg
2001-05-26replace vm_page_t with struct vm_page *.chs
2001-05-03PPC machine type tags haven't been used for a while.soren
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-05-01Per discussion w/ chuck and chuck, restructure the md page stuffthorpej
2001-04-29Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data forthorpej
2001-04-24Sprinkle pmap_update() calls after calls to:thorpej
2001-04-15Add definitions of C99 integer format conversion macros.kleink
2001-04-15Add definitions of C99 specified-width integer type limits.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 minimum-width and greatest-width integer types.kleink
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej