Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-03 | If the dma decides to perform I/O on memory that is not mapped, panic | Dale Rahn | |
immediately instead of writing on random memory addresses. Could the mapping be faulted in, no? | |||
2002-01-02 | commented out maxi radio | Michael Shalayeff | |
2002-01-02 | at least ; required after label or case; openbsd@davidkrause.com | Theo de Raadt | |
2002-01-02 | missing radiotrack entries, fix the others (all still commented out | Michael Shalayeff | |
2002-01-02 | On the road to serial console support. stage one, if of console is serial | Dale Rahn | |
force to display, zs(macppc) doesn't support console yet... | |||
2002-01-01 | Don't whine about not having carrier... ifconfig on the interface will say so. | Jason Wright | |
2001-12-31 | man says bus_space_map() returns non-zero, not negative on failure | Michael Shalayeff | |
2001-12-31 | Fix a glitch in _dmamap_load_buffer introduced in the last commit. | Miod Vallat | |
jason@ ok | |||
2001-12-27 | Don't mess with the PMAP_PHYSSEG flags there. It's UVM playground, not really | Miod Vallat | |
ours. | |||
2001-12-25 | Oops, I barfed there, too. | Miod Vallat | |
2001-12-25 | bad miod | Theo de Raadt | |
2001-12-25 | Oops, macros from the wrong tree escaped. | Miod Vallat | |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat | |
2001-12-24 | pcib is required if pcibios is there; deraadt@ ok | Michael Shalayeff | |
2001-12-24 | More brdtyp vs cputyp replacements. | Miod Vallat | |
2001-12-24 | - completely change the mmu segment and page table structure definitions, | Miod Vallat | |
to use constant bitmasks instead of bitfields. - remove unnecessary (as long as we are not running SMP) locks on the physsegs. - update the pmap code to take these changes into account, and gratuitously change several names and code paths to be closer to existing m68k pmaps. It's a bit faster now. - change pmap.c's usage of vm_{offset,size}_t to {p,v}{addr,size}_t. - remove dead or unused stuff from pmap.c, fix typos, etc Tested on 187 and 188, should not make things worse for 197. | |||
2001-12-24 | <machine/pte.h> not needed here. | Miod Vallat | |
2001-12-24 | Be more TLB-coherency friendly in pmap_k* functions. | Miod Vallat | |
2001-12-22 | Compile with option DEBUG. | Miod Vallat | |
2001-12-22 | Label changes and comment corrections. | Steve Murphree | |
2001-12-22 | MVME917 documentation comment. | Steve Murphree | |
2001-12-22 | mc88110 mods. | Steve Murphree | |
2001-12-22 | Bring in PSR bit definitions. | Steve Murphree | |
2001-12-22 | Assume xxx.usr bug in RAMDISK. | Steve Murphree | |
2001-12-22 | Make RAMDISK work. | Steve Murphree | |
2001-12-22 | vme devices 'auto vector'. | Steve Murphree | |
2001-12-22 | Correct badvaddr() usage. | Steve Murphree | |
2001-12-22 | Put miod's Makefile hack to define M88100 and M88110 back in. | Steve Murphree | |
2001-12-22 | GENERIC configuration now includes MVME197 and M88110 options. | Steve Murphree | |
2001-12-22 | change function names to reflect cpu type instead of board type. | Steve Murphree | |
2001-12-22 | add mc88110 definitions | Steve Murphree | |
2001-12-22 | add get_psr() inline for mc88410.h | Steve Murphree | |
2001-12-22 | Correct res count. Based on fix in NetBSD. | Hugh Graham | |
2001-12-22 | mc88110 modifications. | Steve Murphree | |
2001-12-22 | correct badvaddr() | Steve Murphree | |
2001-12-22 | correct pmap_map. mc88110 modifications. | Steve Murphree | |
2001-12-22 | masive cmmu overhaul. function pointers now control cmmu functionality | Steve Murphree | |
instead of case statements based on cpu type. | |||
2001-12-22 | mc88110 support in ddb. Bring in bit definitions. | Steve Murphree | |
We can support hardware sstep for mc88110 and software sstep for mc88100. | |||
2001-12-22 | rename m882xx.h to m8820x.h | Steve Murphree | |
2001-12-22 | fix kenter/kremove, some spl police | Michael Shalayeff | |
2001-12-21 | Let this compile for kernels where no pcc device is configured (i.e. kernels | Miod Vallat | |
with no 147 support). Problem reported by "Bob" <bharbour@emr.net> | |||
2001-12-21 | Unbreak gm0. regression test should be done next time... | Dale Rahn | |
2001-12-21 | MC88410 External Cache Controller inline for MVME197DP/SP | Steve Murphree | |
2001-12-20 | Temporarily revert the pmap_motorola changes, as they may account for | Miod Vallat | |
some problems as well. Requested by deraadt@ | |||
2001-12-20 | MVME197 gets it's own external interrupt routine. | Steve Murphree | |
2001-12-20 | MC88110 Processor Status Register definitions. | Steve Murphree | |
2001-12-20 | MC88110 header modifications. | Steve Murphree | |
2001-12-20 | machine dependant pointer changes. | Steve Murphree | |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski | |
machines or some configurations or in some phase of the moon (we actually don't know when or why) files disappeared. Since we've not been able to track down the problem in two weeks intense debugging and we need -current to be stable, back out everything to a state it had before UBC. We apologise for the inconvenience. | |||
2001-12-19 | Introduce brdtyp and change what cputyp means. | Steve Murphree | |