| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t, | Nathan Whitehorn | 2013-10-30 | 12 | -88/+95 |
* | Fix typo. Sorry! | Nathan Whitehorn | 2013-10-29 | 1 | -1/+1 |
* | Don't reference pointer before testing whether it is | Xin LI | 2013-10-29 | 1 | -1/+3 |
* | The ofw_bus() routines invoke the device's parent, not the device itself, | Nathan Whitehorn | 2013-10-29 | 1 | -3/+3 |
* | Panics about how things can't be attached should probably happen in the | Nathan Whitehorn | 2013-10-29 | 3 | -9/+9 |
* | Terminate a debug output with a \n. | Michael Tuexen | 2013-10-29 | 1 | -1/+1 |
* | Move all interface queue related structures, macros and definitions | Andre Oppermann | 2013-10-29 | 2 | -441/+492 |
* | Fix the build of TP-WN1043ND kernel. Provide necessary includes and remove | Luiz Otavio O Souza | 2013-10-29 | 1 | -2/+4 |
* | Implement extended LUN support. If PIM_EXTLUNS is set by a SIM, encode | Nathan Whitehorn | 2013-10-29 | 3 | -57/+77 |
* | A last BUS_PROBE_NOWILDCARD. Move setting the postfilter function into the | Nathan Whitehorn | 2013-10-29 | 1 | -2/+3 |
* | A few last BUS_PROBE_NOWILDCARDs are in order. | Nathan Whitehorn | 2013-10-29 | 3 | -3/+3 |
* | More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba) | Nathan Whitehorn | 2013-10-29 | 9 | -9/+9 |
* | Devices that rely on hints or identify routines for discovery need to | Nathan Whitehorn | 2013-10-29 | 23 | -24/+25 |
* | Hints-only devices should return BUS_PROBE_NOWILDCARD from their probe | Nathan Whitehorn | 2013-10-29 | 2 | -2/+2 |
* | These nexus attachments do not execute a real probe and so need | Nathan Whitehorn | 2013-10-29 | 4 | -4/+4 |
* | Hints-only devices should have BUS_PROBE_NOWILDCARD set. We probably need | Nathan Whitehorn | 2013-10-29 | 2 | -2/+2 |
* | Add missing ARMv6 CPU functions to ARM Makefile | Zbigniew Bodek | 2013-10-29 | 1 | -1/+2 |
* | Opps, my kirkwood fix for the dreamplug missed this. | Randall Stewart | 2013-10-29 | 1 | -1/+7 |
* | Uninline inm_lookup_locked(). Now in_var.h doesn't dereference | Gleb Smirnoff | 2013-10-29 | 2 | -43/+45 |
* | - Provide necessary includes. | Gleb Smirnoff | 2013-10-29 | 25 | -21/+46 |
* | Remove redundand declaration, fixing the build with gcc. | Konstantin Belousov | 2013-10-29 | 1 | -1/+0 |
* | Fix regression introduced in r235816. | Pyun YongHyeon | 2013-10-29 | 1 | -3/+5 |
* | Add preliminary support for RTL8168EP. | Pyun YongHyeon | 2013-10-29 | 2 | -0/+3 |
* | Add preliminary support for RTL8168G, RTL8168GU and RTL8411B. | Pyun YongHyeon | 2013-10-29 | 2 | -2/+23 |
* | Add support for new Gigabit PHY of RealTek. | Pyun YongHyeon | 2013-10-29 | 2 | -2/+6 |
* | Fix the PLCP lookup code in iwn(4) to base the 11n decision on whether | Adrian Chadd | 2013-10-29 | 1 | -1/+1 |
* | Digi-CCWMX53: enable ffec and uart. | Rui Paulo | 2013-10-29 | 2 | -1/+9 |
* | Remove unnecessary includes of <machine/pmap.h> | Neel Natu | 2013-10-29 | 7 | -9/+0 |
* | Return NOKEY instead of 0 if there are no more key presses queued. This | Nathan Whitehorn | 2013-10-29 | 1 | -1/+1 |
* | Fix condition that determines PMAP_NEEDS_PTE_SYNC value for ARM | Zbigniew Bodek | 2013-10-28 | 1 | -1/+1 |
* | Provide necessary includes. | Gleb Smirnoff | 2013-10-28 | 2 | -3/+4 |
* | Provide necessary includes that before came via if.h. | Gleb Smirnoff | 2013-10-28 | 1 | -0/+2 |
* | - Provide necessary includes, that before came via if.h pollution. | Gleb Smirnoff | 2013-10-28 | 8 | -17/+17 |
* | Switch off explicit broadcasting of the TLB flush operations for PJ4B CPU | Zbigniew Bodek | 2013-10-28 | 1 | -1/+1 |
* | Remove not working and deprecated PJ4Bv6 support | Zbigniew Bodek | 2013-10-28 | 5 | -265/+2 |
* | Change Armada XP kernel load address to the u-boot's end address | Zbigniew Bodek | 2013-10-28 | 1 | -6/+6 |
* | Fix-up DTB for Armada XP registers' base according to the actual settings | Zbigniew Bodek | 2013-10-28 | 2 | -0/+83 |
* | Remove hard-coded mappings related to Armada XP support | Zbigniew Bodek | 2013-10-28 | 2 | -6/+6 |
* | Include XEN and HyperV into amd64 LINT. | Gleb Smirnoff | 2013-10-28 | 1 | -0/+6 |
* | Remove dead function show_device(). It isn't buildable if DEBUG is | Gleb Smirnoff | 2013-10-28 | 1 | -22/+0 |
* | Include if_var.h. | Gleb Smirnoff | 2013-10-28 | 2 | -1/+2 |
* | Fis the value of *optlen when calling getsockopt() for | Michael Tuexen | 2013-10-28 | 1 | -1/+1 |
* | G/c unused mountrootfsname. | Sergey Kandaurov | 2013-10-28 | 1 | -2/+0 |
* | Fix compilation if SCTP_DONT_DO_PRIVADDR_SCOPE is defined. | Michael Tuexen | 2013-10-28 | 1 | -1/+1 |
* | Style: s/SYS_EVENTHANDLER_H/_SYS_EVENTHANDLER_H_/g | Gleb Smirnoff | 2013-10-28 | 5 | -12/+12 |
* | Include <sys/ktr.h>, since we need it if ATH_DEBUG is defined. | Olivier Houchard | 2013-10-28 | 1 | -0/+1 |
* | Add a couple includes if net/if_var.h that were missed in r257176. | Brooks Davis | 2013-10-28 | 2 | -0/+2 |
* | Remove redundand assignment to error variable and check for its value [1]. | Konstantin Belousov | 2013-10-28 | 1 | -6/+3 |
* | Follow r257244; it's now necessary to include if_var.h. | Ian Lepore | 2013-10-28 | 1 | -0/+1 |
* | repair build for dev/cs. | Sean Bruno | 2013-10-28 | 1 | -0/+1 |