summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2019-12-07clean up the video mode selection logic, switch modes only when actuallymacallan
2019-12-06Minor changes, reported by the LGTM bot.maxv
2019-12-06localifymaxv
2019-12-05 KNF. No functional change.msaitoh
2019-12-04 Simplify. No functional change.msaitoh
2019-12-04Fix macro error if QAT_DUMP is defined for debugging.hikaru
2019-12-03streamline receive filter logic, work-in-progress.nisimura
2019-12-02Leave it entirely up to the driver whether to map prefetchable.riastradh
2019-12-02Use BUS_SPACE_MAP_PREFETCHABLE only if BAR and driver agree on it.riastradh
2019-12-02 Use PCI_MSIX_"TBL"BIR_MASK instead of PCI_MSIX_"PBA"BIR_MASK for MSI-X table.msaitoh
2019-12-01minor adjustments, to avoid warnings on debug buildsmaxv
2019-12-01 Use unsigned to avoid undefined behavoir. Found by kUBSan.msaitoh
2019-11-29Set if_baudrate.msaitoh
2019-11-29switch to deferred if_start framework.nisimura
2019-11-28localifymaxv
2019-11-28- Change IFM_10G_T(10GBase-T) entry to IFM_10G_CR1(10GBASE-CR1)msaitoh
2019-11-27localifymaxv
2019-11-27 Regen.msaitoh
2019-11-27- Add Xeon D-1500 NTB-secondarymsaitoh
2019-11-26Fix IFF_ALLMULTI handling.jmcneill
2019-11-26- use mii(4) layer to control KSZ8841 builtin PHY.nisimura
2019-11-25 Modify PHY initialization code. This change fix a bug that SK-9D21 doesn'tmsaitoh
2019-11-25- Use *_FLUSH() more. The main purpose is to wait following delay() correctly.msaitoh
2019-11-25 Fix a bug that SK-9D41 can't detect fiber media. Check the subsystem IDmsaitoh
2019-11-21If attach fails, don't panic on detach.ad
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- Set duplex correctly when user setting is not IFM_AUTO.msaitoh
2019-11-20Add opencrypto driver for Intel QuickAssist.hikaru
2019-11-19 Fixes a bug that "ifmedia vge0 media 1000baseT-FDX" causes device timeout.msaitoh
2019-11-18Fixed incorrect m_defrag return value check.nonaka
2019-11-18 Print MAC address.msaitoh
2019-11-15 Make Yukon EX, FE+, SUPR stable. The code is mainly taken from FreeBSD.msaitoh
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-14The 16C1054 and 16C1058 serial multi-port controllers need a clockhauke
2019-11-12Fix whitespace. From vezhlysmaya
2019-11-12 Add missing initialization of sc_dev.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-08 Regen.msaitoh
2019-11-08- Update Intel's NVMe SSDs.msaitoh
2019-11-07comment touchupnisimura
2019-11-07clarify 8842 MAC behaves 100FDX only has no alternative media selectionnisimura
2019-11-06major rework to fix link control breakagenisimura
2019-11-06ixv(4): disable RSS configuration on 82599 and X540 VFs.msaitoh
2019-11-02cast away unused return valuetnn