Age | Commit message (Expand) | Author |
2024-03-29 | Drop the first argument of intr_establish(). | Miod Vallat |
2023-04-11 | fix double words in comments | Jonathan Gray |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2022-10-16 | Change function definitions using the identifier-list form used in the | Jonathan Gray |
2022-02-21 | independednt -> independent, let's -> lets | Jonathan Gray |
2021-10-24 | Constify struct cfattach. | Martin Pieuchot |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2019-06-25 | add support for bypassing iommu translation | David Gwynne |
2017-05-25 | tweak sparc64 membars as a step toward making them usable in userland. | David Gwynne |
2016-08-23 | Convert %q to %ll in format strings | Philip Guenther |
2014-07-12 | reboot(9), panic(9): Call panic(9) for unrecoverable MD H/W errors (NMIs) | Masao Uebayashi |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | boot(9), reboot(9): Migrate MD callers of boot(9) to reboot(9) | Masao Uebayashi |
2014-01-24 | Add support for BUS_INTR_ESTABLISH_MPSAFE. | Mark Kettenis |
2011-07-06 | Handle pci_conf_read() faults on reading non-existent registers that result | Mark Kettenis |
2011-06-26 | Fix some inconsistencies in how we build 64-bit addresses from OF properties. | Mark Kettenis |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2009-03-29 | bzero pci attach args | Mark Kettenis |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-01-02 | Make IOMMU code use the generic _bus_dmamem_map() and _bus_dmamem_unmap(). | Mark Kettenis |
2008-11-25 | Fix dmesg ugliness caused by not printing iotdb stuff. | Mark Kettenis |
2008-07-23 | Clear correctable errors after handling them. From Bjorn Andersson. | Mark Kettenis |
2008-07-20 | Provide a timecounter based on the UltraSPARC IIe STICK logic. | Mark Kettenis |
2008-07-12 | Don't install interrupt handlers for non-exitsing interrupts on CMU-CH. | Mark Kettenis |
2008-06-02 | No need to enable the interrupt in psycho_set_intr(); intr_establish() already | Mark Kettenis |
2008-05-24 | Found some documentation that suggests that CMU-CH doesn't have an IOMMU and | Mark Kettenis |
2008-05-24 | Add Psycho variants found on the SPARC Enterprise M4000/M5000/M8000/M9000. | Mark Kettenis |
2008-03-16 | Set up interrupt translation for e10k. | Mark Kettenis |
2008-01-19 | Make host bridges provide their own implementation of pci_conf_read() and | Mark Kettenis |
2007-10-08 | A few trailing bzero/memset -> M_ZERO occurrences, cast removal and | Kenneth R Westerback |
2007-09-08 | use M_ZERO. | Martin Reindl |
2007-08-04 | Add sparc_bus_addr member to struct sparc_bus_space_tag. This function maps | Mark Kettenis |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-01-26 | Deal with zero wraparound in DVMA range checks; | Marc Aurele La France |
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-07-01 | clean dmesg output for iommu more; tested miod dlg | Theo de Raadt |
2006-07-01 | Make sure we don't accidentally match one of the unused PCI error interrupts | Mark Kettenis |
2006-06-28 | cleanup dmesg logging for iommu goo, make it follow the standard form | Theo de Raadt |
2006-06-27 | Fix interrupt mapping. This now seems to work on all machines, even with | Mark Kettenis |
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 |
2005-06-06 | -no need to hang onto virtual-dma parameter from prom, free it | Jason Wright |
2005-01-27 | Fill all fields of intrhand structures not created by bus_intr_allocate(). | Miod Vallat |
2004-12-18 | Print error codes in panic message. | Brad Smith |
2003-12-20 | Pass -Wformat | Miod Vallat |
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-04 | The IIi/e chips have a DMA sync register that we have been ignoring. This | Henric Jungheim |