Age | Commit message (Expand) | Author |
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 |
2008-07-19 | In _io_map(), make sure the whole range fits in one of the io windows, | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-01-09 | Make dec_xxx_intr_map() fail silently; caller will print a message if | Mark Kettenis |
2007-11-03 | use DEVICE_IS_VGA_PCI in vga_pci_match() | Martin Reindl |
2007-10-08 | More simple memset(,0,) -> M_ZERO changes. In this batch move to | Kenneth R Westerback |
2007-05-02 | supply the real devicename to sio_intr_establish() instead a generic | Martin Reindl |
2007-04-18 | Contrary to the comment in cia_dma_get_tag(), there are machines with cia | Martin Reindl |
2007-03-16 | add DEC_KN300 support from NetBSD; | Robert Nagy |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-06-15 | Rework the interrupt code, shaving some cycles off in the process. | Brad Smith |
2006-04-04 | Add a `prefetch threshold' member to the bus_dma_tag_t, so that | Brad Smith |
2006-03-26 | Replace usage of alpha_pci_decompose_tag() with pci_decompose_tag() and | Brad Smith |
2006-03-20 | factorize SGMAP-mapped DMA map creation and destroy code | Martin Reindl |
2006-03-16 | Get rid of specific softc structure for pci host bridges, as it is never | Miod Vallat |
2006-03-13 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | Brad Smith |
2006-01-29 | Add a alpha_shared_intr_reset_strays() function that resets the stray | Martin Reindl |
2006-01-04 | missing zero | Martin Reindl |
2006-01-02 | remove last traces of __BROKEN_INDIRECT_CONFIG. | Brad Smith |
2005-12-13 | Pchip0 PCI memory starts at 0x80000000000, correct and use | Martin Reindl |
2005-07-24 | Be more permissive when checking the interrupt vector for devices tied to | Miod Vallat |
2004-12-06 | Use config_defer(). | Brad Smith |
2004-07-18 | shrink | Theo de Raadt |
2004-06-28 | oops | Theo de Raadt |
2004-06-28 | Use new event counter API for interrupt counting on alpha. By me, with some | Aaron Campbell |
2004-06-18 | Correct range validation in sio_iointr(). | Miod Vallat |
2004-01-13 | need mbuf.h | Theo de Raadt |
2004-01-12 | match both ALI ISA bridges (more fallout); ok millert | Theo de Raadt |
2003-10-18 | typos from Jared Yanovich; | Jason McIntyre |
2003-09-02 | Our extent implementation relies on the fact that extents all have distinct | Miod Vallat |
2003-05-11 | string cleaning; krw ok | Theo de Raadt |
2003-05-10 | string cleaning; ok beck dhartmei | Theo de Raadt |
2003-01-08 | Make END() symbols match corresponding LEAF() name. | Miod Vallat |
2002-08-15 | fix END() label | Theo de Raadt |
2002-07-09 | Use BWX on cia as much as possible. | Artur Grabowski |
2002-06-30 | AlphaServer 800 and 1000 support; from NetBSD. Tested by Tor Houghton. | Miod Vallat |