summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/dev/octeon_pcibus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix disestablishing of PCI interrupt handlers.visa2021-02-201-9/+2
* Make octeon kernels compile with DEBUG.visa2018-06-131-2/+2
* Revert previous commit.pirofti2016-10-211-112/+5
* Fix build: declare the pcie read/write routines before using them.pirofti2016-10-211-5/+112
* correct a memory leak in error code path.semarie2015-10-031-22/+15
* Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you.miod2014-08-111-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* hide two printfs behind an ifdef DEBUG; spotted by miod@jasper2014-05-111-3/+3
* various format string fixes and remove -Wno-format from octeonjasper2014-05-101-4/+4
* Ditch useless variable during attach.pirofti2013-08-291-4/+2
* Fix attach messages format for the pcibus.pirofti2013-08-291-1/+3
* - remove double rcs idsjasper2013-06-021-2/+1
* remove bogus XXX comment, 32 is just the way it is.jasper2013-06-011-4/+4
* make the way of doing debug printfs genericjasper2013-06-011-13/+7
* use boot_info->config_flags to determine if we're running on a host that hasjasper2013-03-211-2/+10
* obio renamed iobus, moved interrupt handler code to dev/octeon_intr.csyuu2011-05-081-12/+12
* correct constant namesyuu2010-12-041-3/+3
* Introduce a new pci routine, pci_conf_size(), which returns the size of amiod2010-12-041-4/+12
* Remove pci configuration space acces hook infrastructure, which got copiedmiod2010-12-041-55/+2
* Correct interrupt handlingsyuu2010-11-231-9/+3
* Inital commit of PCI and SATA support for OCTEONsyuu2010-10-281-0/+570