Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Diff generated by Chris Kuethe. | |||
2002-09-17 | I sense too much cut 'n paste. | Artur Grabowski | |
Allow this to build with DEBUG. | |||
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 | |
provide an 'sc at ebus'. Use that instead of a direct attachment of uperf to psycho. | |||
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 | |
From NetBSD: change bus_space_mmap() prototype to standard one | |||
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 | |
selves as "sc at sbus" and a couple of registers on psycho (sabre doesn't appear to have these registers). | |||
2002-01-29 | Don't install a handler for powerfail... this causes weird problems with | Jason Wright | |
the Netra X1 (interactions with lom) | |||
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 | |
the passed in type. This allows PCI devices to create big endian mappings which is necessary for vgafb. | |||
2001-10-15 | Pull in several changes from NetBSD: | Jason Wright | |
- Clear the dmamap inside splhigh() protection. - Manage both streaming caches on psycho/psycho+. And fix a botch I created when merging iommu changes last time. | |||
2001-09-27 | psycho_bus_[a|b] are essentially the same function; use a helper to avoid typos | Jason Wright | |
attempt to extract the faulting address from the iommu in the newly defined psycho_bus_error() function | |||
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 | |
intr_retry_timer a little higher. | |||
2001-09-04 | clean up error handling for psycho_bus_[a|b] | Jason Wright | |
move DEBUG defines to after includes to avoid pollution add more debugging information if DEBUG is defined. | |||
2001-09-01 | remove statics & KNF | Jason Wright | |
2001-08-29 | - modify probe routine to check the 'compatible' property for matching and | Jason Wright | |
lengthen the list of supported devices (this allows us to match the psycho on the SUNW,Ultra-1-Engine). - pretty some debugging code - rcsid | |||
2001-08-22 | psycho -> the pci host bridge on Ultra 5s. | Artur Grabowski | |
From NetBSD. |