summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha/pci/pci_2100_a50.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Make sure pci_intr_map() will perform proper interrupt swizzling for devicesmiod2015-07-261-42/+23
* Constify the what/name parameter of pci_intr_establish().mk2009-08-221-3/+3
* Modify pci_intr_map() implementation to pass the pci_attach_args to themiod2008-07-221-9/+7
* Rework the interrupt code, shaving some cycles off in the process.brad2006-06-151-2/+1
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-3/+3
* First round of __P removal in sysmillert2002-03-141-7/+7
* Don't use a single static struct alpha_bus_space since there are machinesnate2001-12-141-2/+2
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* cut and paste typomickey2001-08-171-2/+2
* provide a way to get the number used for irq line, not only a stringmickey2001-08-171-1/+11
* Add disestablish for pciide on Alphacsapuntz2001-06-251-1/+2
* panic prints a newline for you, don't do it in the panic stringmillert1999-01-111-4/+4
* First shot for EB164SX/LX support; kernels for those should be muchangelos1998-07-011-2/+5
* Sync with NetBSD 961207niklas1997-01-241-3/+24
* Merge to NetBSD 961107, i.e. mostly new bus.hniklas1996-12-081-5/+5
* s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadniklas1996-11-121-2/+2
* Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.niklas1996-10-301-8/+3
* Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling conventionniklas1996-07-291-3/+5
* sync to 0616, retaining local diffsderaadt1996-06-181-69/+90
* Pass device name to interrupt establish routines so it can be recorded intholo1996-02-201-2/+3
* from netbsd:deraadt1995-12-271-5/+4
* update to netbsdderaadt1995-12-141-63/+71
* initial import of NetBSD treederaadt1995-10-181-0/+189