Age | Commit message (Expand) | Author |
2004-08-02 | Better Z8536 initial programming. | Miod Vallat |
2004-08-02 | More include files cleaning: | Miod Vallat |
2004-07-31 | Always claim dart interrupts, even if they report disabled conditions, but | Miod Vallat |
2004-07-30 | Really initialize the z8536; gives us the profiling clock again on 188. | Miod Vallat |
2004-07-30 | Move evcount structures inside struct intrhand, this makes more sense and | Miod Vallat |
2004-07-23 | Better fix for the ttymodem issue. | Miod Vallat |
2004-07-23 | Eventually get the MVME188 reset sequence to work, and allow it to return | Miod Vallat |
2004-07-23 | Be more careful when handling interrupts - especially the first one after | Miod Vallat |
2004-07-23 | Better delay code for MVME188. Should make console and network much more | Miod Vallat |
2004-07-20 | Forgot to put this chunk in. | Miod Vallat |
2004-07-20 | Let the boot device detection code handle secondary SCSI buses. | Miod Vallat |
2004-07-20 | Work in progress to support daughterboards. The driver now will attach a | Miod Vallat |
2004-07-20 | Use sc_print_addr for error messages. | Miod Vallat |
2004-07-19 | Recognize the daughter board type, if any - but it is not supported yet. | Miod Vallat |
2004-07-19 | After a work queue has been aborted and the abort has been acknowledged, | Miod Vallat |
2004-07-19 | When we want to thaw all work queues we care about, do it correctly. | Miod Vallat |
2004-07-19 | Direct REQUEST_SENSE commands to the correct target, instead of always | Miod Vallat |
2004-07-18 | Typos | Miod Vallat |
2004-07-02 | Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now. | Miod Vallat |
2004-07-02 | Be sure to fill intrhand structures correctly. | Miod Vallat |
2004-07-02 | Remove unused extra intrhand. | Miod Vallat |
2004-06-10 | Fix a logic error in sglist creation. | Miod Vallat |
2004-05-26 | Define correct EOF and EOL characters in the default firmware termios | Miod Vallat |
2004-05-26 | Use physical addresses as seen in the A24 MVME332XT address space, this | Miod Vallat |
2004-05-25 | Make bpp_send() return the packet error code when invoked with NOWAIT. | Miod Vallat |
2004-05-25 | Make this driver aware of non-1:1 mappings. | Miod Vallat |
2004-05-23 | Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now. | Miod Vallat |
2004-05-22 | Reset the board during probe. As a result, we can now honor the SCSI | Miod Vallat |
2004-05-22 | Safer work queue thaw sequence. | Miod Vallat |
2004-05-22 | Convert to bus_space; but it still uses kvtop()... | Miod Vallat |
2004-05-21 | More cleaning, better registers programming, better error messages. | Miod Vallat |
2004-05-20 | More "can't help but clean things while reading". | Miod Vallat |
2004-05-20 | General cleanup before attempting to move towards bus_space and bus_dma. | Miod Vallat |
2004-05-17 | KNF and minor cleaning. | Miod Vallat |
2004-05-16 | Simplify bugtty_chkinput(), from mvmeppc. | Miod Vallat |
2004-05-09 | Eliminate verbosity parameter to scsi_print_sense and the associated | Kenneth R Westerback |
2004-05-07 | Replace the old ssh(4) NCR53C710 scsi driver with a pcctwo attachment for | Miod Vallat |
2004-05-07 | bus_dma(9) implementation for mvme88k, mostly based upon powerpc. | Miod Vallat |
2004-05-06 | Do not leak resources if bus_space_map() fails during attach, or we don't | Miod Vallat |
2004-04-30 | Correctly cope with unaligned memory pointers in d16_b*() | Miod Vallat |
2004-04-30 | Fix logic botch resulting in a too optimistic openings value. | Miod Vallat |
2004-04-29 | Bugfix sync with mvme68k: | Miod Vallat |
2004-04-29 | Correctly initialize the hardware's memory address on MVME376, it uses | Miod Vallat |
2004-04-24 | Do not ignore vs_poll() return value. | Miod Vallat |
2004-04-24 | Preliminary switch to an mvme88k bus_space world. Not all drivers have been | Miod Vallat |
2004-04-16 | Bounds check PCC2 and SYSCON interrupt vectors. | Miod Vallat |
2004-04-16 | Do not attach if we could not get an interrupt. | Miod Vallat |
2004-04-16 | When a VMEBus device needs to use two interrupt vectors, be nice and let it | Miod Vallat |
2004-04-16 | Do not register console as CN_NORMAL priority if we are not in cdevsw[]. | Miod Vallat |
2004-04-16 | During bootup, only print the VMEChip2 decoder settings for those which are | Miod Vallat |