Age | Commit message (Expand) | Author |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-08-24 | On O2, the bootpath may omit the pci(0) component and start with scsi(); in | Miod Vallat |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-19 | - missing \n | Jasper Lievisse Adriaanse |
2009-08-18 | Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards on | Miod Vallat |
2009-08-18 | Replace a few hardcoded numbers from the interrupt register with proper | Miod Vallat |
2009-08-18 | Blind support for SGI PIC PCI-X controller found on Origin 350 and Tezro | Miod Vallat |
2009-08-18 | On dual interrupt IOC3 designs, disestablish the ethernet interrupt if no | Miod Vallat |
2009-08-13 | typo | Miod Vallat |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-13 | - remove the ef(4) chunk, it's unused now and the ioc ethernet driver | Jasper Lievisse Adriaanse |
2009-08-13 | wire vscsi up to a cdev | David Gwynne |
2009-08-13 | A new(er) mtx_enter_try(). | Tobias Weingartner |
2009-08-11 | Do not bother initializing bufpages in the md code if the computation is | Miod Vallat |
2009-08-11 | With the SysV memory allocation changes, allocsys() doesn't do anything | Miod Vallat |
2009-08-10 | The shutdown hook is no longer required now that we shutdown all interfaces | Joel Sing |
2009-08-09 | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | Miod Vallat |
2009-08-09 | No need to clean genassym{.,o} during `make clean', genassym.sh does this | Miod Vallat |
2009-08-09 | Add a dummy <machine/conf.h> so that MI code can rely upon its existence. | Miod Vallat |
2009-08-09 | Compile OpenBSD/sgi without -traditional-cpp. From jsg@. | Joel Sing |
2009-08-09 | typo; brad | Miod Vallat |
2009-08-09 | Rototill system V message queues. | Bret Lambert |
2009-08-09 | Clear the upper part of 64 bit memory BARs, for they show up as 0xffffffff | Miod Vallat |
2009-08-06 | Remove _InvalidateICachePage cache op, it isn't used by anything. | Miod Vallat |
2009-08-06 | Only compile RM7000 performance counter support if defined(RM7K_PERFCNTR). | Miod Vallat |
2009-08-02 | Dynamic buffer cache support - a re-commit of what was backed out | Bob Beck |
2009-07-30 | Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only | Miod Vallat |
2009-07-27 | Unbreak non-DIAGNOSTIC kernels (i.e. RAMDISK-IP27) | Miod Vallat |
2009-07-26 | Rework ioc children attachment: instead of having ioc build a semi-bogus | Miod Vallat |
2009-07-26 | Don't forget to bus_space_unmap(), even if it's a no-op, in rbus_space_unmap(). | Miod Vallat |
2009-07-26 | Make the bus_space boundary checks #ifdef DIAGNOSTIC. | Miod Vallat |
2009-07-26 | A better implementation of bus_space_subregion() for xbridge, with boundary | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-07-25 | On multiple-node systems, be sure to broadcast reboot requests to all nodes. | Miod Vallat |
2009-07-23 | Get rid of bus_mem_add_mapping(). | Miod Vallat |
2009-07-23 | When computing the total resources required by devices behind a ppb, take | Miod Vallat |
2009-07-23 | When configuring devices on the bridge, try and provide resources to map | Miod Vallat |
2009-07-22 | Get rid of now unused extent_malloc_ok variable. | 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 | Use direct mappings in XKPHYS for bus_space, instead of extent and TLB | Miod Vallat |
2009-07-22 | Overhaul resource handling and mapping in macepcibr(4): | Miod Vallat |
2009-07-22 | libsa printf doesn't support sizes in %s specifiers; fix format strings | Miod Vallat |
2009-07-22 | Make sure the irq numbers for the O2 event counters match the interrupt lines | 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-19 | Simplify code that sanitizes pci resources on the O2's mace PCI bridge. | Mark Kettenis |
2009-07-18 | Reconfigure all onboard devices, ignoring the existing mappings set up by | Miod Vallat |
2009-07-17 | Proper bus_space_{read,write}_raw_[248] functions for xbridge, makes wi@pci | Miod Vallat |
2009-07-17 | Update bus_dma to the better codebase found on almost all other platforms, | Miod Vallat |
2009-07-17 | Revert a not-thoroughly tested change part of a larger work in progress diff, | Miod Vallat |