summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci
AgeCommit message (Expand)Author
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
2009-07-30Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), onlyMiod Vallat
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2009-03-30bzero pci attach argsMark Kettenis
2009-02-01Remove unused _pfthresh member from struct alpha_bus_dma_tag.Miod Vallat
2008-10-17Remove clauses 3 and 4 from NetBSD license.Okan Demirmen
2008-08-09Do not forget to set the ``specific EOI'' bit when sending a... specific EOI;Miod Vallat
2008-07-29Give the eisa device a valid bus_dma_tag_t.Miod Vallat
2008-07-29Fix range check in sio_intr_establish().Miod Vallat
2008-07-25Improve eisa bus probe by deciding the number of logical eisa slots fromMiod Vallat
2008-07-22None of the pceb EISA alpha designs has more than 8 physical slots, so don'tMiod Vallat
2008-07-22Proper interrupt swizzling for devices behind bridges; matches what SRMMiod Vallat
2008-07-22Modify pci_intr_map() implementation to pass the pci_attach_args to theMiod Vallat
2008-07-19In dec_1000a_intr_map(), use the SRM hint if available. This allows cardsMiod Vallat
2008-07-19Add code to walk the eisa configuration, from NetBSD. This configurationMiod Vallat
2008-07-19In _io_map(), make sure the whole range fits in one of the io windows,Miod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-01-09Make dec_xxx_intr_map() fail silently; caller will print a message ifMark Kettenis
2007-11-03use DEVICE_IS_VGA_PCI in vga_pci_match()Martin Reindl
2007-10-08More simple memset(,0,) -> M_ZERO changes. In this batch move toKenneth R Westerback
2007-05-02supply the real devicename to sio_intr_establish() instead a genericMartin Reindl
2007-04-18Contrary to the comment in cia_dma_get_tag(), there are machines with ciaMartin Reindl
2007-03-16add DEC_KN300 support from NetBSD;Robert Nagy
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis