summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2019-12-06Added RNDIS RSS and TCP offload related definitions.nonaka
2019-12-06Added NDIS ver.6.20 definition.nonaka
2019-12-06localifymaxv
2019-12-05 Remove SIOC[GS]IFMEDIA because ieee80211_ioctl() does the same thing.msaitoh
2019-12-04From OpenBSD:msaitoh
2019-12-04 Rename ifm to ife for struct ifmedia_entry *. No functional change.msaitoh
2019-12-01Map the video RAM cacheable/prefetchable, it's very slow and this helps a bit.ad
2019-11-28Use NULL for pointer.isaki
2019-11-23Use actual hw mode, not proposed mode.jmcneill
2019-11-23Allow bus glue to setup DDC clocksjmcneill
2019-11-16Add software volume controls.jmcneill
2019-11-16Add I2S audio input support.jmcneill
2019-11-15 Sort RTK_HWREV_* by value.msaitoh
2019-11-11nvme(4): Use the SET_FEATURES command to get the number of allocated queues.nonaka
2019-11-11 Remove acorn26's upc(4) devices.msaitoh
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-11-10Select the correct MPLL and PHY settings for the requested pixel clockjmcneill
2019-11-09Add support for internal DesignWare HDMI PHYsjmcneill
2019-11-04Fix locking bug seen when using WDCNDELAY_DEBUG in PR kern/52126prlw1
2019-11-02fix hang when SSDFB_ATTACH_FLAG_CONSOLE used with spitnn
2019-11-02ssdfb: add support for SSD1322tnn
2019-10-30 if_percpuq(9) automatically increments if_ipackets, so don't add number ofmsaitoh
2019-10-28More code from OpenBSDmlelstv
2019-10-23Missing ata_channel_unlock(chp). Noted by mjg@freebsd.christos
2019-10-22allow to have a per-product init functiontnn
2019-10-22use __SHIFTINtnn
2019-10-22define SSD1322 command settnn
2019-10-22Fix channel locking - patch from Christos.martin
2019-10-21 if_percpuq(9) automatically increments if_ipackets, so don't increment it inmsaitoh
2019-10-19awge: drop redundant m_adj(). Handled via uipc_mbuf.c r1.235 instead.tnn
2019-10-18 s/initalize/initialize/ in comment or printf message.msaitoh
2019-10-15correct pointer arithmeticstnn
2019-10-15awge: fix issue that caused rx packets to be corrupt with DIAGNOSTIC kerneltnn
2019-10-11 Use unsigned to avoid undefined behavior. Found by kUBSan.msaitoh
2019-10-09Provide a better abstraction for the TPM interface. Report it in the ioctl.maxv
2019-10-09Add suspend support for TPM 2.0 chips. Check the TPM response also for 1.2maxv
2019-10-08Improvements in tpm(4):maxv
2019-10-06Get rid of bogus ADW_CALLBACK typedef. Use the real callback typesuwe
2019-10-06Get rid of bogus ASC_CALLBACK typedef. Use the real callback typeuwe
2019-10-05remove __packed attribute from struct ieee80211_radiotap_headermrg
2019-10-05Add support for SDIO interrupts.jmcneill
2019-10-03If firmware is connected in HT or VHT mode, report it to SIOCGIFMEDIAjmcneill
2019-10-01Don't attach an ld device if the format descriptor is unsupported/unused.mlelstv
2019-09-29Use AHCI_RFIS_SYNC in ahci_cmd_complete() AT_READREG case.jakllsch
2019-09-29Use AHCI_CMDTBL_SYNC in ahci_exec_fis() to ensure hardware sees thejakllsch
2019-09-29Ensure cmdh_prdtl is 0 in ahci_do_reset_drive().jakllsch
2019-09-29Make AHCI_RFIS_SYNC macro (currently unused) compile.jakllsch
2019-09-26nvme(4): Don't attach the device, if namespace not found.nonaka
2019-09-25Make clang -Wformat-security happier by not passing a (constant) variablemaya
2019-09-23Move the timeout check out of the loop, otherwise it is never reached.maxv