Age | Commit message (Expand) | Author |
2009-08-09 | Add a dummy <machine/conf.h> so that MI code can rely upon its existence. | Miod Vallat |
2009-08-06 | Remove _InvalidateICachePage cache op, it isn't used by anything. | Miod Vallat |
2009-07-30 | Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-07-23 | Get rid of bus_mem_add_mapping(). | Miod Vallat |
2009-07-22 | Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields. | Miod Vallat |
2009-07-22 | Define BUS_SPACE_MAP_CACHEABLE. | Miod Vallat |
2009-07-21 | PCI-Cardbus bridge support for both O2 (macepcibr) and Octane/Origin (xbridge) | Miod Vallat |
2009-07-17 | Update bus_dma to the better codebase found on almost all other platforms, | Miod Vallat |
2009-07-11 | When rebooting, pass a request to the PROM for it to skip diagnostics and | Miod Vallat |
2009-07-06 | Almost rewrite xbridge PCI resource allocation: | Miod Vallat |
2009-06-13 | Enumerate all available nodes for hardware on IP27/IP35 systems; works to some | Miod Vallat |
2009-06-13 | Figure out which nodes are connected, and use all of their memory for now; | Miod Vallat |
2009-06-13 | Shuffle and rename HUB defines for consistency, no functional change yet. | Miod Vallat |
2009-06-12 | Make sure splsoftnet() masks softclock; fallout form switch to generic | Miod Vallat |
2009-06-10 | Switch sgi to per-process AST, and move ast() from interrupt.c to trap.c | Miod Vallat |
2009-05-31 | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with | Miod Vallat |
2009-05-28 | Handle NMI interrupts on IP27/IP35, gives us a change to play with ddb, | Miod Vallat |
2009-05-27 | Rework KL board and component enumeration, to allow it to be used from | Miod Vallat |
2009-05-24 | Revert the memory range restriction code added to _dmamem_alloc(); devices | Miod Vallat |
2009-05-22 | Drop almost unused <machine/psl.h> on sgi; move USERMODE() definition from | Miod Vallat |
2009-05-21 | Overhaul root device detection; the code will now follow the ARCS bootpath | Miod Vallat |
2009-05-21 | Make sure splx() reenables hardware interrupt sources, even there aren't | Miod Vallat |
2009-05-08 | Add a new page freelist, to which memory suitable for 32-bit dma on | Miod Vallat |
2009-05-06 | Workaround a bridge deadlock, as advised by comments found in the linux sn1 | Miod Vallat |
2009-05-02 | More KL configuration structures. | Miod Vallat |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-04-13 | The start of Origin 200 support. Based on some code contributed by pefo@ | Miod Vallat |
2009-03-20 | Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS. | Miod Vallat |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2008-09-17 | Garbage collect unused variable from sys_rec structure. | Joel Sing |
2008-08-25 | Add bus_space_read_raw_region_* and bus_space_write_raw_region_* bus space | Joel Sing |
2008-08-08 | Make sgivol use the sgilabel struct from machine/disklabel.h, rather than | Joel Sing |
2008-07-30 | Implement bus_space_{read,write}_raw_mult_[248] correctly, it needs | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-20 | Change the OpenBSD/sgi boot loader so that we use libsa loadfile(), rather | Joel Sing |
2008-04-24 | Remove variables that are no longer used to specify the serial console. | Joel Sing |
2008-04-24 | Cleanup serial console handling and remove some of the MD code from com.c. | Joel Sing |
2008-04-07 | Allow for up to 32 memory segments. | Miod Vallat |
2008-04-07 | Unclutter machdep.c by moving the IP32-specific initialization code to its | Miod Vallat |
2008-03-30 | Implement bus_space_*8 and bus_space_vaddr. | Miod Vallat |
2008-02-20 | More dead includes and functions noone will mourn. | Miod Vallat |
2008-02-20 | Completely overhault attachment rules on sgi. No more indirect configuration | Miod Vallat |
2007-12-06 | Fix typos/grammatical error in comments. | Joel Sing |
2007-11-27 | Add BUS_SPACE_MAP_LINEAR | Joel Sing |
2007-10-14 | registred -> registered | Miod Vallat |
2007-06-21 | Extent sgi bus_dma to cope with different views of memory: non-contiguous | Miod Vallat |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-20 | Make sure IPL_CLOCK blocks device interrupts. | Miod Vallat |
2007-06-18 | this is the sgi disklabel, mips64 is not the same | Theo de Raadt |