summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-11-22vmbus(4), hvn(4), hvkbd(4): Fixed wait time for tsleep(9).nonaka
2019-11-21If attach fails, don't panic on detach.ad
2019-11-21 Whitespace.msaitoh
2019-11-21 Remove accidentally committed debug code. Sorry.msaitoh
2019-11-21Fix a bug that IFF_ALLMULTI is almost always set.msaitoh
2019-11-21 Fix multicast handling. All Atheros controllers use big-endian formmsaitoh
2019-11-21 Add missing NetBSD RCS Id. Reported by Andrius V.msaitoh
2019-11-21- Set duplex correctly when user setting is not IFM_AUTO.msaitoh
2019-11-20Hide XSAVES-specific stuff and the masked extended states.maxv
2019-11-20Add opencrypto driver for Intel QuickAssist.hikaru
2019-11-20 Fix a bug that atphy(4) can't negotiate correctly when the media setting ismsaitoh
2019-11-19 Fixes a bug that "ifmedia vge0 media 1000baseT-FDX" causes device timeout.msaitoh
2019-11-18 Remove extra 10ms delay in ihphy_reset(). The delay are in if_wm.c side.msaitoh
2019-11-18Fixed incorrect m_defrag return value check.nonaka
2019-11-18 Print MAC address.msaitoh
2019-11-17Add driver for dummy spdif transmitter bindings.jmcneill
2019-11-17Not a bug strictly speaking, but compute the address only after the lengthmaxv
2019-11-16Don't wait in interrupt context.mlelstv
2019-11-16be more verbose about errors.mlelstv
2019-11-16Don't report MWAITX by default.maxv
2019-11-16PR port-i386/54701: deal with missing pmf platform keys.martin
2019-11-16Add software volume controls.jmcneill
2019-11-16Add I2S audio input support.jmcneill
2019-11-16Set sysclk rate at set_format time, so the link set_format callback can read ...jmcneill
2019-11-15 Sort RTK_HWREV_* by value.msaitoh
2019-11-15 Make Yukon EX, FE+, SUPR stable. The code is mainly taken from FreeBSD.msaitoh
2019-11-15hvn(4), hvkbd(4): No need to call vmbus_channel_setdeferred().nonaka
2019-11-14 Revert previous. Sorry.msaitoh
2019-11-14Add D-Link DGE-530T C1 and TP-Link TG-3468 v2.msaitoh
2019-11-14 Regen.msaitoh
2019-11-14Add D-Link DGE-530T C1 and TP-Link TG-3468 v2.msaitoh
2019-11-14- Use auto-negotiation when forcing 1000BASE-T.msaitoh
2019-11-14 STGE_PhyCtrl is not PHY register but MAC register, so use ukphy_status()msaitoh
2019-11-14 KNF. No functional change.msaitoh
2019-11-14The 16C1054 and 16C1058 serial multi-port controllers need a clockhauke
2019-11-12Fix whitespace. From vezhlysmaya
2019-11-12- Define IPGPHY_SCR's address.msaitoh
2019-11-12 Add missing initialization of sc_dev.msaitoh
2019-11-12 Initialize sc_dev correctly to avoid null pointer dereference whenmsaitoh
2019-11-12match DIE_ID of 9 (SILERGY_DIE_ID_SYR83X), seen on some rockpro64s.mrg
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-10 Add missing initialization of sc_dev.msaitoh
2019-11-10Select the correct MPLL and PHY settings for the requested pixel clockjmcneill
2019-11-09Add fdtbus_clock_enable and fdtbus_clock_enable_index shortcutsjmcneill
2019-11-09Add support for internal DesignWare HDMI PHYsjmcneill
2019-11-08 Regen.msaitoh
2019-11-08- Update Intel's NVMe SSDs.msaitoh
2019-11-07comment touchupnisimura