summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Collapse)Author
2001-10-07remove all assumptions that parent is psycho. Also, don't try to useJason 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-02fix 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-01driver for cs4231 at ebus: doesn't quite sound right yet (VERY choppy andJason 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-01better nameJason Wright
2001-10-01don't print redundant informationJason Wright
the parent of ebus is pci (not psycho), so fetch grantparent for iommu_state
2001-10-01for lack of a better place, but ebus dma register defs in here.Jason Wright
2001-09-29from the "Ok, so I couldn't sleep" department: minimal driver for the beeper ↵Jason Wright
at ebus device
2001-09-29Glue for com at ebus. From NetBSD, hacked to fit our com.Artur Grabowski
2001-09-27psycho_bus_[a|b] are essentially the same function; use a helper to avoid typosJason Wright
attempt to extract the faulting address from the iommu in the newly defined psycho_bus_error() function
2001-09-26be more specific in psycho_ue case (partially based on NetBSD)Jason Wright
2001-09-26A little bit of voodoo borrowed from the linux driver: set theJason Wright
intr_retry_timer a little higher.
2001-09-26Merge with NetBSD:Jason Wright
better handling of boundary conditions add iommu_extract debugging function
2001-09-20Incorrect parens (from netbsd)Jason Wright
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-15merge with netbsd (no external differences... basically just makes diffs easier)Jason Wright
2001-09-15match ebusIII (from netbsd)Jason Wright
2001-09-05OF magic. From NetBSD.Artur Grabowski
2001-09-04clean 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-04Register definitions for the PCI error registers (borrowed from linux).Jason Wright
2001-09-04Don't forget tty_attach. Should fix the timeout related panics.Artur Grabowski
2001-09-01correct register offsetsJason Wright
2001-09-01remove statics & KNFJason Wright
2001-08-31implement autoconf mechanism using device_register(); from NetBSD.Jason Wright
2001-08-29- modify probe routine to check the 'compatible' property for matching andJason 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-29rcsidJason Wright
2001-08-25Change 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-23Check for OF_mapintr() failure appears to be backwards; diff mailed to NetBSD.Jason Wright
2001-08-22Fix interrupt establishing.Artur Grabowski
2001-08-22I hate cvs.Artur Grabowski
(this file is from NetBSD
2001-08-22auxio from NetBSDArtur Grabowski
2001-08-22pci_machep from NetBSDArtur Grabowski
2001-08-22glue for ebus found on ultra 5 and later. From NetBSD.Artur Grabowski
2001-08-22Too much cut 'n paste. sbus is not an ifnet.Artur Grabowski
2001-08-22psycho -> the pci host bridge on Ultra 5s.Artur Grabowski
From NetBSD.
2001-08-21zs 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-20more stuff to do with OpenBSD/sparc style bootpath determinationJason Wright
2001-08-19sbus_cd.Artur Grabowski
2001-08-19Lot of stuff... Some from NetBSD, some from OpenBSD, minor modificationsJason Wright
2001-08-18RCSidsJason Wright
2001-08-18compiles with minimal mods (From NetBSD)Jason Wright
2001-08-18enough to get sbus.o from NetBSDJason Wright