summaryrefslogtreecommitdiff
path: root/sys/arch/atari
AgeCommit message (Expand)Author
2010-03-16Check if mapped bus_space regions are actually validtsutsui
2010-03-16Renumber board type for LE_PAM.tsutsui
2010-03-16Fix register and memory addresses for PAM, per MintNet driver.tsutsui
2010-03-13Regen from GENERIC.in rev 1.84:tsutsui
2010-03-13Add support for the SMC Elite Ultra Ethernet with the SMC_TT VME-ISA bridge.tsutsui
2010-02-28Fight the ever-increasing size of src checkouts by spelling "useful"snj
2010-02-21Regen from GENERIC.in rev 1.83:tsutsui
2010-02-21Add pseudo-device ksyms. Noticed by David Ross on port-atari.tsutsui
2010-02-10Convert to terminfo so we compile.roy
2010-02-09Fix typo in comment.wiz
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-23Fix typo in comments, no code change.mbalmer
2009-12-11Use appropriate macro during pmap initialization:tsutsui
2009-12-11Refactoring MD segment related definitions on m68k ports:tsutsui
2009-12-10Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostlymatt
2009-12-10Rename L_ADDR to L_PCB and amend some comments accordingly.rmind
2009-12-09Fix wrong NBSEG values for all hp300 pmap derived m68k ports.tsutsui
2009-12-08Use PGSHIFT from <machine/param.h> for PAGE_SHIFT.tsutsui
2009-12-06Remove old MD pmap.c files for amiga and atari.tsutsui
2009-12-06Move initialization of protection_codes[] and kernel_pmap()tsutsui
2009-12-06pm_stfree in struct pmap is a bitmap value so make it unsigned.tsutsui
2009-12-05Remove the portalfs kernel file system driver. Replace mount_portal(8)pooka
2009-12-02Use common pmap_bootstrap_finalize() to initialize lwp0 uarea etc.tsutsui
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-11-25Fix a missed proc -> lwp change, only compiled if NWSKBDabs
2009-11-23Do not include FPU_EMULATE in ATARITT only configabs
2009-11-23Use lwp_getpcb() on m68k ports, clean from struct user usage.rmind
2009-11-07Add a flags argument to pmap_kenter_pa(9).cegger
2009-10-21Drop 3rd and 4th clauses. Approved by thomas@ (copyright holder).snj
2009-10-21Drop 3rd and 4th clause. Approved by leo@ and thomas@ (copyright holders).snj
2009-10-21Remove uarea swap-out functionality:rmind
2009-10-20Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.snj
2009-10-19Switch the atari port to the common m68k/m68k/pmap_motorola.c, at last.tsutsui
2009-08-26Minor tweak to the pv_table management in the Hibler-derived m68k pmaps:thorpej
2009-08-24KNF, ANSIfy etc.tsutsui
2009-08-24Use __arraycount().tsutsui
2009-08-23Use proper pointer types and names rather than casts for readability.tsutsui
2009-08-23fix atari builds in two ways:mrg
2009-08-22wrap long lines, fix indent.tsutsui
2009-08-20Rewrite binpatch(8) utility to add support for ELF binaries,tsutsui
2009-08-19Another needing <sys/exec_aout.h>.he
2009-08-19One more file needing <sys/exec_aout.h>.he
2009-08-19isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t.dyoung
2009-08-19(Re-)define isa_detach_hook(), and define isa_dmadestroy(). Updatedyoung
2009-08-18Add a real API for testing if a page is a managed page, and adjust callersthorpej
2009-08-18These are stragglers from my last commit ("Let us safely detachdyoung
2009-07-31Read AD_CFG_SWITCH via volatile pointer so thattsutsui