Age | Commit message (Expand) | Author |
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 |
2003-06-02 | Do not map psycho-only interrupts on sabres. Reading from undefined | Henric Jungheim |
2003-05-30 | Fix interrupt mapping for psycho's PBM B. This should make interrupts | Henric Jungheim |
2003-05-16 | move the interrupt idle stuff to the generic intr_establish function | Jason Wright |
2003-05-16 | The sparc64 proms do not map all interrupt vectors. Instead of | Henric Jungheim |
2003-03-25 | Clear interrupts (set to IDLE) as they are established. | Jason Wright |
2003-03-06 | The existing IOMMU code had a rounding problem that was most noticeable | Henric Jungheim |
2003-03-05 | Some typos prevented STCs from being detected and the size of the | Henric Jungheim |
2003-02-17 | Add support for the Sun Enterprise 450 | Henric Jungheim |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-01-13 | Don't use a global variable to determine which pci_conf* function to call, | Jason Wright |
2002-12-02 | Skip the ffb0, ffb1, pcia/slot2 (for psycho), and pcia/slot3 (for psycho) | Jason Wright |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-09-17 | I sense too much cut 'n paste. | Artur Grabowski |
2002-07-18 | s/0/NULL in pointer comparison | Jason Wright |
2002-06-08 | make pci_conf_{read|write} indirect functions so we can overload them | Jason Wright |
2002-06-07 | remove static | Jason Wright |
2002-04-04 | Some PCI machines do not implement the uperf registers. Those that do | Jason Wright |
2002-04-04 | s/0/NULL for pointers | Jason Wright |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-05 | Implement vgafb_mmap() fully | Jason Wright |
2002-01-31 | Don't need uperf_psychovar.h to define one structure, put it in psychovar.h | Jason Wright |
2002-01-30 | Driver for getting at performance counters. These manifest them | Jason Wright |
2002-01-29 | Don't install a handler for powerfail... this causes weird problems with | Jason Wright |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. jason@ ok | Thomas Nordin |
2001-12-14 | Use default mapping type (little endian) if the type is 0, otherwise use | Jason Wright |
2001-10-15 | Pull in several changes from NetBSD: | Jason Wright |
2001-09-27 | psycho_bus_[a|b] are essentially the same function; use a helper to avoid typos | Jason Wright |
2001-09-26 | be more specific in psycho_ue case (partially based on NetBSD) | Jason Wright |
2001-09-26 | A little bit of voodoo borrowed from the linux driver: set the | Jason Wright |
2001-09-04 | clean up error handling for psycho_bus_[a|b] | Jason Wright |
2001-09-01 | remove statics & KNF | Jason Wright |
2001-08-29 | - modify probe routine to check the 'compatible' property for matching and | Jason Wright |
2001-08-22 | psycho -> the pci host bridge on Ultra 5s. | Artur Grabowski |