summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/pci_machdep.c
AgeCommit message (Expand)Author
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-05-16The sparc64 proms do not map all interrupt vectors. Instead ofHenric Jungheim
2003-05-10string cleaning; ok beck dhartmeiTheo de Raadt
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
2003-01-13Don't use a global variable to determine which pci_conf* function to call,Jason Wright
2002-06-08make pci_conf_{read|write} indirect functions so we can overload themJason Wright
2002-03-26Permit compiling with DEBUG; Joey Coleman <joeycoleman@acm.org>Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-12From NetBSD: convert printf's to debug only and remove a panicJason Wright
2001-08-29rcsidJason Wright
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-23Check for OF_mapintr() failure appears to be backwards; diff mailed to NetBSD.Jason Wright
2001-08-22Fix interrupt establishing.Artur Grabowski
2001-08-22pci_machep from NetBSDArtur Grabowski