summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
2005-03-30first approximation: spoof UDF filesystem disklabels when we see them.Theo de Raadt
2005-03-08Cosmetics...Thierry Deval
2005-03-04match a bunch more Nubus cards from NetBSD;Martin Reindl
2005-02-20overhaul macrom code from NetBSD:Martin Reindl
2005-02-11for reference purposes it makes more sense to have NetBSD RCSID here;Martin Reindl
2005-02-06- get rid of unused codeMartin Reindl
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2005-01-11rename via_shutdown() to via_powerdown() and remove unused prototype toMartin Reindl
2005-01-04- make sure int is in running state before touching the multicast filterBrad Smith
2005-01-04ifdef MCDEBUG printf on FIFO overflows as discussed with NickMartin Reindl
2005-01-04martin' last commit made mc(4) reset the multicast filter twice.Brad Smith
2004-12-30If we are running on a 68040 or a 68060 processor, overwrite the copypage()Miod Vallat
2004-12-30Rework pmap_bootstrap() computations of I/O maps. Makes the MD part ofMiod Vallat
2004-12-27unusedMartin Reindl
2004-12-26TypoMiod Vallat
2004-12-26TyposMiod Vallat
2004-12-26If writedisklabel() is invoked on a DPME-labeled disk, read back the DPMEMiod Vallat
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-12-15sync with NetBSD but replace hand crafted crc logic with ether_crc32_le()Martin Reindl
2004-12-14sync with NetBSD, ok miod@Martin Reindl
2004-12-13Store the local ethernet address in struct arpcom and suddenly mc(4) startsClaudio Jeker
2004-12-13Dead meat.Miod Vallat
2004-12-10pseudo-DMA for non-AV Quadras, inspired by NetBSDMartin Reindl
2004-12-09add missing line in history section that didn't make it through the firstMartin Reindl
2004-12-08spl1() -> splsoft(), and minor sync with other m68k trap.c; barely anyMiod Vallat
2004-12-08Silence spurious interrupts unless option DEBUGMiod Vallat
2004-12-08Register serial interrupts on the right sources on AV machines, was brokenMiod Vallat
2004-12-08Crank maxusers to 32.Miod Vallat
2004-12-08Tweak interrupt handling code to allow shared interrupts for VIA2 sources.Miod Vallat
2004-12-08Only map the DAFB video registers in attach, so that other code can mapMiod Vallat
2004-12-06Use uvm_grow() to account for stack growth, rather than home-grown codeMiod Vallat
2004-12-03Always attach intvid even if the monitor sense code seems wrong; this isMiod Vallat
2004-12-03Kill mac68k *SBC kernels. Instead, build kernels with both sbc scsi flavoursMiod Vallat
2004-12-02move IPL setup to intr.cMartin Reindl
2004-12-02option DISABLE_EXT_CACHE is not used anymore.Miod Vallat
2004-12-02Make BUFCACHEPERCENT adjustable through UKC, like all other arches do.Miod Vallat
2004-12-02Oops, repair *SBC kernels.Miod Vallat
2004-12-01Much, much, much less stack pressure when reading a disklabel.Miod Vallat
2004-12-01Do not store preciouss data below the kernel stack, or they risk becomingMiod Vallat
2004-12-01No more splnone alias for spl0.Miod Vallat
2004-12-01Sync core dumping code with other m68k platforms.Miod Vallat
2004-12-01Let kernels with option DEBUG link again.Miod Vallat
2004-11-30provide a more accurate assembly delay() routineMartin Reindl
2004-11-28Correct pmap_enter() flags usage.Miod Vallat
2004-11-27In pmap_bootstrap(), replace PMAP_MD_RWZERO, which would leave the lowestMiod Vallat
2004-11-26More interrupt system cleaning and homogenization:Miod Vallat
2004-11-25Move towards a more flexible and generic interrupt system, as well as betterMiod Vallat
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
2004-09-16cleanup deafult locators (blah ?); please check that your most hated architec...Michael Shalayeff