summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
2005-12-03splimp -> splhighBrad Smith
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-11-13Align _delay() on 8 bytes, not 2^8 bytes.Miod Vallat
2005-11-06Factorize setregs() code to m68k-common location.Miod Vallat
2005-10-23m68k_btop() and m68k_ptob() were mostly used by mac68k only and canMartin Reindl
2005-10-01simplifiy esp_dafb_have_dreq()Martin Reindl
2005-09-27Do not initialize physmem to a magic value at compile time.Miod Vallat
2005-09-27- don't mess with SCSI controller bits here, only map the two regionsMartin Reindl
2005-09-27missing pieces for RBV video handlingMartin Reindl
2005-09-26- correct framebuffer calculation offset by marking off garbage bits inMartin Reindl
2005-09-25Define the symbolic register indexes in trapframe in <m68k/reg.h> onlyMiod Vallat
2005-09-15get rid of MD m68k_trunc_page and m68k_round_page and replace by MIMartin Reindl
2005-09-13merge the macglobals one-liner into locoreMartin Reindl
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-09-12cleanup commentsMartin Reindl
2005-09-12- Add byte-swap and stride options to bus_space.Martin Reindl
2005-08-09Save a variable in espmatch(), vm_offset_t->vaddr_t, print DEBUG addressMartin Reindl
2005-08-07a bunch more ADB handler IDs, will be necessary in the futureMartin Reindl
2005-08-06overhaul the grf driver:Martin Reindl
2005-08-05- missing m_free()Martin Reindl
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
2005-08-01unmap correct size, oopsMartin Reindl
2005-08-01Make bootdev a dev_t; ok martin@Miod Vallat
2005-08-01I'm Positive these are Type-O.Miod Vallat
2005-08-01Factorize cachectl() accross m68k platforms, and make the CC_ constantsMiod Vallat
2005-08-01- disable video interrupts on AV machinesMartin Reindl
2005-07-31No need to #include <machine/pcb.h>; tested martin@Miod Vallat
2005-07-31Fix KDFAULT() in the 68040 & non-68040 compilation case.Miod Vallat
2005-07-23- no need to include sys/dkstat.hMartin Reindl
2005-07-23vm_offset_t -> vaddr_tMartin Reindl
2005-07-23vm_offset_t -> {vaddr_t, bus_addr_t}Martin Reindl
2005-07-23tabbingMartin Reindl
2005-07-18PB190 Gestalt IDsMartin Reindl
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-06-12handle SuperMac Thunder/24 interruptsMartin Reindl
2005-06-08remove netns crud.Henning Brauer
2005-06-07CCITT about to bite the dust, remove special casing in archs and driversHenning Brauer
2005-05-26Sync with uvm_mmap() api change.Miod Vallat
2005-05-22remove "0x" in front of %p in printfs.Artur Grabowski
2005-05-06generate vim-compatible tag files, from netbsdPedro Martelletto
2005-05-01- Sync nubus IDs with NetBSD and add some moreMartin Reindl
2005-05-01Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere.Miod Vallat
2005-05-01spacing; ok miod@ deraadt@David Krause
2005-04-30start the job of making things look more alikeTheo de Raadt
2005-04-30nice docs at top of GENERICTheo de Raadt
2005-04-27Replace the last user of pmap_map() with an inline version, and kill pmap_map()Miod Vallat
2005-04-26remove now obsolete mac68k_set_pteMartin Reindl
2005-04-26new NuBus slot space mapping/probing code utilizing bus_space(9)Martin Reindl