aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-3012-88/+95
* Fix typo. Sorry!Nathan Whitehorn2013-10-291-1/+1
* Don't reference pointer before testing whether it isXin LI2013-10-291-1/+3
* The ofw_bus() routines invoke the device's parent, not the device itself,Nathan Whitehorn2013-10-291-3/+3
* Panics about how things can't be attached should probably happen in theNathan Whitehorn2013-10-293-9/+9
* Terminate a debug output with a \n.Michael Tuexen2013-10-291-1/+1
* Move all interface queue related structures, macros and definitionsAndre Oppermann2013-10-292-441/+492
* Fix the build of TP-WN1043ND kernel. Provide necessary includes and removeLuiz Otavio O Souza2013-10-291-2/+4
* Implement extended LUN support. If PIM_EXTLUNS is set by a SIM, encodeNathan Whitehorn2013-10-293-57/+77
* A last BUS_PROBE_NOWILDCARD. Move setting the postfilter function into theNathan Whitehorn2013-10-291-2/+3
* A few last BUS_PROBE_NOWILDCARDs are in order.Nathan Whitehorn2013-10-293-3/+3
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)Nathan Whitehorn2013-10-299-9/+9
* Devices that rely on hints or identify routines for discovery need toNathan Whitehorn2013-10-2923-24/+25
* Hints-only devices should return BUS_PROBE_NOWILDCARD from their probeNathan Whitehorn2013-10-292-2/+2
* These nexus attachments do not execute a real probe and so needNathan Whitehorn2013-10-294-4/+4
* Hints-only devices should have BUS_PROBE_NOWILDCARD set. We probably needNathan Whitehorn2013-10-292-2/+2
* Add missing ARMv6 CPU functions to ARM MakefileZbigniew Bodek2013-10-291-1/+2
* Opps, my kirkwood fix for the dreamplug missed this.Randall Stewart2013-10-291-1/+7
* Uninline inm_lookup_locked(). Now in_var.h doesn't dereferenceGleb Smirnoff2013-10-292-43/+45
* - Provide necessary includes.Gleb Smirnoff2013-10-2925-21/+46
* Remove redundand declaration, fixing the build with gcc.Konstantin Belousov2013-10-291-1/+0
* Fix regression introduced in r235816.Pyun YongHyeon2013-10-291-3/+5
* Add preliminary support for RTL8168EP.Pyun YongHyeon2013-10-292-0/+3
* Add preliminary support for RTL8168G, RTL8168GU and RTL8411B.Pyun YongHyeon2013-10-292-2/+23
* Add support for new Gigabit PHY of RealTek.Pyun YongHyeon2013-10-292-2/+6
* Fix the PLCP lookup code in iwn(4) to base the 11n decision on whetherAdrian Chadd2013-10-291-1/+1
* Digi-CCWMX53: enable ffec and uart.Rui Paulo2013-10-292-1/+9
* Remove unnecessary includes of <machine/pmap.h>Neel Natu2013-10-297-9/+0
* Return NOKEY instead of 0 if there are no more key presses queued. ThisNathan Whitehorn2013-10-291-1/+1
* Fix condition that determines PMAP_NEEDS_PTE_SYNC value for ARMZbigniew Bodek2013-10-281-1/+1
* Provide necessary includes.Gleb Smirnoff2013-10-282-3/+4
* Provide necessary includes that before came via if.h.Gleb Smirnoff2013-10-281-0/+2
* - Provide necessary includes, that before came via if.h pollution.Gleb Smirnoff2013-10-288-17/+17
* Switch off explicit broadcasting of the TLB flush operations for PJ4B CPUZbigniew Bodek2013-10-281-1/+1
* Remove not working and deprecated PJ4Bv6 supportZbigniew Bodek2013-10-285-265/+2
* Change Armada XP kernel load address to the u-boot's end addressZbigniew Bodek2013-10-281-6/+6
* Fix-up DTB for Armada XP registers' base according to the actual settingsZbigniew Bodek2013-10-282-0/+83
* Remove hard-coded mappings related to Armada XP supportZbigniew Bodek2013-10-282-6/+6
* Include XEN and HyperV into amd64 LINT.Gleb Smirnoff2013-10-281-0/+6
* Remove dead function show_device(). It isn't buildable if DEBUG isGleb Smirnoff2013-10-281-22/+0
* Include if_var.h.Gleb Smirnoff2013-10-282-1/+2
* Fis the value of *optlen when calling getsockopt() forMichael Tuexen2013-10-281-1/+1
* G/c unused mountrootfsname.Sergey Kandaurov2013-10-281-2/+0
* Fix compilation if SCTP_DONT_DO_PRIVADDR_SCOPE is defined.Michael Tuexen2013-10-281-1/+1
* Style: s/SYS_EVENTHANDLER_H/_SYS_EVENTHANDLER_H_/gGleb Smirnoff2013-10-285-12/+12
* Include <sys/ktr.h>, since we need it if ATH_DEBUG is defined.Olivier Houchard2013-10-281-0/+1
* Add a couple includes if net/if_var.h that were missed in r257176.Brooks Davis2013-10-282-0/+2
* Remove redundand assignment to error variable and check for its value [1].Konstantin Belousov2013-10-281-6/+3
* Follow r257244; it's now necessary to include if_var.h.Ian Lepore2013-10-281-0/+1
* repair build for dev/cs.Sean Bruno2013-10-281-0/+1