aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/nlm
Commit message (Expand)AuthorAgeFilesLines
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-161-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Use sbuf_printf() for sysctl strings instead of static buffers and snprintf.Ian Lepore2015-03-141-12/+8
* Whitespace fixes for sys/mips/nlm/devJayachandran C.2015-02-2816-131/+121
* Whitespace fixes for files in sys/mips/nlmJayachandran C.2015-02-2831-190/+191
* Add subclass of simplebus for Broadcom XLPJayachandran C.2015-02-275-443/+363
* Move PCI bus below simplebus for Broadcom XLPJayachandran C.2015-02-271-12/+10
* Improve additional interrupt ACK for Broadcom XLPJayachandran C.2015-02-273-33/+35
* Remove run-time allocation of XLP IRQsJayachandran C.2015-02-264-138/+118
* Add netlogic,xlp-pic as interrupt controller for XLPJayachandran C.2015-02-261-0/+40
* Fix up interrupt definitions for Broadcom XLPJayachandran C.2015-02-263-20/+16
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-5/+5
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-6/+3
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-302-3/+3
* nclude missing net/if_var.h.Andre Oppermann2013-10-301-0/+1
* Panics about how things can't be attached should probably happen in theNathan Whitehorn2013-10-291-3/+3
* Devices that rely on hints or identify routines for discovery need toNathan Whitehorn2013-10-292-3/+4
* Fixes for the Netlogic XLP on-chip RSA block driverJayachandran C.2013-10-041-79/+77
* Style fixes for the Netlogic XLP RSA driverJayachandran C.2013-10-042-72/+75
* Netlogic XLP network driver updateJayachandran C.2013-09-0710-301/+222
* Fix incorrect KASSERTs in xlpgeJayachandran C.2013-04-121-2/+2
* MFcalloutng:Alexander Motin2013-02-281-17/+9
* Little-endian and other fixes for Broadcom XLP network driverJayachandran C.2013-01-242-7/+9
* Fix credit configuration on Broadcom XLP CMSJayachandran C.2013-01-241-2/+2
* Broadcom XLP network driver update for XLP 8xx B1 revJayachandran C.2013-01-244-13/+28
* Minor updates to the Broadcom XLP NAE driverJayachandran C.2013-01-242-23/+11
* Broadcom XLP updates for the new firmwareJayachandran C.2013-01-242-3/+31
* Little-endian fix for PCI on Broadcom XLP.Jayachandran C.2013-01-241-2/+5
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Add correct range parameter in XLP DTSJayachandran C.2012-08-211-1/+1
* Define and exclude DRAM regions used by hardware/bootloder on XLPJayachandran C.2012-08-201-65/+73
* Support Netlogic XLP 8xx B1 revisions in xlpge.Jayachandran C.2012-07-092-20/+36
* Identify Netlogic XLP 8xx B1 chip revisionsJayachandran C.2012-07-092-0/+25
* Fix PCIe hardware swap configuration for Netlogic XLPJayachandran C.2012-07-091-2/+2
* Remove unnecessary assembly code.Jayachandran C.2012-03-292-30/+26
* Supply endianness implied by the -m flag when compiling ucore code.Juli Mallett2012-03-291-1/+1
* Fix little-endian built.Juli Mallett2012-03-291-1/+1
* Fix size of PCI softc.Jayachandran C.2012-03-271-1/+2
* Resource allocation for XLP SoC SDHCI slotsJayachandran C.2012-03-271-0/+16
* Update memory and resource allocation code for SoC devicesJayachandran C.2012-03-279-375/+343
* NOR flash driver for XLP.Jayachandran C.2012-03-273-0/+89
* XLP UART code udpate.Jayachandran C.2012-03-274-27/+35
* xlpge : driver for XLP network acceleratorJayachandran C.2012-03-2722-7/+6860
* Support for EEPROM and CPLD on XLP EVP boards.Jayachandran C.2012-03-277-24/+487
* Opencrypto driver for XLP Security and RSA/ECC blocksJayachandran C.2012-03-279-0/+3508
* I2C support for XLP, add hints for I2C devices and update PCI resourceJayachandran C.2012-03-271-0/+9
* XLP PCIe code update.Jayachandran C.2012-03-273-50/+99
* Update the L1D cache flush sequence when enabling threads.Jayachandran C.2012-03-271-7/+7
* Switch to interrupt based message handling for XLP 8xx B0.Jayachandran C.2012-03-271-22/+22
* Support for XLP4xx and XLP 8xx B0 revisionJayachandran C.2012-03-274-54/+159