summaryrefslogtreecommitdiff
path: root/sys/arch/atari/include
AgeCommit message (Expand)Author
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-08-04Add ci_cpuid where it's missing.ad
2007-07-14Generic soft interrupts are mandatory.ad
2007-05-21Move declarations of m68k common functionstsutsui
2007-05-21Remove obsolete decralations of switch_exit() and switch_lwp_ext().tsutsui
2007-05-20Add missing call to lwp_startup() in lwp_trampoline() (which was renamedmhitch
2007-05-20indent fix.isaki
2007-05-18Adapt to the merge of the yamt-idlelwp branch.he
2007-03-21Apply MI softintr(9) patch before it becomes rotten. Untested.tsutsui
2007-03-11- Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to holdthorpej
2007-03-06Change bus_space_handle_t from void * (formerly caddr_t) to u_longtsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
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
2006-12-22We don't need the cpu_startup() prototype here. It is already provided byjdc
2006-12-21merge yamt-splraiseipl branch.yamt
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-07-11Add m68k sunos_machdep.hchristos
2005-06-04Adapt to compiling with -Wshadow and -Wcast-qual, by adding consthe
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt
2005-01-23make this the same as the other m68k platforms.chs
2004-09-26don't expose cpu_info to userland.yamt
2004-09-22move some per-cpu data definitions to MI place so that they can be modifiedyamt
2004-09-03Correct typo in copyright notice. (noticed by Hubert Feyrer).leo
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-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-05-10Remove redundant bounds_check_with_label() prototype.thorpej
2003-05-09A few ISA sound drivers like to share dma channels, and hence deferredfvdl
2003-05-03DMA, not dma nor Dma.wiz
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2003-01-17Merge the nathanw_sa branch.thorpej
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-10-20merge the 12 copies of vm_machdep.c on the m68k platforms.chs
2002-09-22it really helps to get the stub right before cutting + pasting it 27 times.chs
2002-09-22add pmap_remove_all() hook (empty on most platforms so far).chs
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-07-13m68k syscall rototill:scw
2002-05-23Fix the siron()/siroff() macro's. They were using a too loose contraintleo
2002-05-15Let machine-dependent code specify how to enumerate the bus.thorpej