summaryrefslogtreecommitdiffstats
path: root/sys/mips/nlm
Commit message (Expand)AuthorAgeFilesLines
* Add a bus_null_rescan() method that always fails with an error.jhb2016-04-271-1/+1
* Implement a PCI bus rescan method.jhb2016-04-271-0/+1
* sys: use our nitems() macro when param.h is available.pfg2016-04-211-2/+2
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-211-2/+1
* mips: for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.jhb2016-04-151-2/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-182-3/+3
* Let rman_init() initialize the default rman range.jhibbits2016-03-031-8/+0
* As <machine/param.h> is included from <sys/param.h>, there is no needskra2016-02-222-2/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* 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
OpenPOWER on IntegriCloud