aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/rmi/xlr_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sys/mips/rmi. It's been unmaintained since 2011. This hardwareWarner Losh2018-01-011-659/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Include pcib_private.h for prototypes.Warner Losh2017-02-261-0/+1
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* mips: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Let rman_init() initialize the default rman range.Justin Hibbits2016-03-031-4/+0
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-161-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Change rman_manage_region() to actually honor the rm_start and rm_endJohn Baldwin2011-04-291-2/+2
* Fixes in the XLR platform codeJayachandran C.2011-01-201-1/+1
* Fix compilation when DEBUG option is enabled.Jayachandran C.2010-12-091-7/+0
* PCI fix for XLR C revision chips, limit DMA address to the first 2GBJayachandran C.2010-10-061-2/+24
* XLS B0 revision PCI support and related changes.Jayachandran C.2010-09-271-25/+10
* Clean up and update sys/mips/rmi/rmi_mips_exts.hJayachandran C.2010-09-091-9/+9
* PCIe updates for XLS.Jayachandran C.2010-09-071-47/+82
* XLR/XLS hardware interrupts should be programmed level triggered at theJayachandran C.2010-09-061-2/+2
* Clean up header files in RMI platform code (sys/mips/rmi), and removeJayachandran C.2010-08-301-8/+9
* Revamp XLR interrupt handling, the previous scheme does not work well onJayachandran C.2010-08-271-29/+8
* XLR PIC code update and style(9) fixes.Jayachandran C.2010-08-251-57/+63
* 64 bit compilation support XLR platform code.Jayachandran C.2010-07-081-3/+3
* This pushes all of JC's patches that I have in place. IRandall Stewart2010-05-161-1/+1
* - Move rmi_pci_bus_space to header and avoid externRandall Stewart2010-03-021-1/+0
* Changes for pci and pci-e supportRandall Stewart2010-02-201-129/+343
* adds rmi specific mips extensions file and makes sureRandall Stewart2009-10-291-1/+1
* White space changesRandall Stewart2009-10-291-119/+133
* more Updates on the RMI code close to compiling now ;-)Randall Stewart2009-10-291-6/+8
* More initial RMI files. Note that these so far do NOTRandall Stewart2009-10-151-0/+410