Age | Commit message (Expand) | Author |
2014-06-14 | Preallocate sgmap extent regions for tsp, cia and mcpcia dma maps, which fall | Jonathan Matthew |
2014-05-08 | Format string fixes for alpha kernels, and remove -Wno-format | Miod Vallat |
2014-04-14 | Fewer <uvm/uvm.h> | Martin Pieuchot |
2014-04-04 | It seems that, when the on-board USB controller is an ALI M5237 USB and its | Miod Vallat |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-02-23 | fix a printf in a debug path | Jonathan Gray |
2014-02-18 | sio_intr_shutdown() used to be a shutdown hook, and eventually became an | Miod Vallat |
2014-01-06 | Program window #2 to allow the second GB of low memory to use direct DMA; | Miod Vallat |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
2013-06-04 | Disable parity on the PCI bus; according to Linux, some lca-based systems hit | Miod Vallat |
2013-03-09 | First steps towards alphabook1 support; from netbsd | Theo de Raadt |
2013-03-08 | Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function. | Miod Vallat |
2013-03-08 | Always initialize the direct DMA window, instead of relying upon SRM to do so; | Miod Vallat |
2013-03-02 | Replace magic numbers with more meaningful (1 << interrupt#) constructs. | Miod Vallat |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-20 | move sio_intr_shutdown() from being a shutdownhook, and do it directly in | Theo de Raadt |
2012-09-04 | Implement pci_min_powerstate(). | Mark Kettenis |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | Miod Vallat |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis |
2011-04-15 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-06 | Kill unused sio_intr_count. | Miod Vallat |
2010-04-21 | more proc.h needed | Theo de Raadt |
2010-04-20 | more misuse of user.h and sysctl.h | Theo de Raadt |
2010-02-18 | improve startup messages rewording them in a more usual way; as a | Igor Sobrado |
2009-12-25 | Add bus_space_vaddr() when applicable; from NetBSD. | Miod Vallat |
2009-10-02 | Support for DS15/DS25/ES45 (Titan) alpha models (rpb family 38). These systems | Miod Vallat |
2009-09-30 | Fix various off-by-ones in irq number validation. | Miod Vallat |
2009-09-30 | Remove unused last argument of alpha_shared_intr_disestablish(). | Miod Vallat |
2009-09-30 | Clear sticky error status after recoverable machine check. | Miod Vallat |
2009-09-17 | Fail bus_space_map() calls if the flags can't be honoured (such as | Miod Vallat |
2009-09-17 | Return a dense mapping for BUS_SPACE_MAP_PREFETCHABLE mappings; repaires | Miod Vallat |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
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-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-02-01 | Remove unused _pfthresh member from struct alpha_bus_dma_tag. | Miod Vallat |
2008-10-17 | Remove clauses 3 and 4 from NetBSD license. | Okan Demirmen |
2008-08-09 | Do not forget to set the ``specific EOI'' bit when sending a... specific EOI; | Miod Vallat |
2008-07-29 | Give the eisa device a valid bus_dma_tag_t. | Miod Vallat |
2008-07-29 | Fix range check in sio_intr_establish(). | Miod Vallat |
2008-07-25 | Improve eisa bus probe by deciding the number of logical eisa slots from | Miod Vallat |
2008-07-22 | None of the pceb EISA alpha designs has more than 8 physical slots, so don't | Miod Vallat |
2008-07-22 | Proper interrupt swizzling for devices behind bridges; matches what SRM | Miod Vallat |
2008-07-22 | Modify pci_intr_map() implementation to pass the pci_attach_args to the | Miod Vallat |
2008-07-19 | In dec_1000a_intr_map(), use the SRM hint if available. This allows cards | Miod Vallat |
2008-07-19 | Add code to walk the eisa configuration, from NetBSD. This configuration | Miod Vallat |