summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2016-09-12Wacom USB tablet driver from Frank Groeneveld.Martin Pieuchot
2016-09-12regenMartin Pieuchot
2016-09-12Wacom Intuos Draw, from Frank Groeneveld.Martin Pieuchot
2016-09-12Split usbd_fill_iface_data() in two and introduce usbd_parse_idesc() aMartin Pieuchot
2016-09-11Get SDIO reset working.Marcus Glocker
2016-09-10Ugh, too many initialisms...Joel Sing
2016-09-10Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 toJoel Sing
2016-09-10Use consistent indentation for multi-line function prototypes in iwm.Stefan Sperling
2016-09-10Rename the global nvm_to_read const int array to iwm_nvm_to_read.Stefan Sperling
2016-09-10iwm(4) inherited the 'MVM' prefix in many of its symbol names from iwlwifi.Stefan Sperling
2016-09-10Fix formatting in iwm such thatStefan Sperling
2016-09-10Rename iwm_mvm_sta_send_to_fw() to iwm_mvm_sta_cmd(). Get rid of pointlessStefan Sperling
2016-09-10Move IWM_NVM_* macro definitions from if_iwm.c to if_iwmreg.h.Stefan Sperling
2016-09-09regenTed Unangst
2016-09-09fix atu device ID. kettenis found recent changes meant that atu wasTed Unangst
2016-09-08When changing the mask key, copy the new KDF hint to the metadata, if itJoel Sing
2016-09-07revert part of 1.18 which caused a regression with at least one ikbdJoshua Stein
2016-09-05redo rwlock conversion now that i've compiled it on i386Ted Unangst
2016-09-05Backout previous commit; does not compile.Mark Kettenis
2016-09-05convert busy flag and tsleep to rwlock as in iwmTed Unangst
2016-09-04Replace iwm's ioctl tsleep/wakeup BUSY flag dance with an rwlock.Stefan Sperling
2016-09-04remove some more sparc remnants. ok deraadtTed Unangst
2016-09-04Even more enums which should be #defines were hiding inside if_iwm.c.Stefan Sperling
2016-09-04Remove unused IWM_READ_NVM_CHUNK_... macros.Stefan Sperling
2016-09-04Purge a ton of "-1 not informative" rated comments from iwm and improveStefan Sperling
2016-09-04Rototil the _rs_clearseed() function once more such that we don't map pagesMark Kettenis
2016-09-04Remove disabled iwm debug code which prints the regdomain.Stefan Sperling
2016-09-04Rename local variables called 'ret' to 'err' everywhere in iwm.Stefan Sperling
2016-09-04Clean up the pile of iwm MAC context command add/send/changed functions.Stefan Sperling
2016-09-04correct the size passed to free in iatp_write_regJonathan Gray
2016-09-04Rename iwm_mvm_phy_ctxt_apply() to iwm_mvm_phy_ctxt_cmd() and get rid ofStefan Sperling
2016-09-04naddy discovered that bha no longer builds because it includes the nowTed Unangst
2016-09-04Remove unused iwm_mvm_binding_update() wrapper function and replace theStefan Sperling
2016-09-04Get rid of pointless iwm_mvm_time_event_send_add() wrapper.Stefan Sperling
2016-09-03aha remnants lurking in hereTed Unangst
2016-09-03the src tree is growing too large. delete the aha and ahb drivers inTed Unangst
2016-09-03Remove iwm_release() by inlining its implementation into its only caller.Stefan Sperling
2016-09-03iwm was undecided between 'if (err != 0)' and 'if (err)'; switch to 'if (err)'Stefan Sperling
2016-09-03In iwm, move assignments to 'err' outside of if-statements.Stefan Sperling
2016-09-03The iwm code was torn between 'error' and 'err'; error -> err everywhereStefan Sperling
2016-09-03remove cnw driver. it was never enabled anywhere except on amd64 (and onlyTed Unangst
2016-09-03syncMike Belopuhov
2016-09-03New Intel 10GbE devicesMike Belopuhov
2016-09-03DPRINTFs infesting iwm die in a fire... too much noiseStefan Sperling
2016-09-03zaurus has been retiredPhilip Guenther
2016-09-03Get rid of iwm_set_pwr(). Call iwm_set_bits_mask_prph() directly instead.Stefan Sperling
2016-09-03fix some whitespace and overlong linesStefan Sperling
2016-09-03Write the system time back to the RTC every 30 minutes.Christian Weisgerber
2016-09-03de-zaurus com.cJonathan Gray
2016-09-03Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenPhilip Guenther