summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include
AgeCommit message (Expand)Author
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-14Bump the default macppc MSGBUFSIZE to 12KB so we can get an entirematt
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-08-26Make all powerpc ports use a common Makefile.powerpc (except walnut)matt
2001-07-26Change description of handler-ID == 195.tsubai
2001-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-07-12Add the keyboard ID found on the American versions of the PowerBook G4 andnathanw
2001-06-19Add/change prototypes so that macpcc builds with -Wstrict-prototypes.simonb
2001-06-10include powerpc/mpc6xx/bat.h.tsubai
2001-06-10Make the new pmap optional. Use the old (stable!) pmap by default.tsubai
2001-06-08Make macppc compile by default with -Wall -Wmissing-prototype in additionmatt
2001-06-06Changes new pmap, common param.h, vmparam.h, and moved includes.matt
2001-05-30use _KERNEL_OPTmrg
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-15Add definitions of C99 integer format conversion macros.kleink
2001-04-15Add definitions of C99 specified-width integer type limits.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 minimum-width and greatest-width integer types.kleink
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-03-22Merge my MP tree. At this point, Daystar dual 604 card (i.e. Power Macintoshtsubai
2001-03-15Remove PAGER_MAP_SIZE definition -- use default value. Instead, decreasetsubai
2001-03-07Add the BUS_DMA_STREAMING flag.thorpej
2001-02-27Add Apple_FWDRIVER.matt
2001-02-05Share a single pio.h instead of having 4 nearly-identical copies.briggs
2001-02-05Tsubai has convinced me that openpic_init() should remain machine-dependantbriggs
2001-02-02Split OpenPIC support into powerpc so ports only need minimal custombriggs
2001-01-14Make sure everybody has an splvm() and equate it with splimp() (splimp()thorpej
2001-01-01Make want_resched and astpending per-CPU.tsubai
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-12-21Fix bus_space_write_multi_N.tsubai
2000-12-19Add support for Kensington Turbo Mouse.tsubai
2000-12-14Partial syscall cleanup, as per other ports.mycroft
2000-12-08Increase all of the limits.mycroft
2000-11-29Make spl functions no-inline. This saves size and even it runs faster ontsubai
2000-11-27Reduce PAGER_MAP_SIZE to 4MB.tsubai
2000-08-28Add an argument to need_resched macro.tsubai
2000-08-23Correctly spell DRIVER. Noted by Tsubai. :-)wrstuden
2000-08-22Add spllock(). See spl(9) for details.thorpej
2000-08-21Make sure we provide splsched() as described in spl(9).thorpej
2000-08-18Add some new partition types, and flags. Have the Apple Partition Mapwrstuden
2000-07-06Make it compile with "options MULTIPROCESSOR".tsubai
2000-06-30raise MSIZE from 128 to 256.itojun
2000-06-26Add <machine/int_types.h>, which provides namespace-pure definitionskleink
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-11Add cpu_counter().tsubai
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-06-01Make booted_device global (and booted_parition for consitency).matt