Age | Commit message (Expand) | Author |
2005-09-21 | isbad() is only used on SMD disks on sparc; remove it on other platforms. | Miod Vallat |
2005-09-13 | Oops, fix ivec[] prototype. | Miod Vallat |
2005-09-11 | ivec[] needs to be one entry larger on 188. | Miod Vallat |
2005-09-11 | cope with the ___moddi3 issue, same as mvme68k | Theo de Raadt |
2005-09-06 | Initialize max_cpus for 88110-based systems (i.e. 197 boards). Makes pmap | Miod Vallat |
2005-09-06 | Do not depend on MAX_CPUS being 4. | Miod Vallat |
2005-09-06 | Remove misleading NCPUS (hardcoded) option. From the SMP tree. | Miod Vallat |
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne |
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-05-06 | generate vim-compatible tag files, from netbsd | Pedro Martelletto |
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith |
2005-05-01 | Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere. | Miod Vallat |
2005-05-01 | spacing; ok miod@ deraadt@ | David Krause |
2005-04-30 | Use [XNF]IP_ADDR constants rather than their numeric values. | Miod Vallat |
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-30 | start the job of making things look more alike | Theo de Raadt |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt |
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-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt |
2005-03-08 | Cosmetics... | Thierry Deval |
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-27 | Finally put copyrights on files I wrote _long_ ago. prodded by miod@ | Dale Rahn |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-12-02 | We do not support 2MB machines, so don't bother taking them into account | Miod Vallat |
2004-11-13 | Let the chip settle for a bit more time between trying to output two | Miod Vallat |
2004-11-11 | Typos | Miod Vallat |
2004-11-09 | Kill guarded_access() - the way we map OBIO, there is no need for special | Miod Vallat |
2004-11-09 | Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappings | Claudio Jeker |
2004-11-09 | Kill more unused stuff. | Miod Vallat |
2004-11-09 | Luna88k does not have an iomap, so kill all iomap related defines, and | Miod Vallat |
2004-11-09 | Split {get,set,raise}ipl() into per-board implementations. | Miod Vallat |
2004-11-08 | Kill struct md_p, which was really only necessary for mvme88k; on | Miod Vallat |
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko |
2004-10-01 | guarded_access() is really only used by the MVME188 interrupt engine, so | Miod Vallat |
2004-10-01 | More mvme88k code cleaning: | Miod Vallat |
2004-10-01 | Oops, trimmed includes too much for RAMDISK. | Miod Vallat |
2004-09-30 | Introduce sparc-like CPU_ISFOO macros, to short-circuit evaluations when | Miod Vallat |
2004-09-30 | Closer to reality comments. | Miod Vallat |
2004-09-30 | More code shuffling, probably the final touch. | Miod Vallat |
2004-09-30 | Move common signal code to m88k-agnostic location. | Miod Vallat |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated architec... | Michael Shalayeff |
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 |