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