Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak whitespace and adjust prototypes. | 2021-03-04 | 1 | -23/+21 | |
| | |||||
* | Combine octeon_pcibusvar.h into octeon_pcibus.c to reduce scatter. | 2021-03-04 | 1 | -2/+9 | |
| | |||||
* | Fix disestablishing of PCI interrupt handlers. | 2021-02-20 | 1 | -9/+2 | |
| | |||||
* | Make octeon kernels compile with DEBUG. | 2018-06-13 | 1 | -2/+2 | |
| | | | | Based on a diff from jj@. Thank you! | ||||
* | Revert previous commit. | 2016-10-21 | 1 | -112/+5 | |
| | | | | I was building in the wrong tree and got confused. Sorry! | ||||
* | Fix build: declare the pcie read/write routines before using them. | 2016-10-21 | 1 | -5/+112 | |
| | |||||
* | correct a memory leak in error code path. | 2015-10-03 | 1 | -22/+15 | |
| | | | | | noticed by miod@ ok visa@ | ||||
* | Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you. | 2014-08-11 | 1 | -2/+1 | |
| | |||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -2/+2 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | hide two printfs behind an ifdef DEBUG; spotted by miod@ | 2014-05-11 | 1 | -3/+3 | |
| | |||||
* | various format string fixes and remove -Wno-format from octeon | 2014-05-10 | 1 | -4/+4 | |
| | | | | feedback/ok miod@ | ||||
* | Ditch useless variable during attach. | 2013-08-29 | 1 | -4/+2 | |
| | | | | Okay miod@ | ||||
* | Fix attach messages format for the pcibus. | 2013-08-29 | 1 | -1/+3 | |
| | | | | | | | | | | | Before: pcibus0 at iobus0 irq 0pci0 at pcibus0 bus 0 After: pcibus0 at iobus0 irq 0 pci0 at pcibus0 bus 0 Found on my DSR-500. Okay miod@ | ||||
* | - remove double rcs ids | 2013-06-02 | 1 | -2/+1 | |
| | |||||
* | remove bogus XXX comment, 32 is just the way it is. | 2013-06-01 | 1 | -4/+4 | |
| | |||||
* | make the way of doing debug printfs generic | 2013-06-01 | 1 | -13/+7 | |
| | |||||
* | use boot_info->config_flags to determine if we're running on a host that has | 2013-03-21 | 1 | -2/+10 | |
| | | | | | | | | | PCI capabilities, instead of blindly trying to attach pci/pcibus. this fixes a hang on the EdgeRouter Lite (which lacks PCI) and causes no regressions on the CAM-0100 (which does have PCI, tested by bcallah@) ok bcallah@ chris@ | ||||
* | obio renamed iobus, moved interrupt handler code to dev/octeon_intr.c | 2011-05-08 | 1 | -12/+12 | |
| | |||||
* | correct constant name | 2010-12-04 | 1 | -3/+3 | |
| | |||||
* | Introduce a new pci routine, pci_conf_size(), which returns the size of a | 2010-12-04 | 1 | -4/+12 | |
| | | | | | | | given pcitag_t configuration address space. Currently, all pci controllers will return the usual 0x100 bytes of PCI configuration space, but this will eventually change on PCIe-capable controlers. ok kettenis@ | ||||
* | Remove pci configuration space acces hook infrastructure, which got copied | 2010-12-04 | 1 | -55/+2 | |
| | | | | | from loongson but isn't necessary on octeon. ok syuu@ | ||||
* | Correct interrupt handling | 2010-11-23 | 1 | -9/+3 | |
| | |||||
* | Inital commit of PCI and SATA support for OCTEON | 2010-10-28 | 1 | -0/+570 | |