summaryrefslogtreecommitdiff
path: root/sys/arch/sandpoint
AgeCommit message (Expand)Author
2001-12-28Add PPPoE to all generic kernels that should be able to use it.martin
2001-12-14Match MPC107, too.briggs
2001-12-14Re-enable wscons stuff. Add rtk* as it's now confirmed to work on sandpoint.briggs
2001-12-14Add a blurb to the top of all GENERIC files. This serves three purposes:gmcgarry
2001-12-10Provide basic bus_space_mmap(). Noted by self and in PR port-powerpc/14873.briggs
2001-12-0716 partitions -- agree with files.sandpointbriggs
2001-12-07Disable ws* until we can have a working vga* at pci.briggs
2001-12-07Add INSTALL kernel (copy from RAMDISK).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-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-13The wsmux pseudo device does not need a count anymore.augustss
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-11include dev/wsfont/files.wsfontbriggs
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-30- Change default time frequency to 100MHz from 66MHz.briggs
2001-08-27text address is 0x90000, not 0x9000.briggs
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-20"wierd" is weird.wiz
2001-07-22bcopy -> memcpy, bzero -> memsetwiz
2001-07-08Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,abs
2001-07-01Add PM_SRmatt
2001-06-24Include powerpc/spr.h.briggs
2001-06-21Build with and without option NEWPMAP.briggs
2001-06-21Bring back pte.h for non-NEWPMAP builds.briggs
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-12Move "file .../bus_dma.c" line to MD place.tsubai
2001-06-10Use the new pmap to compile again (sorry).tsubai
2001-06-10Adapt to new PowerPC pmap.briggs
2001-06-07GENERIC + memory disk hooks.briggs
2001-06-07Enable a few more devices (adw, dpt, siop, sip, sd). Do not compile DEBUG.briggs
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-15delint: don't try & return something from void pci_intr_disestablish()lukem
2001-05-10fix comment; cdev_notdef() is a funny pc console :)lukem
2001-05-03PPC machine type tags haven't been used for a while.soren
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