Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-07 | remove all assumptions that parent is psycho. Also, don't try to use | Jason Wright | |
iommu operations directly: that's what bus_dma(9) heirarchy is for. (audioce now works on u5, though it won't play on the onboard speaker, or mine is busted... plays fine in headphones/lineout). | |||
2001-10-02 | fix dma problems... now blaring Berlin's The Metro around the house from U30. | Jason Wright | |
(like cs4231, this driver only supports playback... capture will have to wait until post 3.0). | |||
2001-10-01 | driver for cs4231 at ebus: doesn't quite sound right yet (VERY choppy and | Jason Wright | |
noisy... probably dma issue). This isn't the final destination for these files either (alot of sharing can be done with sbus version, I think). | |||
2001-10-01 | better name | Jason Wright | |
2001-10-01 | don't print redundant information | Jason Wright | |
the parent of ebus is pci (not psycho), so fetch grantparent for iommu_state | |||
2001-10-01 | for lack of a better place, but ebus dma register defs in here. | Jason Wright | |
2001-09-29 | from the "Ok, so I couldn't sleep" department: minimal driver for the beeper ↵ | Jason Wright | |
at ebus device | |||
2001-09-29 | Glue for com at ebus. From NetBSD, hacked to fit our com. | Artur Grabowski | |
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-26 | Merge with NetBSD: | Jason Wright | |
better handling of boundary conditions add iommu_extract debugging function | |||
2001-09-20 | Incorrect parens (from netbsd) | Jason Wright | |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff | |
2001-09-15 | merge with netbsd (no external differences... basically just makes diffs easier) | Jason Wright | |
2001-09-15 | match ebusIII (from netbsd) | Jason Wright | |
2001-09-05 | OF magic. From NetBSD. | Artur Grabowski | |
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-04 | Register definitions for the PCI error registers (borrowed from linux). | Jason Wright | |
2001-09-04 | Don't forget tty_attach. Should fix the timeout related panics. | Artur Grabowski | |
2001-09-01 | correct register offsets | Jason Wright | |
2001-09-01 | remove statics & KNF | Jason Wright | |
2001-08-31 | implement autoconf mechanism using device_register(); from NetBSD. | 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-29 | rcsid | Jason Wright | |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | |||
2001-08-23 | Check for OF_mapintr() failure appears to be backwards; diff mailed to NetBSD. | Jason Wright | |
2001-08-22 | Fix interrupt establishing. | Artur Grabowski | |
2001-08-22 | I hate cvs. | Artur Grabowski | |
(this file is from NetBSD | |||
2001-08-22 | auxio from NetBSD | Artur Grabowski | |
2001-08-22 | pci_machep from NetBSD | Artur Grabowski | |
2001-08-22 | glue for ebus found on ultra 5 and later. From NetBSD. | Artur Grabowski | |
2001-08-22 | Too much cut 'n paste. sbus is not an ifnet. | Artur Grabowski | |
2001-08-22 | psycho -> the pci host bridge on Ultra 5s. | Artur Grabowski | |
From NetBSD. | |||
2001-08-21 | zs and all it's associated stuff (all from NetBSD).. Works on my ultra1, | Jason Wright | |
but still needs tweaks (wedging this into OpenBSD is worse than square peg in round hole). | |||
2001-08-20 | $OpenBSD$ | Jason Wright | |
2001-08-20 | more stuff to do with OpenBSD/sparc style bootpath determination | Jason Wright | |
2001-08-19 | sbus_cd. | Artur Grabowski | |
2001-08-19 | Lot of stuff... Some from NetBSD, some from OpenBSD, minor modifications | Jason Wright | |
2001-08-18 | RCSids | Jason Wright | |
2001-08-18 | compiles with minimal mods (From NetBSD) | Jason Wright | |
2001-08-18 | enough to get sbus.o from NetBSD | Jason Wright | |