summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/pci_kn300.c
AgeCommit message (Expand)Author
2015-07-26Make sure pci_intr_map() will perform proper interrupt swizzling for devicesMiod Vallat
2014-05-08Format string fixes for alpha kernels, and remove -Wno-formatMiod Vallat
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2009-09-30Fix various off-by-ones in irq number validation.Miod Vallat
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2008-07-22Modify pci_intr_map() implementation to pass the pci_attach_args to theMiod Vallat
2007-03-16add DEC_KN300 support from NetBSD;Robert Nagy