Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-27 | Replace the last user of pmap_map() with an inline version, and kill pmap_map() | Miod Vallat | |
for good. | |||
2005-04-26 | remove now obsolete mac68k_set_pte | Martin Reindl | |
ok miod@ | |||
2005-04-26 | new NuBus slot space mapping/probing code utilizing bus_space(9) | Martin Reindl | |
ok miod@ from NetBSD | |||
2005-04-24 | - switch Scott Reynold's copyright to 3-clause BSD | Martin Reindl | |
- do not attach on the MacTV, fix base address on the IIfx (untested) - no need to count sc->sc_ringing up, just set to 1 if ringing; timeout fix ok miod@ from NetBSD | |||
2005-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt | |
it is likely a slight bug or two will sneak in with this, so everyone please keep an eye out on your disklabels | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-03-04 | match a bunch more Nubus cards from NetBSD; | Martin Reindl | |
makes my DaynaPORT E/II-3 work | |||
2005-02-20 | overhaul macrom code from NetBSD: | Martin Reindl | |
- simplify the asm constraints in mrg_aline_super() - generate a SIGILL for user-mode A-line traps - cleanup, KNF, whitespace nitpicking and minor other updates ok miod@ | |||
2005-02-11 | for reference purposes it makes more sense to have NetBSD RCSID here; | Martin Reindl | |
also fix a typo in comment | |||
2005-02-06 | - get rid of unused code | Martin Reindl | |
- KNF - typos - sync some parts with NetBSD input and review by miod@ | |||
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith | |
From NetBSD NetBSD PR 27678 for details ok mcbride@ | |||
2005-01-11 | rename via_shutdown() to via_powerdown() and remove unused prototype to | Martin Reindl | |
shrink diff to NetBSD ok miod | |||
2005-01-04 | - make sure int is in running state before touching the multicast filter | Brad Smith | |
- remove song and dance with IFF_UP, based on NetBSD commit to mc(4) ok martin@ | |||
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 | |
code with the faster copypage040() before the kernel text is mapped read-only. | |||
2004-12-30 | Rework pmap_bootstrap() computations of I/O maps. Makes the MD part of | Miod Vallat | |
this much simpler. Also, make sure an userland process can fill its UPT as expected. No functional change. | |||
2004-12-27 | unused | Martin Reindl | |
ok miod@ | |||
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 | |
partition table - it might have been modified behind our back. From NetBSD. | |||
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no functional change. | |||
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 | |
ok miod@ | |||
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 | |
working. OK miod@ | |||
2004-12-13 | Dead meat. | Miod Vallat | |
2004-12-10 | pseudo-DMA for non-AV Quadras, inspired by NetBSD | Martin Reindl | |
with lots of help from miod@ additional testing by nick@ and otto@ ok miod@ | |||
2004-12-09 | add missing line in history section that didn't make it through the first | Martin Reindl | |
syncing round pointed out by Dries Schellekens <gwyllion at ulyssis dot org> | |||
2004-12-08 | spl1() -> splsoft(), and minor sync with other m68k trap.c; barely any | Miod Vallat | |
functional change. | |||
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 | |
after the interrupt code change; from NetBSD. | |||
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 | |
This will be necessary shortly. | |||
2004-12-08 | Only map the DAFB video registers in attach, so that other code can map | Miod Vallat | |
the non-video parts. Will be necessary shortly. | |||
2004-12-06 | Use uvm_grow() to account for stack growth, rather than home-grown code | Miod Vallat | |
or nothing. Inspired by a similar recent change in NetBSD. | |||
2004-12-03 | Always attach intvid even if the monitor sense code seems wrong; this is | Miod Vallat | |
the case with non-Apple monitors connected with video adaptors. | |||
2004-12-03 | Kill mac68k *SBC kernels. Instead, build kernels with both sbc scsi flavours | Miod Vallat | |
compiled in, but one disabled, and use config -e to swap them and build the other kernels; saves valuable compile time. Add ramdisks into the build (at release time). Since we are moving to a bsd.rd installation, it is not necessary to put kernels in .tgz files anymore, so don't bother, and adjust installation script sets information accordingly. | |||
2004-12-02 | move IPL setup to intr.c | Martin Reindl | |
ok miod@ >From: NetBSD | |||
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 | |
(This means twice as less buffers on hp300 with unmodified GENERIC kernels now) | |||
2004-12-02 | Oops, repair *SBC kernels. | Miod Vallat | |
2004-12-01 | Much, much, much less stack pressure when reading a disklabel. | Miod Vallat | |
This is a temporary workaround which might live longer than initially expected. | |||
2004-12-01 | Do not store preciouss data below the kernel stack, or they risk becoming | Miod Vallat | |
invisible and being lost... | |||
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 | |
ok miod@ >From: NetBSD | |||
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 | |
page writeable, with PMAP_MD_RWLOW, which tells how many pages have to be left writeable on low addresses, since the mac rom needs more than one. This lets non-DDB mac68k kernels run. No change on non-mac68k platforms. |