summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2001-12-21Unbreak gm0. regression test should be done next time...Dale Rahn
2001-12-18Recognize newer uni-n chips.Dale Rahn
2001-12-17Comment out abtn, since it is the cause of the function key crashesDale Rahn
2001-12-15document exit command at Boot: prompt; pvalchev testedTheo de Raadt
2001-12-14Add gem (disabled) and hme (...)Dale Rahn
2001-12-14From NetBSD:Dale Rahn
2001-12-14hme can build on macppc, and and would work if the pci-pci bridge wouldDale Rahn
2001-12-14garbage collect some unused stuff.Jason Wright
2001-12-14gem wants BUS_DMA_READ define.Dale Rahn
2001-12-12add hifn and dc at pciJason Wright
2001-12-12add /dev/crypto supportJason Wright
2001-12-12Full suite of bus_dma functions (except bus_dmamap_load_raw)... this allowsJason Wright
2001-12-11Remove declarations that already exist in <sys/conf.h>Miod Vallat
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-12-07In uni_n_config(), only return a base address if a base address was found.Miod Vallat
2001-12-05Enable rootdev auto-configuration by device drivers during boot.Thierry Deval
2001-12-05Put back to the old KMEM size, until we can increase this and have it workDale Rahn
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-04enable uplcom on macppc GENERIC. tested by myself, and okay'd by drahn@lebel
2001-12-01change to WSEMUL_NO_DUMBTheo de Raadt
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-28more typedef zapping vm_page_t -> struct vm_page *Artur Grabowski
2001-11-28zap some typedefs.Artur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-19Use netisr_dispatch instead of handcoded list.Dale Rahn
2001-11-16_load_uio returns an error now until a real implementation is in place.Jason Wright
2001-11-13Add AltiVec support to powerpc/macppc. This is not currently enabled becauseDale Rahn
2001-11-09nswbuf hasn't been used for ages. gc.Artur Grabowski
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06Add USB scanner device node to macppc and i386, both of these had theDale Rahn
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-11-06Kill vm/vm_param.h, move it to uvm/uvm_param.hArtur Grabowski
2001-11-05Workaround to prevent Altivec Unavilable problem.Dale Rahn
2001-11-05Raise the shared memory size to 16MB from 4MB. 4MB is too small for currentDale Rahn
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-10-31Change the internal vc_mmap from returning int to paddr_t.Artur Grabowski
2001-10-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
2001-10-10gc SWAPPAGER and DEVPAGER optionsTodd C. Miller
2001-10-062face version of boot icon.Dale Rahn
2001-10-03Add $OpenBSD$ tags which were removed when this code was copied.Dale Rahn
2001-10-03Add missed file when committing apm for macppc.Dale Rahn
2001-10-03Install the bsd.tbxi data file. millert@ ok.Dale Rahn
2001-10-03apm support for macppc. This is not fully implemented, sleep modesDale Rahn
2001-10-03Cleanup improperly shared code between the two interrupt drivers.Dale Rahn
2001-10-01Change the kernel so that is the openfirmware stdout is not provided,Dale Rahn
2001-10-01When booting up in auto-boot? true mode, newer systems do not provideDale Rahn
2001-10-01When you see an error, fix it immediately, otherwise it is possibleDale Rahn