summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci
AgeCommit message (Expand)Author
2017-10-20Make sure the logic deciding whether to use BWX operations in cia(4)Martin Pieuchot
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-01-12dev/isa/isavar.h does not appear to be needed by any of consumers.Theo de Raadt
2015-10-30Use NULL instead of 0 for pci_decompose_tag() pointer arguments.Miod Vallat
2015-08-15If the SRM has explicitely set up some ISA interrupts level-triggered,Miod Vallat
2015-08-15Store the {e,}isa_chipset_t in the softc, rather than on sio_bridge_callback()'sMiod Vallat
2015-08-15No need to cargo-cult include <alpha/pci/sioreg.h> here.Miod Vallat
2015-08-15Fix isa_chipset_t ic_intr_{alloc,check} prototype: these take anMiod Vallat
2015-07-26Make sure pci_intr_map() will perform proper interrupt swizzling for devicesMiod Vallat
2015-07-18Correctly set up interrupts; now the kernel no longer get stuck with an SCSIMiod Vallat
2015-07-18Check for errors in the status register after performing a PCI configurationMiod Vallat
2015-01-03Some bowels of the bus_dma code assume it is ok to perform bitwise operationsMiod Vallat
2014-12-24tsciic(4): i2c controller onboard Tsunami and Titan chipsets, gives access toMiod Vallat
2014-10-12remove some unused filesJonathan Gray
2014-06-14Preallocate sgmap extent regions for tsp, cia and mcpcia dma maps, which fallJonathan Matthew
2014-05-08Format string fixes for alpha kernels, and remove -Wno-formatMiod Vallat
2014-04-14Fewer <uvm/uvm.h>Martin Pieuchot
2014-04-04It seems that, when the on-board USB controller is an ALI M5237 USB and itsMiod Vallat
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-02-23fix a printf in a debug pathJonathan Gray
2014-02-18sio_intr_shutdown() used to be a shutdown hook, and eventually became anMiod Vallat
2014-01-06Program window #2 to allow the second GB of low memory to use direct DMA;Miod Vallat
2013-11-05Add a stub for the new MD hook needed to handle ACPI Power Resources.Martin Pieuchot
2013-06-04Disable parity on the PCI bus; according to Linux, some lca-based systems hitMiod Vallat
2013-03-09First steps towards alphabook1 support; from netbsdTheo de Raadt
2013-03-08Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function.Miod Vallat
2013-03-08Always initialize the direct DMA window, instead of relying upon SRM to do so;Miod Vallat
2013-03-02Replace magic numbers with more meaningful (1 << interrupt#) constructs.Miod Vallat
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-10-20move sio_intr_shutdown() from being a shutdownhook, and do it directly inTheo de Raadt
2012-09-04Implement pci_min_powerstate().Mark Kettenis
2011-10-10Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).Miod Vallat
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-04-15More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-06Kill unused sio_intr_count.Miod Vallat
2010-04-21more proc.h neededTheo de Raadt
2010-04-20more misuse of user.h and sysctl.hTheo de Raadt
2010-02-18improve startup messages rewording them in a more usual way; as aIgor Sobrado
2009-12-25Add bus_space_vaddr() when applicable; from NetBSD.Miod Vallat
2009-10-02Support for DS15/DS25/ES45 (Titan) alpha models (rpb family 38). These systemsMiod Vallat
2009-09-30Fix various off-by-ones in irq number validation.Miod Vallat
2009-09-30Remove unused last argument of alpha_shared_intr_disestablish().Miod Vallat
2009-09-30Clear sticky error status after recoverable machine check.Miod Vallat
2009-09-17Fail bus_space_map() calls if the flags can't be honoured (such asMiod Vallat
2009-09-17Return a dense mapping for BUS_SPACE_MAP_PREFETCHABLE mappings; repairesMiod Vallat
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen