summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2018-05-01GC private 802.11 rateset declarations, use the standard ones.maya
2018-04-30titemp_match: filter on ia_addr for indirect config (device is expected at 0x4c)jmcneill
2018-04-30tcakp_match: filter on ia_addr for indirect config (device is expected at 0x34)jmcneill
2018-04-30act8846_match: filter on ia_addr (device is expected at 0x5a)jmcneill
2018-04-30add missing KERNEL_LOCK protection around autoconf calls.mlelstv
2018-04-30Remove set but not used sc_flags.maya
2018-04-28Initialize clk domain name and call clk_attach to register sysctl nodesjmcneill
2018-04-28Create private sysctl nodes for inspecting clock trees.jmcneill
2018-04-28Add support for lid switch event codes.jmcneill
2018-04-28regenmlelstv
2018-04-28Add Symbios/LSI RAID and SAS controllers.mlelstv
2018-04-27use the proper station nodeid read command.christos
2018-04-25 Don't free and reallocate bus_dmamem when it's not required. Currently,msaitoh
2018-04-25Use spin mutex to fix a panicyamaguchi
2018-04-24rtsx(4): Add support for RT525A, from openbsd.maya
2018-04-24regenmaya
2018-04-24add realtek RT525A PCI-E card readermaya
2018-04-23enable code to only trigger usb processing when EINT is set, tojdolecek
2018-04-23- Backout if_wm.c rev.1.574 and print "device timeout (lost interrupt)"msaitoh
2018-04-23 Count timeout correctly. This change reduce timeout value for 80003 asmsaitoh
2018-04-22merge duplicated code, back to logging error.christos
2018-04-22trigger the softint processing on that child bus which is not detached yetjdolecek
2018-04-21downgrade error to debug.christos
2018-04-21add KASSERT() that sc_child* is set to NULL after child detach; just forjdolecek
2018-04-21Fix an ancient typo, instead of setting the base address, the sizemlelstv
2018-04-20It was not gcc's fault for correctly detecting an uninitialized variable.christos
2018-04-20propagate pullup-782 for NetBSD-8 to HEAD (gcc uninitialized)christos
2018-04-20 Fix watchdog timer. Without this change, watchdog timer is unnecessarymsaitoh
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-04-19 Use ixgbe_eitr_write() when writing the EITR for the link interrupt likemsaitoh
2018-04-19 Remove unused IXGBE_FC_HI and IXGBE_FC_LO. The watermark of the flow controlmsaitoh
2018-04-18m_free -> m_freem, m_copyback could have added mbufs in the chainmaxv
2018-04-18nvmectl(8): Add big-endian support.nonaka
2018-04-18Add some new structure fileds, opcodes and statuses from NVMe 1.3a.nonaka
2018-04-18nvme(4): Added some delay before check RDY bit quirk when disabling device.nonaka
2018-04-17nvmectl(8): Sync with FreeBSD nvmecontrol(8) r328763.nonaka
2018-04-17regennonaka
2018-04-17Added some NVMe devices.nonaka
2018-04-17 Remove unused structure entries. No functional change.msaitoh
2018-04-17Fix panic when "sysctl -w hw.ixg0.txrx_workqueue=[01]" while there is traffic.knakahara
2018-04-16remove superfluous semicolonjdolecek
2018-04-16 Regen.msaitoh
2018-04-16 Add Intel SSD 760p.msaitoh
2018-04-16 Add some 8th Generation Intel Core Processor devices.msaitoh
2018-04-16 KNF. No functional change.msaitoh
2018-04-13 I354 uses an external PHY, so don't use wm_set_eee_i350().msaitoh
2018-04-13 Add 300 series chipset support.msaitoh
2018-04-13 Enable I219.msaitoh
2018-04-12PR/53177: David Binderman: Better error handlingchristos
2018-04-12Read sc_if_flags after taking core lock. Same as if_wm.c rev. 1.418.msaitoh