summaryrefslogtreecommitdiffstats
path: root/sys/mips/nlm
Commit message (Expand)AuthorAgeFilesLines
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-2/+2
* Stop calling fdt_immr_addr from the xlp startup code. It's used to setandrew2016-01-221-2/+0
* Add domain support to PCI bus allocationzbb2015-09-161-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Use sbuf_printf() for sysctl strings instead of static buffers and snprintf.ian2015-03-141-12/+8
* Whitespace fixes for sys/mips/nlm/devjchandra2015-02-2816-131/+121
* Whitespace fixes for files in sys/mips/nlmjchandra2015-02-2831-190/+191
* Add subclass of simplebus for Broadcom XLPjchandra2015-02-275-443/+363
* Move PCI bus below simplebus for Broadcom XLPjchandra2015-02-271-12/+10
* Improve additional interrupt ACK for Broadcom XLPjchandra2015-02-273-33/+35
* Remove run-time allocation of XLP IRQsjchandra2015-02-264-138/+118
* Add netlogic,xlp-pic as interrupt controller for XLPjchandra2015-02-261-0/+40
* Fix up interrupt definitions for Broadcom XLPjchandra2015-02-263-20/+16
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-5/+5
* Mechanically convert to if_inc_counter().glebius2014-09-191-6/+3
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-302-3/+3
* nclude missing net/if_var.h.andre2013-10-301-0/+1
* Panics about how things can't be attached should probably happen in thenwhitehorn2013-10-291-3/+3
* Devices that rely on hints or identify routines for discovery need tonwhitehorn2013-10-292-3/+4
* Fixes for the Netlogic XLP on-chip RSA block driverjchandra2013-10-041-79/+77
* Style fixes for the Netlogic XLP RSA driverjchandra2013-10-042-72/+75
* Netlogic XLP network driver updatejchandra2013-09-0710-301/+222
* Fix incorrect KASSERTs in xlpgejchandra2013-04-121-2/+2
* MFcalloutng:mav2013-02-281-17/+9
* Little-endian and other fixes for Broadcom XLP network driverjchandra2013-01-242-7/+9
* Fix credit configuration on Broadcom XLP CMSjchandra2013-01-241-2/+2
* Broadcom XLP network driver update for XLP 8xx B1 revjchandra2013-01-244-13/+28
* Minor updates to the Broadcom XLP NAE driverjchandra2013-01-242-23/+11
* Broadcom XLP updates for the new firmwarejchandra2013-01-242-3/+31
* Little-endian fix for PCI on Broadcom XLP.jchandra2013-01-241-2/+5
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Add correct range parameter in XLP DTSjchandra2012-08-211-1/+1
* Define and exclude DRAM regions used by hardware/bootloder on XLPjchandra2012-08-201-65/+73
* Support Netlogic XLP 8xx B1 revisions in xlpge.jchandra2012-07-092-20/+36
* Identify Netlogic XLP 8xx B1 chip revisionsjchandra2012-07-092-0/+25
* Fix PCIe hardware swap configuration for Netlogic XLPjchandra2012-07-091-2/+2
* Remove unnecessary assembly code.jchandra2012-03-292-30/+26
* Supply endianness implied by the -m flag when compiling ucore code.jmallett2012-03-291-1/+1
* Fix little-endian built.jmallett2012-03-291-1/+1
* Fix size of PCI softc.jchandra2012-03-271-1/+2
* Resource allocation for XLP SoC SDHCI slotsjchandra2012-03-271-0/+16
* Update memory and resource allocation code for SoC devicesjchandra2012-03-279-375/+343
* NOR flash driver for XLP.jchandra2012-03-273-0/+89
* XLP UART code udpate.jchandra2012-03-274-27/+35
* xlpge : driver for XLP network acceleratorjchandra2012-03-2722-7/+6860
* Support for EEPROM and CPLD on XLP EVP boards.jchandra2012-03-277-24/+487
* Opencrypto driver for XLP Security and RSA/ECC blocksjchandra2012-03-279-0/+3508
* I2C support for XLP, add hints for I2C devices and update PCI resourcejchandra2012-03-271-0/+9
* XLP PCIe code update.jchandra2012-03-273-50/+99
* Update the L1D cache flush sequence when enabling threads.jchandra2012-03-271-7/+7
OpenPOWER on IntegriCloud