Age | Commit message (Expand) | Author |
2005-06-12 | handle SuperMac Thunder/24 interrupts | Martin Reindl |
2005-06-08 | remove netns crud. | Henning Brauer |
2005-06-07 | CCITT about to bite the dust, remove special casing in archs and drivers | Henning Brauer |
2005-05-26 | Sync with uvm_mmap() api change. | Miod Vallat |
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski |
2005-05-06 | generate vim-compatible tag files, from netbsd | Pedro Martelletto |
2005-05-01 | - Sync nubus IDs with NetBSD and add some more | Martin Reindl |
2005-05-01 | Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere. | Miod Vallat |
2005-05-01 | spacing; ok miod@ deraadt@ | David Krause |
2005-04-30 | start the job of making things look more alike | Theo de Raadt |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt |
2005-04-27 | Replace the last user of pmap_map() with an inline version, and kill pmap_map() | Miod Vallat |
2005-04-26 | remove now obsolete mac68k_set_pte | Martin Reindl |
2005-04-26 | new NuBus slot space mapping/probing code utilizing bus_space(9) | Martin Reindl |
2005-04-24 | - switch Scott Reynold's copyright to 3-clause BSD | Martin Reindl |
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 |