Age | Commit message (Expand) | Author |
2008-08-18 | Add sparc_bus_addr function for schizo to allow CardBus to work. | Brad Smith |
2008-07-07 | Match on XMITS (which is a PCI-X Schizo variant found on Sun Fire | Mark Kettenis |
2008-01-19 | Make host bridges provide their own implementation of pci_conf_read() and | Mark Kettenis |
2007-11-13 | Fix printf format string. | Mark Kettenis |
2007-10-10 | malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom. | Kenneth R Westerback |
2007-10-08 | A few trailing bzero/memset -> M_ZERO occurrences, cast removal and | Kenneth R Westerback |
2007-09-18 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-08-25 | Print a bit more information in the safari interrupt handler. Get rid of | Mark Kettenis |
2007-02-23 | Print safari error log register if we get a safari interrupt. | Mark Kettenis |
2007-02-23 | Establish pci error interrupt after we're done fiddling with schizo's registers | Mark Kettenis |
2007-01-26 | Deal with zero wraparound in DVMA range checks; | Marc Aurele La France |
2007-01-20 | Do not panic on non-fatal iommu errors. | Mark Kettenis |
2007-01-16 | Really print iommu TFAR (instead of CTRL again). | Mark Kettenis |
2007-01-14 | Clear error bits in PCI command/status register before establishing PCI error | Mark Kettenis |
2007-01-14 | Provide a bit more diagnostic information in the PCI error handler. | Mark Kettenis |
2007-01-13 | Print Schizo/Tomatillo version number. | Mark Kettenis |
2007-01-12 | According to the OpenSolaris sources, the DTO bits are really MMU bit. | Mark Kettenis |
2006-12-24 | change schizo/psycho interrupts to be xname:what instead of ugly names | Theo de Raadt |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-12 | Use appropriate macros to decode IGN. | Mark Kettenis |
2006-08-27 | Use the correct IGN for the B side of schizo. Makes interrupts actually work | Mark Kettenis |
2006-07-01 | one more dmesg tweak | Theo de Raadt |
2006-07-01 | clean dmesg output for iommu more; tested miod dlg | Theo de Raadt |
2006-06-30 | Some machines lack the virtual-dma property. In that case, go back | Theo de Raadt |
2006-06-28 | cleanup dmesg logging for iommu goo, make it follow the standard form | Theo de Raadt |
2006-06-28 | look at "virtual-dma" property to decide where the iommu address space | Theo de Raadt |
2006-06-28 | keep track of what is a schizo and what is tomatillo | Theo de Raadt |
2006-06-27 | Fix interrupt mapping. This now seems to work on all machines, even with | Mark Kettenis |
2006-06-23 | match tomatillo varient (not yet fully working) | Theo de Raadt |
2006-06-02 | - clear the PCI_AFSR during init | Jason Wright |
2006-06-01 | latch the AFSR/AFAR -before- reading the PCI control/status register | Jason Wright |
2006-06-01 | do a better job of setting up the PBM. Doesn't fix the PIO faults we're | Jason Wright |
2006-06-01 | - stop using magic constants for the onboard error INOs (one was wrong anyway) | Jason Wright |
2006-06-01 | enable error interrupts and install handlers for same (the handlers don't do ... | Jason Wright |
2006-05-28 | oops, nuke debugging stuff | Jason Wright |
2006-05-28 | - Implement schizo_intr_map (mainly to | in the agentid). | Jason Wright |
2006-05-28 | don't hardcode the iova... it uses the same scheme as the sbus machines | Jason Wright |
2006-03-19 | rev 1.86 | Brad Smith |
2006-03-13 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | Brad Smith |
2003-06-24 | Add a "where" argument to the sparc64 interrupt code. This lets us | Henric Jungheim |
2003-06-11 | Much of the sbus, psycho, and schizo bus_dma code is the same, so let's | Henric Jungheim |
2003-06-03 | nuke clause 3 & 4 (with henric's permission) | Jason Wright |
2003-05-11 | nuke debugging stuff | Jason Wright |
2003-05-11 | get the offset of the config space correct, now to figure out why the rtc is ... | Jason Wright |
2003-03-06 | The existing IOMMU code had a rounding problem that was most noticeable | Henric Jungheim |
2003-02-22 | rearrange allocations and such so that this actually attaches (still panics | Jason Wright |
2003-02-17 | Add support for the Sun Enterprise 450 | Henric Jungheim |
2003-01-13 | Don't use a global variable to determine which pci_conf* function to call, | Jason Wright |
2002-08-01 | add support for mapping interrupts. | Jason Wright |
2002-07-24 | nuke debugging cruft | Jason Wright |