summaryrefslogtreecommitdiff
path: root/sys/arch/mips/alchemy/dev/aupci.c
AgeCommit message (Expand)Author
2022-09-29Remove unnecessary include of <sys/malloc.h>.skrll
2022-09-29Trailing whitespaceskrll
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-07-07Overhaul the interface to pci_configure_bus():thorpej
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2015-06-27Cleanup includes.matt
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2014-03-26kill sprintfchristos
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2012-01-03Use device_t instead of 'struct device *'.kiyohara
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-02-20Merge forward from matt-nb5-mips64.matt
2007-02-28TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2006-09-09Fix a white-space nit.simonb
2006-02-27Masking for mstart was still *not* right. This time I'm fairly sure I gotgdamore
2006-02-27Incorrect pci_mbar/pci_mwmask related calculation was causing devices to begdamore
2006-02-16Reenable PCI on DBAU1500. May still be useful for PIO devices. Commentsgdamore
2006-02-13If we get a master abort, reset the SPL before returning.simonb
2006-02-09Add Au1550 PCI support (Au1500 not yet, coming shortly).gdamore