Age | Commit message (Expand) | Author |
2006-05-28 | Configure network devices at ipl 3, not ipl 1. | Miod Vallat |
2006-05-18 | Use standard swap16() and swap32() functions instead of abusing <db.h> to get | Miod Vallat |
2006-05-18 | Move otherwise unused <machine/vid.h> to stand/ | Miod Vallat |
2006-05-17 | Delay board type retrieval. | Miod Vallat |
2006-05-16 | Crank bootblocks version for today's changes. | Miod Vallat |
2006-05-16 | Nuke whitespace at EOL | Miod Vallat |
2006-05-16 | Make standalone binaries compile with -Wall -Werror | Miod Vallat |
2006-05-16 | Cleanup of mvme88k standalone code, with rewritten startup code with | Miod Vallat |
2006-05-13 | Oops, intr_findvec() proto is still necessary. | Miod Vallat |
2006-05-08 | Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls. | Miod Vallat |
2006-05-08 | Clean the internal m88k trap type codes; while there, simplify and | Miod Vallat |
2006-05-07 | No need to mask misaligned address exceptions for global flush or invalidate | Miod Vallat |
2006-05-07 | Do not panic on MVME188 if the abort switch is pressed while we are at ipl 7 | Miod Vallat |
2006-05-06 | Sync VM games on startup with earlier pmap_table[] cleanups. | Miod Vallat |
2006-05-06 | Decide whether we are running on 88100 or 88110 upon the processor | Miod Vallat |
2006-05-06 | On 88100-based systems, take the two hardwired BATC into account in | Miod Vallat |
2006-05-04 | Now that .S files have proper dependencies, do not hardcode dependencies | Miod Vallat |
2006-05-02 | Wave goodbye to bugtty on mvme88k as well. | Miod Vallat |
2006-04-27 | <machine/mvme1x7.h> is not really used anymore, remove it. | Miod Vallat |
2006-04-27 | Adjust sizes for the mandatory 1:1 mappings created in pmap_bootstrap(). | Miod Vallat |
2006-04-27 | Manage a local copy of the MVME188 nvram and update the real data when | Miod Vallat |
2006-04-27 | typo | Miod Vallat |
2006-04-26 | On MVME188, the 2KB nvram is non contiguous; each byte is mapped into a | Miod Vallat |
2006-04-26 | Define BUS_SPACE_MAP_LINEAR and use it when appropriate. Right now | Miod Vallat |
2006-04-26 | The dual-ported memory of the MVME376 boards is D32 addressable, say the | Miod Vallat |
2006-04-26 | In nmihand(), do not enter ddb with Debugger(), which causes an exception, | Miod Vallat |
2006-04-26 | We do not need to reserve the 0x60..0x7f interrupt vector range on MVME188, | Miod Vallat |
2006-04-19 | Get rid of the clock device attachment - since the clock is not something | Miod Vallat |
2006-04-19 | Count spurious interrupt as part of the alarming interrupt issues as well. | Miod Vallat |
2006-04-19 | Better diagnostic messages in the MVME188 interrupt handler; also no need | Miod Vallat |
2006-04-18 | Bring back a kernel_text symbol, config -e needs it. | Miod Vallat |
2006-04-17 | Do not mask the MVME188 abort button interrupt at splhigh(), similar to MVME197. | Miod Vallat |
2006-04-17 | On MVME188, clear SYSFAIL and set up a decent VME data transfer timeout, | Miod Vallat |
2006-04-17 | Better constant names for the MVME188 GCSR set. | Miod Vallat |
2006-04-17 | Save pointers to up to four CMMU PFSR registers into the cpu_info structure. | Miod Vallat |
2006-04-17 | Revert previous - causes misaligned exceptions in ip4_input()... | Miod Vallat |
2006-04-17 | Oops, removed a safety check in dartopen() in previous commit by mistake. | Miod Vallat |
2006-04-16 | Convert the last remaining net-driver users of ether_input to ether_input_mbuf. | Christopher Pascoe |
2006-04-15 | Access to the DART registers using bus_space instead of our own memory | Miod Vallat |
2006-04-15 | Remove DART defines from <machine/mvme188.h> (except for its base address), | Miod Vallat |
2006-04-15 | Invoke bus_space_unmap with the correct bus_space_handle_t upon attachment | Miod Vallat |
2006-04-15 | Clean up <machine/mvme188.h> out of duplicate defines, sort them by relevance, | Miod Vallat |
2006-04-15 | nmihand() is mvme88k only, move it out of m88k common area. | Miod Vallat |
2006-04-13 | Drop the ivec[] interrupt acknowledge address array, compute the address | Miod Vallat |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-13 | remove IPL_IMP. | Brad Smith |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat |
2006-01-17 | since bcopy/bzero will be assigned to these pointers, get the size_t in the c... | Theo de Raadt |