aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/adm5120
Commit message (Expand)AuthorAgeFilesLines
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* Remove NULL checks after M_WAITOK allocations from sys/mips/.Edward Tomasz Napierala2016-05-111-4/+0
* mips: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-272-4/+4
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-161-1/+1
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-1/+2
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-4/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-3/+3
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-191-0/+27
* Fix some lingering build failures caused by fixing implicit inclusion ofMark Johnston2013-10-311-0/+1
* Devices that rely on hints or identify routines for discovery need toNathan Whitehorn2013-10-291-1/+1
* Fix low-level uart drivers that set their fifo sizes in the softc too late.Ian Lepore2013-04-011-3/+3
* Merge from vmobj-rwlock branch:Attilio Rao2013-02-261-1/+0
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-4/+4
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernJuli Mallett2012-03-121-1/+0
* Remove platform APIs which are not used by any code and which had only stubJuli Mallett2012-03-121-25/+0
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+14
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* - dump_avail layout should be sequence of [start, end)Oleksandr Tymoshenko2010-12-091-1/+1
* - Populate dump_avail with proper values from phys_availOleksandr Tymoshenko2010-12-091-0/+3
* Remove the 'machine mips' from DEFAULTS. Put the proper 'machine mipsWarner Losh2010-11-131-2/+4
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-2/+2
* Remove some stray ';'sWarner Losh2010-05-131-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* - Call post-boot fixup function in order to get proper staticOleksandr Tymoshenko2010-01-251-2/+4
* Update from old DDB convetion to initialize debugger to new KDB way.Warner Losh2010-01-231-1/+3
* Merge from projects/mips to head by hand:Warner Losh2010-01-105-9/+63
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Make admsw(4) compile again fixing typos and adding the missing variableBjoern A. Zeeb2009-12-131-2/+5
* Use a single private timer to drive the transmit watchdog rather than usingJohn Baldwin2009-11-242-13/+24
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Make compile again using the correct prototype for theBjoern A. Zeeb2009-06-171-5/+7
* Remove redundant assignment.Warner Losh2008-12-111-3/+0
* Fix comment about needing to call something from splnet, which doesn'tWarner Losh2008-09-281-1/+1
* MFp4: Update the interrupt code from perforce.Warner Losh2008-09-191-16/+7
* Fix path in all includes: remove /mips32 subdirectoryOleksandr Tymoshenko2008-09-107-11/+11
* Catch up with the move from mips32/.David E. O'Brien2008-09-031-1/+2
* As discussed on IRC and at BSDcan, move the mips32/* directories up aWarner Losh2008-07-0615-0/+4581