summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include
AgeCommit message (Expand)Author
2010-03-02Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.matt
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-02-28move PCI_MAGIC_IO_RANGE to a header that's actually exported to userlandmacallan
2008-02-27add a #define to select at which offset display drivers' mmap() methodsmacallan
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2008-01-09Mac doesn't need the special hack for the bridge mode prototype anymore.garbled
2007-12-25get rid of macppc's private pci_bus_dma_tagmacallan
2007-12-24#define __HAVE_PRIVATE_PCI_BUS_DMA_TAGmacallan
2007-11-26Apply a set of patches from Frank Wille to make the genfb attachment workgarbled
2007-11-07Convert macppc to shared ofw_autoconf.c. Compile tested only.garbled
2007-11-07Merge tty changes from the vmlocking branch.ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-14Generic soft interrupts are mandatory.ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-21add a pair of new bus_dma(9) functions:mrg
2007-02-16Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch calloutsad
2007-02-09Merge newlock2 to head.ad
2007-01-20Unify the declaration of OF_interpret() between sparc{,64} and macppche
2007-01-17shuffle #includes, add a bus_space_tagmacallan
2007-01-17add iBook keyboard typemacallan
2006-12-21merge yamt-splraiseipl branch.yamt
2006-09-29add timecounter support, mostly from prep.macallan
2006-09-13Convert macppc to generic todr. ok macallan@.gdamore
2006-08-29Use the common <dev/apm/apmio.h> file instead of replicating struct andhe
2006-08-051st cut of Powermac G5 support (uses bridge mode).sanjayl
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-01-25free -> deallocchristos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-09-23Added macros for bus_space_mmap() and bus_space_vaddr()macallan
2005-06-05constify some string arguments and return values.nathanw
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt
2005-02-17Install spr.hbriggs
2004-11-08Reverting.mbw
2004-11-07Add disklabel recognition for another Apple file typembw
2004-10-23Centralize the declaration of booted_device and booted_partition.thorpej
2004-07-29remove now unnecessary "pci_enumerate_bus" definitionsdrochner
2004-05-08Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.kleink
2004-04-25Protect against multiple inclusion (kdump, ktruss, etc., makefair
2004-03-25Enable generic software interrupts on macppc.matt
2004-03-24Add latent generic soft interrupt support.matt
2004-03-02Pull in SPRs via <powerpc/spr.h> in this single instance, and dispose ofkleink
2003-12-30Fix PowerPC ports build with KGDB.manu
2003-11-11Implement mach_thread_get_state.manu
2003-10-20Reorganize the way powerpc port install machine specific headers.matt
2003-09-03Move CLKF_BASEPRI to machine specific <intr.h> file since it depends onmatt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-25Bracket the opt_multiprocessor.h #include with #ifdef _KERNEL_OPT.dyoung