summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/psycho.c
AgeCommit message (Expand)Author
2003-11-09Nuke bcopy/bzero.martin
2003-08-27change PROM_getprop() from taking a "void **" for the storage, to amrg
2003-08-22Don't set and check absent interrupts on sabre.petrov
2003-07-15__KERNEL_RCSID()lukem
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-05-17Avoid strict-alias warnings in gcc 3.3.nakayama
2003-05-03DMA, not dma nor Dma.wiz
2003-04-21Connect the front panel power button on psycho based machines to sysmon'smartin
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-03-22PCI-CardBus bridge support for sparc64:nakayama
2002-12-10Remove the `flags' argument from bus_intr_establish().pk
2002-12-10bus_intr_establish() signature change.pk
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-06-21The FFB interrupt mapping registers need to compare IGN as well as INO sinceeeh
2002-06-20Overhaul streaming buffer handling:eeh
2002-06-12Use the correct bus handle to generate the handle for the streaming buffers.eeh
2002-05-16Make the PCI code actually work.eeh
2002-05-16* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set tothorpej
2002-05-06Add code to attach ofpci.eeh
2002-03-20Overhaul bus space.eeh
2002-03-15Get PCI working with the new bus_space*.eeh
2002-03-08make this compile without DDB.chs
2002-02-12Cast/format fix to make this build on 32bit kernels.martin
2002-02-08Provide more info in psycho_ue.eeh
2002-01-14Set the interrupt retry timer to 0xff.eeh
2001-10-07Manage both streaming caches on psycho/psycho+.eeh
2001-09-26getprop* -> PROM_getprop*eeh
2001-09-24Change bus_space_mmap() signature to the official one.eeh
2001-09-15Be a bit more elaborate with UE DMA errors.eeh
2001-09-10Sun Blade 100 support (and some psycho fixes from Jason Wright).eeh
2001-07-20PCI overhaul.eeh
2001-05-18minor cleanups.mrg
2001-03-21adapt to systems with out interrupt-map & interrupt-map-mask properties.mrg
2001-03-06rework pci_attach_hook() to just deal with the INO, not the fullmrg
2001-02-28adjust some comments to reality.mrg
2001-02-11Print out more useful data if there are interrupt issues.eeh
2000-12-04Make gcc like a cast.fvdl
2000-12-04Warning police. Mostly useless format warnings. Switch Makefile forfvdl
2000-11-18remove dead debugging code.mrg
2000-10-19add a cast to fix a warning.mrg
2000-07-18Set up register bank sharing bwteen psycho A & B based on matchingpk
2000-07-14Use per-PBM control/status register addresses provided by the PROM.pk
2000-07-12No need to fetch the psycho's own registers as thet are already passedpk
2000-07-09Add a `device class' interrupt level argument (from machine/intr.h)pk
2000-07-07work around a bug passing arguments to iommu_dvma_load_raw()mrg
2000-07-05We want to index the PCI `interrupt clear' registers with the Interruptpk
2000-07-03Use the same IPLs as everyone else.eeh