summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
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
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-05-03Clean up a signed vs unsigned error in gm ethernet.Dale Rahn
2001-05-02Move powerpc interrupt enablement into the interrupt controller, not afterDale Rahn
2001-04-18Remove last change to powerpc pmap. This has a slight chance of being theDale Rahn
2001-04-13bmtphyTheo de Raadt
2001-04-11include brgphyTheo de Raadt
2001-04-09FFS_SOFTUPDATES in sys/conf/GENERICTheo de Raadt
2001-04-08Update closer to current status of powerpc, remove items resolved orDale Rahn
2001-04-08Some cleanup to the mac audio driver, does not improve the interruptDale Rahn
2001-04-08Attempt at tracking interrupt source better than "irqN", with thisDale Rahn
2001-04-03vm_map.pmap should always be used, not only for uvm.Artur Grabowski