summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-03-04Add commented-out PCMCIA support configuration to GENERIC.Kenji Aoyama
2015-03-04Do not check if the interface index matches the scope when all we wantMartin Pieuchot
2015-03-04Explicitly fallback to a carp IP address if the parent does not have anyMartin Pieuchot
2015-03-03Add pcic(4) support on luna88k.Kenji Aoyama
2015-03-03Set/clear the IWM_MAC_FILTER_IN_BEACON flag under conditions that match whatMark Kettenis
2015-03-03make sure hfsc_attach, hfsc_detach, hfsc_addqueue, hfsc_delqueue andHenning Brauer
2015-03-03regenBrad Smith
2015-03-03Add Intel Dual Band Wireless AC 4165 PCI ids.Brad Smith
2015-03-03Fix a regression introduced when switching from rtsold to the kernel forBrad Smith
2015-03-03Fix 11a support.Mark Kettenis
2015-03-02match on 7265Jonathan Gray
2015-03-02Make setting the MAC context bit for 11g protection when transmittingJonathan Gray
2015-03-02Don't set CTS to self. Linux stopped setting this back inJonathan Gray
2015-03-02sc_fixed_ridx is initialised to 0 but tested as it it were initialisedJonathan Gray
2015-03-02Return EINVAL if the creds supplied for NFS export have a cr_ngroups lessPhilip Guenther
2015-03-02Remove stray ')' from athn(4) "firmware command timed out" error message.Stefan Sperling
2015-03-02athn(4) USB drops received frames larger than MCLBYTES.Stefan Sperling
2015-03-02Fix re-associations with athn(4) USB devices in station mode.Stefan Sperling
2015-03-02Rework ath(4) USB firmware command handling.Stefan Sperling
2015-03-02Correctly set lowest_present_ofdm in iwm_mvm_ack_rates().Jonathan Gray
2015-03-02init error to 0 in iwm_send_cmd()Jonathan Gray
2015-03-02match iwn and init txrate at lowest available bit-rateJonathan Gray
2015-03-02workaround for interrupt coalescing bug not needed on 7265Jonathan Gray
2015-03-02Fix scanning with athn(4) USB devices.Stefan Sperling
2015-03-02load the correct firmware for 3160/7265Jonathan Gray
2015-03-02In athn(4), set USB pipe pointers to NULL after closing pipes. Not reallyStefan Sperling
2015-03-02Teach athn(4) about USB reference counting to prevent it from causing majorStefan Sperling
2015-03-02Remove the mpsafe flag for mpii(4), it is a suspect in some kernel hangs I'veStuart Henderson
2015-03-01Fix setregs() to correctly use ps_strings. ok kettenis@ mpi@Miod Vallat
2015-03-01Correctly set lowest_present_ofdm in iwm_mvm_ack_rates().Mark Kettenis
2015-02-28Move consinit() out of the bowels of the zs driver to its own file, inMiod Vallat
2015-02-28Remove duplicated defines for window 7 registers.Miod Vallat
2015-02-28Prevent a race resulting in an infinite loop printing "ehci_idone" messages.Martin Pieuchot
2015-02-28Fix uhidev_get_report_async() from David Higgs.Martin Pieuchot
2015-02-28Typo in comment 'reseve' -> 'reserve'Mike Larkin
2015-02-28unbreak pcmcia an(4) by adding back some lines removed in rev 1.21Jonathan Gray
2015-02-27Fix uvm_fault() seen with bwi (and some other devices?) on older non-apic i386Philip Guenther
2015-02-27Seems the Samsung SM951 PCIe SSD needs the same quirk as other Samsung SSDs.Mark Kettenis
2015-02-27regenMark Kettenis
2015-02-27Samsung SM951 PCIe SSD.Mark Kettenis
2015-02-27remove ^L characters. no binary change.David Gwynne
2015-02-25Rework secondary processor initialization, in order to allocate their idleMiod Vallat
2015-02-23Add support for the RTL8411B chipPeter Hessler
2015-02-23More iwm(4) whitespace fixes from NetBSD.Stefan Sperling
2015-02-23Make iwm(4) re-read the firmware image from disk on if down/up like otherStefan Sperling
2015-02-22Correct PAGE_MASK usage in radeon_vm_map_gart(). Linux definesJonathan Gray
2015-02-22Give RS* IGP radeons a better chance of working thanks to Imre VadaszJonathan Gray
2015-02-21In iwm(4), fix an inverted check for hardware-ready state. From NetBSD.Stefan Sperling
2015-02-20Now that if_input() is a thing, use itChris Cappuccio
2015-02-20Whitespace fixes for iwm(4) code. From NetBSD.Stefan Sperling