Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-30 | Remove unused last argument of alpha_shared_intr_disestablish(). | Miod Vallat | |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen | |
Tested by myself, sthen, oga, kettenis, and jasper. Input from sthen and jasper. ok kettenis (Manpage follows shortly.) | |||
2008-07-22 | Modify pci_intr_map() implementation to pass the pci_attach_args to the | Miod Vallat | |
per-platform implementation, instead of selected members of it; this allows us to get rid of some globals, and paves the way for better bridge support on some models. | |||
2007-05-02 | supply the real devicename to sio_intr_establish() instead a generic | Martin Reindl | |
platform interrupt string when establishing pciide interrupts | |||
2006-06-15 | Rework the interrupt code, shaving some cycles off in the process. | Brad Smith | |
Rather than an "iointr" routine that decomposes a vector into an IRQ, we maintain a vector table directly, hooking up each "iointr" routine at the correct vector. This also allows us to hook device interrupts up to specific vectors. From thorpej NetBSD Tested by myself and a number of end-users. | |||
2006-03-26 | Replace usage of alpha_pci_decompose_tag() with pci_decompose_tag() and | Brad Smith | |
remove alpha_pci_decompose_tag(). From NetBSD ok martin@ | |||
2006-01-29 | Add a alpha_shared_intr_reset_strays() function that resets the stray | Martin Reindl | |
interrupt counter for a given shared interrupt descriptor. When an interrupt is successfully handled, reset the strays counter, thus preventing a "slow leak" from eventually shutting off the interrupt vector. from NetBSD via KUDO Takashi | |||
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 | |
edits by Theo. deraadt@ ok | |||
2002-06-25 | No \n at the end of a panic() message... I thought all occurences had been | Miod Vallat | |
squashed already. | |||
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 | |
2001-12-14 | Don't use a single static struct alpha_bus_space since there are machines | Nathan Binkert | |
that can have more than one system bus attached to mainbus | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-08-17 | provide a way to get the number used for irq line, not only a string | Michael Shalayeff | |
representation, this is needed for devices like cbb which pass the interrupt line down to the cardbus attachment and not getting the right line before pci_intr_map() has done it's dirty deed. tested on i386 by jason@, compiles on alpha by art@. ppc and mveppc are to be test-compiled, but should work (; | |||
2001-06-25 | Fix earlier commit of pciide disestablish | Constantine Sapuntzakis | |
2001-06-25 | Add disestablish for pciide on Alpha | Constantine Sapuntzakis | |
2001-01-20 | No need to include machine/alpha.h | Artur Grabowski | |
2000-11-16 | initial support for 21264 systems. | Eric Jackson | |
from NetBSD. |