summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
2001-06-24Prototype functions used in macros in this header file.Dale Rahn
2001-06-24Add prototype for ofwconprobe().Dale Rahn
2001-06-24comment out unused header file, add header files for proper prototypes,Dale Rahn
2001-06-24include header files for proper defines.Dale Rahn
2001-06-24fpu function prototypes;Dale Rahn
2001-06-24register i; is not a valid variable declaration.Dale Rahn
2001-06-24include header for prototype, declare correctly, cast for local variable use.Dale Rahn
2001-06-24header file for prototypes, local variable for const input parameter.Dale Rahn
2001-06-24prototype cleanup, use local variable for const input arg.Dale Rahn
2001-06-24include header for prototypes, prototype functions, assignment inDale Rahn
2001-06-24Add systm.h for prototypes.Dale Rahn
2001-06-24include prototype for calc_delayconst()Dale Rahn
2001-06-24Unused variable, poof.Dale Rahn
2001-06-24properly prototype diskconf()Dale Rahn
2001-06-24include systm.h for proper prototypes.Dale Rahn
2001-06-24More inlined function cleanup for -W strictness.Dale Rahn
2001-06-24More inline function clean for -W flags strictness.Dale Rahn
2001-06-24More inline function cleanup for stricter -W flags.Dale Rahn
2001-06-24inlined function definition clean, in preparation of more strict -W warningDale Rahn
2001-06-23remove some debugging prints.Dale Rahn
2001-06-23no more kernfsTheo de Raadt
2001-06-23PCI bus configuration userland access from FreeBSD.Matthieu Herrb
2001-06-23Header file changes to support symbol loading just added.Dale Rahn
2001-06-23Perform symbol lookup on ddb trace command.Dale Rahn
2001-06-23Support ddb initialization on powerpc.Dale Rahn
2001-06-23Support for powerpc to load symbols, uses new libsa loadfile.Dale Rahn
2001-06-18Close PR 1864, Mhz should be written as MHz.Dale Rahn
2001-06-17Interrupt storm problem on awacs fixed, not necessary to disableDale Rahn
2001-06-17Significant improvement on awacs driver.Dale Rahn
2001-06-17Allow for more than 5 interrupt attribute values. awacs has 6.Dale Rahn
2001-06-10Do not print time in seconds since epoc on boot,Dale Rahn
2001-06-10Hack/workaround for gcc bug. GCC will generate a load/store double instructionDale Rahn
2001-06-10Post pmap_extract() changes cleanup.Dale Rahn
2001-06-09Account for timer interrupts which occur while timer is "blocked".Dale Rahn
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-06-02Support writing to the hardware clock for powerpc apple systems.Dale Rahn
2001-06-02On Cuda systems (imac Rev C at least), it seems that the adb dataDale Rahn
2001-05-29Hardware clock support, via adb.Dale Rahn
2001-05-26Add one more '0' in comment.Artur Grabowski
2001-05-25Implement PMAP_MAP_POOLPAGE.Artur Grabowski
2001-05-25Fix color table initialization for powerpc with wscons.Dale Rahn
2001-05-21Name the PowerPC G4 processors better. Do not perform the cache controlDale Rahn
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
2001-05-11unify rd(4) even moreTheo de Raadt
2001-05-11unifyTheo de Raadt
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-07Fix fallout from recent trunc_page() changes.Dale Rahn
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski