summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/pci_machdep.c
AgeCommit message (Expand)Author
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-07-20Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow theMiod Vallat
2009-05-03On the UltraBook the PROM privides two interrupts for its ccb(4)'s. HandleMark Kettenis
2008-03-24Remove KASSERT that's causing grieve on sun4v, and I've never seen triggered.Mark Kettenis
2008-03-08Check "status" property.Mark Kettenis
2008-01-19Make host bridges provide their own implementation of pci_conf_read() andMark Kettenis
2008-01-03Don't depend on evil (struct psycho_pbm *) cast.Mark Kettenis
2007-11-25Give the CarBus side of CardBus-PCI bridges a bus number, since OpenFirmwareMark Kettenis
2007-10-25Remove some coded that has been #ifdef'ed out for quite a while now.Mark Kettenis
2007-08-04Add missing pci_intr_line() implementation.Mark Kettenis
2007-05-28Fix comparison between signed and unsigned integer. Makes the randomMark Kettenis
2007-04-02Remove bogus code. Turning on parity for pci busses may be a good idea, butMark Kettenis
2007-04-01Shift tags when converting them into an address offset. Necessary to supportMark Kettenis
2006-07-10Do not blindly enable pci io/mem space.Mark Kettenis
2006-06-27Fix interrupt mapping. This now seems to work on all machines, even withMark Kettenis
2006-06-02turn the non-DEBUG case of DPRINTF into a do {} while (0) so it worksJason Wright
2006-03-24- Set the PCI latency timer for bus master devices.Brad Smith
2006-03-19rev 1.86Brad Smith
2006-01-06Don't add the same function twice when ordering the functions of a PCI device.Mark Kettenis
2005-09-04remove unused NetBSD pci_intr_evcnt() function.Brad Smith
2005-07-30Don't do nothing -> Don't do anythingBrad Smith
2005-07-27Back out 1.16. There are cases where we can recover from OF_mapintrArtur Grabowski
2005-07-07change panic into printf for pci_intr_disestablish()Brad Smith
2005-06-30found this when working on something else...Marco Peereboom
2004-12-02Add pci_decompose_tag() for sparc64.Brad Smith
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