summaryrefslogtreecommitdiff
path: root/sys/arch/atari/include
AgeCommit message (Expand)Author
2001-11-28No point in installing svr4_machdep.h.kleink
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-09-24Enable ELF symbols in ddb.leo
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-09-08ELF adaption, clockframe must be packed.thomas
2001-07-26auxilary -> auxiliarywiz
2001-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-07-10Remove __BROKEN_CONFIG_UNIT_USAGE.leo
2001-06-08For ports that wire up pciide in compatibility mode, havesimonb
2001-05-30use _KERNEL_OPTmrg
2001-05-28Add bus_space_vaddr().leo
2001-05-28PCI_VGA_SIZE -> PCI_MEM_SIZE. (Plus some comments on those constants).leo
2001-05-26replace vm_page_t with struct vm_page *.chs
2001-05-26replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}.chs
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-22Undo a misguided previous change to the pmap_update() API.thorpej
2001-04-22Give pmap_update() an argument (a pmap_t) so that it knows whichthorpej
2001-04-21#define away pmap_update() in <machine/pmap.h> so that no functionthorpej
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-04-12Update these for Milan addresses.leo
2001-04-11Adapt these for use on the Milan.leo
2001-04-10The Milan uses the U0 pin to switch the pci-bridge between little & bigleo
2001-03-09Expand bus_dma implementation. It will now handle the bounce bufferleo
2001-03-07Add the BUS_DMA_STREAMING flag.thorpej
2001-01-14Make sure everybody has an splvm() and equate it with splimp() (splimp()thorpej
2001-01-07Add the Milan as a possible machine type.leo
2001-01-07Make ahdi_part and ahdi_root 'packed' so I can use this include file onleo
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-12-19Unification of the m68k syscall() function.scw
2000-11-14We use 8K pages on the Atari. Make PAGE_SIZE and friends intothorpej
2000-11-01Do not pull-in machine/intr.h when _KERNEL is not defined. This fixesleo
2000-09-30Add PCB_REGS_* defines. This makes ddb compile again.leo
2000-09-28The Atari pmap does wired page accounting; advertize it to UVM.is
2000-08-25Make need_resched() take a "struct cpu_info *" argument. Thisthorpej
2000-08-22Add spllock(). See spl(9) for details.thorpej
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-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-06-01kill __P in these files. (I had to look at them anyway with an eye forcgd
2000-05-26First sweep at scheduler state cleanup. Collect MI schedulerthorpej
2000-04-29Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This filethorpej
2000-04-11Add dummies for barrier methods (copied from i386).leo
2000-03-17Install "machineendian_machdep.h".tron
2000-03-17In the `MY THAT'S GROSS' department...mycroft