Age | Commit message (Expand) | Author |
2006-01-17 | since bcopy/bzero will be assigned to these pointers, get the size_t in the c... | Theo de Raadt |
2006-01-11 | Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from. | Miod Vallat |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
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-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 | Fix ROMCR defines. | Miod Vallat |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-11-25 | Prefer vaddr_t and paddr_t types, instead of void * and heavy casts. | Miod Vallat |
2005-10-13 | Merge <machine/cpu_number.h> into <machine/cpu.h>, preparing for intrusive | Miod Vallat |
2005-10-13 | Put the register clobbering constraints on the BUG trap instruction, | Miod Vallat |
2005-10-12 | Kill unused global variable. | Miod Vallat |
2005-09-25 | Change the size parameter of cmmu_flush_tlb() from bytes to pages. This makes | Miod Vallat |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-04-30 | Remove m88k_psr_type and function with utterly long names to control the psr, | Miod Vallat |
2005-04-30 | Remove disabled code which would disable all interrupts rather than switch | Miod Vallat |
2005-04-27 | Allow userland to cause the data cache to be flushed for any arbitrary address | Miod Vallat |
2005-04-27 | Always include <uvm/uvm_extern.h> before <machine/cmmu.h>. | Miod Vallat |
2005-01-25 | Do not write anything when ignoring cl interrupts not for us; this kills | Miod Vallat |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-11-13 | Let the chip settle for a bit more time between trying to output two | Miod Vallat |
2004-11-09 | Luna88k does not have an iomap, so kill all iomap related defines, and | Miod Vallat |
2004-11-08 | Kill struct md_p, which was really only necessary for mvme88k; on | Miod Vallat |
2004-09-06 | Jumbo pack of fixes: | Miod Vallat |
2004-08-25 | Swap the sources for clock and statclock on MVME188 (the Z8536 being more | Miod Vallat |
2004-08-25 | Rearm the DUART counter as soon as we enter the interrupt handler, to not | Miod Vallat |
2004-08-25 | Better DUART timer interval computation for clock. | Miod Vallat |
2004-08-25 | Use a simpler delay() routine for MVME188, from Mach via Luna88k | Miod Vallat |
2004-08-24 | The#@$#%^&}1 z8536 timers runs at PCLK/2, hence 2MHz. Compensate, since | Miod Vallat |
2004-08-24 | Oops, unbreak dartcngetc(). | Miod Vallat |
2004-08-24 | Correctly initialize and shuffle statclock on 1x7. | Miod Vallat |
2004-08-19 | Fix (well, rewrite) the start() logic - not only would it eat characters, | Miod Vallat |
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 |