summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci
AgeCommit message (Expand)Author
2022-05-30s/identifing/identifying/ and s/multipler/multiplier/ in comments.andvar
2022-05-22fix various small typos, mainly in comments.andvar
2021-12-05s/exchage/exchange/ in comment.msaitoh
2021-09-16fix various typos, mainly in comments.andvar
2021-09-11sysinst/partitions.h: fix typos comments, also fix same typos in other files.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-19For CIA/Pyxis and Tsunami/Typhoon/Titan, save the firmware's idea ofthorpej
2021-07-18According to section 8.1.2.2 of the Tsunami/Typhoon hardware referencethorpej
2021-07-18Oops, pass the correct bus_dma_tag_t to the "hi" sgmap init function.thorpej
2021-07-18- Don't bother issuing a warning if we program the WBASE / WSM registerthorpej
2021-07-17- Define the DAC enable bit that's present in WSBA3.thorpej
2021-07-17Back in rev 1.21, mhitch@ fixed an issue with his 1.5GB RAM PWS 500authorpej
2021-07-16On LCA45 systems, look at the memory controller's Bcache configurationthorpej
2021-07-16Define the memory controller registers, and contents for the Cachethorpej
2021-07-15- Use defined constants for PIC registers, not magic numbers.thorpej
2021-07-04Remove unnecessary #include <sys/malloc.h>thorpej
2021-07-04Reduce code duplication when setting up the interrupt handler datathorpej
2021-06-25Tweak how the IRQ description strings are generated to enable additionalthorpej
2021-06-25Reduce code duplication among platforms that use the i82378 SIO tothorpej
2021-06-25Remove pointless warning.thorpej
2021-06-25Define macros to desribe the PIRQ_RTCTRL register(s).thorpej
2021-06-25- Use the default implementations of attach_hook(), make_tag(), andthorpej
2021-06-25- Use the default implementations of attach_hook(), make_tag(), andthorpej
2021-06-25Use the default implementation of attach_hook().thorpej
2021-06-25Use the default implementations of attach_hook(), bus_maxdevs(),thorpej
2021-06-25Make the following PCI chipset functions optional:thorpej
2021-06-19Don't use a bunch of switch() statements in the core logic drivers to selectthorpej
2021-06-19No need to include pci_kn8ae.h here.thorpej
2021-06-19No need to include pci_kn300.h here.thorpej
2021-06-19Remove the "first" argument from pci_kn8ae_pickintr(), instead usingthorpej
2021-06-19Remove the "first" argument from pci_kn300_pickintr(). It's redundant withthorpej
2021-06-18Wrap a couple of long lines.thorpej
2021-06-18Sprinkle some static.thorpej
2021-05-27The Tsunami / Typhoon chipsets have a static "monster window" for DMAthorpej
2021-05-08More symbol sanitizing.thorpej
2021-05-07Liberally sprinkle static around to get more symbols out of thethorpej
2021-05-05Moar static.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-18malloc(9) -> kmem(9)thorpej
2020-10-14Add a mechanism to allow a platform to optionally shelter some regionthorpej
2020-10-11Add some bus_dma instrumentation.thorpej
2020-10-10G/C alpha_XXX_dmamap() / alpha_XXX_dmamap_or. They haven't been neededthorpej
2020-09-29If running in Qemu, don't report stray edge-triggered ISA interrupts.thorpej
2020-09-26Implement cpu_intr_redistribute() for Tusnami/Titan systems.thorpej
2020-09-26Support CPU interrupt affinity on Tsunami systems.thorpej
2020-09-26Add support for CPU interrupt affinity for PCI interrupts:thorpej
2020-09-25Changes to make interrupt {,dis}establish MP-safe on Alpha:thorpej
2020-09-23Define a constant for the SIO IRQ line, and keep a shadow copy ofthorpej
2020-09-23Define some additional Cchip registers.thorpej
2020-09-22Changes to make MPSAFE interrupts work on Alpha:thorpej