summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2017-08-21Split up ahci_port_portreset into a few smaller bits, and also slightlyJonathan Matthew
2017-08-21Fix the build when RTWN_DEBUG is defined.Jonathan Gray
2017-08-20Surprise: I/Q calibration now works with urtwn(4) devices, so enable it.Stefan Sperling
2017-08-20Fix use of uninitialized variables during rtwn(4) I/Q calibration, whichStefan Sperling
2017-08-19Remove a redundant declaration of rtwn_update_avgrssi().Stefan Sperling
2017-08-18Fix ar9380 switching regulator setup. Coverity CID 1299115.Jonathan Gray
2017-08-18Avoid a NULL dereference in an error path. Coverity CID 1453201.Jonathan Gray
2017-08-18Put statements in macros inside do while constructs to avoid problemsJonathan Gray
2017-08-16Mostly cosmetic changes to make things a bit more consistant:Kevin Lo
2017-08-14Fix CID 1452952: Unlikely use of uninitialized offset in rtwn_efuse_read().Stefan Sperling
2017-08-13improve AHCI hibernate writeout performance by doing smaller delay()sMike Larkin
2017-08-12Fix Coverity CID 1453237: With rt2661 chips ral(4) was writing some stackStefan Sperling
2017-08-11Fix copy pasto (Coverity CID 1452996), with this it matches the code in FreeBSDRicardo Mestre
2017-07-26uha_init_mscp() is unused.Theo de Raadt
2017-07-17Make athn(4) send RTS frames at 2 Mbit/s again. I changed this to 1 Mbit/sStefan Sperling
2017-07-12Introduce two quirks to prevent attaching ATA and ATAPI devicesMike Belopuhov
2017-07-08- For RTL8188CUS/RTL8192CU, we have to force 8051 reset/enable before waitingKevin Lo
2017-07-03Replace slot time durations with macros.Kevin Lo
2017-07-02Add the definition of IEEE80211_DUR_DS_SHSLOT.Kevin Lo
2017-07-01- Avoid possible use of uninitialized variable; noticed by jsg@Kevin Lo
2017-06-29kill RCSID macros; discussed with millertTheo de Raadt
2017-06-23- Fix Tx queues to USB endpoints mapping and merge urtwn_r92c_dma_init()Kevin Lo
2017-06-19Do not call txeof nor rxeof in the watchdog routine.Martin Pieuchot
2017-06-17The fonts we are looping through in vga_selectfont() are the builtinFrederic Cambus
2017-06-16- Fix incorrect values in the computation of transmit power for theKevin Lo
2017-06-12typo; from bryan vyhmeisterTheo de Raadt
2017-06-11integer overflow for two range checksTheo de Raadt
2017-06-08make the gem tx path MPSAFE.David Gwynne
2017-06-05use byte swapping loads and stores.David Gwynne
2017-05-31The net80211 stack was providing a 'beacon miss timeout' value (in ms)Stefan Sperling
2017-05-31avoid going outside array boundsJonathan Gray
2017-05-31Add support for Ralink RT5360. From Kevin Lo who tested with aJonathan Gray
2017-05-30Use the CD bit (Cursor Disable) in the cursor start register to properlyFrederic Cambus
2017-05-30Remove comments about implementing FIS-based switching with port multipliers,Jonathan Matthew
2017-05-30Remove the unused pcdisplay_mapchar_simple function in pcdisplay(4).Frederic Cambus
2017-05-29Add hibernate support for nvme(4). This creates a separate IO queue that isJonathan Matthew
2017-05-27nvme: Don't set prp1 for DEL_IOCQStefan Fritsch
2017-05-27nvme: Add suspend/resume codeStefan Fritsch
2017-05-21Rockchip SoCs needs some additional register twiddling when the link speedMark Kettenis
2017-05-19Repair rtwn(4) IQ calibration.Stefan Sperling
2017-05-19Make monitor work with athn(4) on my 3T3R AR9380 device.Stefan Sperling
2017-05-19Fix R92C_USTIME_TSF register definition.Stefan Sperling
2017-05-18Fix a uvm fault in athn_clock_rate():Stefan Sperling
2017-05-12subtract one sector from the disk size before passing it back to theJoshua Stein
2017-05-088192C is the only MIMO chip supported by this driver, all others are 1T1R.Ricardo Mestre
2017-05-08Fix R92C_TXDW4_RTSRATE_M and R92C_TDECTRL_BLK_DESC_NUM_M definitions.Stefan Sperling
2017-05-07Program hardware address in dwc_gmac_init() instead of dwc_gmac_attach()Mark Kettenis
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-04-30Unifdef KGDB.Martin Pieuchot
2017-04-26Tell MiRA about the actual number of retries instead of pretending thatStefan Sperling