Age | Commit message (Expand) | Author |
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 |
2002-06-25 | No \n at the end of a panic() message... I thought all occurences had been | Miod Vallat |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-23 | add support for AlphaPC 64. | Eric Jackson |
2001-12-14 | Don't use a single static struct alpha_bus_space since there are machines | Nathan Binkert |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-05 | irongate needs isadma bouncing. | Artur Grabowski |
2001-11-04 | Two new sysctls in the chipset tree. | Artur Grabowski |
2001-10-26 | Don't bomb if isadma is not configured. | Artur Grabowski |
2001-10-26 | First cut at a port of isadma and floppy driver. ok art@ | Nathan Binkert |
2001-09-29 | dec_kn20aa_intr_disestablish() implementation from netbsd; art@ ok | Michael Shalayeff |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-08-17 | cut and paste typos; from art@ | Michael Shalayeff |
2001-08-17 | cut and paste typo | Michael Shalayeff |
2001-08-17 | provide a way to get the number used for irq line, not only a string | Michael Shalayeff |
2001-08-08 | vga_{isa,pci}.h -> vga.h since the former no longer exists. | Todd C. Miller |