summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/psycho.c
AgeCommit message (Expand)Author
2007-10-08A few trailing bzero/memset -> M_ZERO occurrences, cast removal andKenneth R Westerback
2007-09-08use M_ZERO.Martin Reindl
2007-08-04Add sparc_bus_addr member to struct sparc_bus_space_tag. This function mapsMark Kettenis
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-01-26Deal with zero wraparound in DVMA range checks;Marc Aurele La France
2006-12-24change schizo/psycho interrupts to be xname:what instead of ugly namesTheo de Raadt
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-07-01clean dmesg output for iommu more; tested miod dlgTheo de Raadt
2006-07-01Make sure we don't accidentally match one of the unused PCI error interruptsMark Kettenis
2006-06-28cleanup dmesg logging for iommu goo, make it follow the standard formTheo de Raadt
2006-06-27Fix interrupt mapping. This now seems to work on all machines, even withMark Kettenis
2006-03-19rev 1.86Brad Smith
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2005-06-06-no need to hang onto virtual-dma parameter from prom, free itJason Wright
2005-01-27Fill all fields of intrhand structures not created by bus_intr_allocate().Miod Vallat
2004-12-18Print error codes in panic message.Brad Smith
2003-12-20Pass -WformatMiod Vallat
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-06-11Much of the sbus, psycho, and schizo bus_dma code is the same, so let'sHenric Jungheim
2003-06-04The IIi/e chips have a DMA sync register that we have been ignoring. ThisHenric Jungheim
2003-06-02Do not map psycho-only interrupts on sabres. Reading from undefinedHenric Jungheim
2003-05-30Fix interrupt mapping for psycho's PBM B. This should make interruptsHenric Jungheim
2003-05-16move the interrupt idle stuff to the generic intr_establish functionJason Wright
2003-05-16The sparc64 proms do not map all interrupt vectors. Instead ofHenric Jungheim
2003-03-25Clear interrupts (set to IDLE) as they are established.Jason Wright
2003-03-06The existing IOMMU code had a rounding problem that was most noticeableHenric Jungheim
2003-03-05Some typos prevented STCs from being detected and the size of theHenric Jungheim
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-01-13Don't use a global variable to determine which pci_conf* function to call,Jason Wright
2002-12-02Skip the ffb0, ffb1, pcia/slot2 (for psycho), and pcia/slot3 (for psycho)Jason Wright
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-09-17I sense too much cut 'n paste.Artur Grabowski
2002-07-18s/0/NULL in pointer comparisonJason Wright
2002-06-08make pci_conf_{read|write} indirect functions so we can overload themJason Wright
2002-06-07remove staticJason Wright
2002-04-04Some PCI machines do not implement the uperf registers. Those that doJason Wright
2002-04-04s/0/NULL for pointersJason Wright
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-05Implement vgafb_mmap() fullyJason Wright
2002-01-31Don't need uperf_psychovar.h to define one structure, put it in psychovar.hJason Wright
2002-01-30Driver for getting at performance counters. These manifest themJason Wright
2002-01-29Don't install a handler for powerfail... this causes weird problems withJason Wright
2002-01-10Check result from malloc(9) when using M_NOWAIT. jason@ okThomas Nordin
2001-12-14Use default mapping type (little endian) if the type is 0, otherwise useJason Wright
2001-10-15Pull in several changes from NetBSD:Jason Wright
2001-09-27psycho_bus_[a|b] are essentially the same function; use a helper to avoid typosJason Wright
2001-09-26be more specific in psycho_ue case (partially based on NetBSD)Jason Wright
2001-09-26A little bit of voodoo borrowed from the linux driver: set theJason Wright