Age | Commit message (Expand) | Author |
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 |
2006-01-16 | adjust to size_t changes | Theo de Raadt |
2006-01-11 | Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from. | Miod Vallat |
2006-01-10 | use ${INSTALL_STRIP} ok miod | Theo de Raadt |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
2006-01-01 | Don't need to include machine/types.h here. OK and tested by miod@ | Todd C. Miller |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller |
2005-12-27 | Remove the 1:1 association between SCSI targets and work queues, but use a | Miod Vallat |
2005-12-27 | Fail existing command upon bus reset. | Miod Vallat |
2005-12-27 | Better initialize local variables before they are used, even if the compiler | Miod Vallat |
2005-12-27 | Keep an array of command blocks (formerly M328_CMD), one per queue - since | Miod Vallat |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |
2005-12-22 | Set correct partition offset to 0 when initializing RAW_PART. | Kenneth R Westerback |
2005-12-12 | Move the MC88410 support code to a specific .c function instead of heavy | Miod Vallat |
2005-12-11 | Work in progress SMP code; mvme88k boards can spin up secondary CPUs, | Miod Vallat |
2005-12-11 | Remove unused includes. | Miod Vallat |
2005-12-11 | Factorize soft interrupt code between luna88k and mvme88k. | Miod Vallat |
2005-12-11 | Fix ROMCR defines. | Miod Vallat |