summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
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-12Read sc_if_flags after taking core lock. Same as if_wm.c rev. 1.418.msaitoh
2018-04-12 Add PCH_CNP support (I219 with Intel 300 series chipset).msaitoh
2018-04-12 If the extended configration size in the EXTCNFSIZE register is 0, don'tmsaitoh
2018-04-12 Our PCH_SPT part of wm_nvm_valid_bank_detect_ich8lan() was based onmsaitoh
2018-04-12 On PCH_SPT (and newer), FLASH access should be done by 32bit.msaitoh
2018-04-12No binary change:msaitoh
2018-04-10 SW PHY Config Enable bit for ICH8 B0 stepping is not bit 1 but bit 0.msaitoh
2018-04-09Stop potential misuse of vendor names and USB vendor IDs in root hubjakllsch
2018-04-09 Add 300 series chipset support.msaitoh
2018-04-09 Regen.msaitoh
2018-04-09 Add new I219 devices (using with 300 series chipset).msaitoh
2018-04-09 Regen.msaitoh
2018-04-09 Add Intel 300 series devices.msaitoh
2018-04-06in rtwn_attach(): return; before unconditionally running into fail:macallan
2018-04-04Regen.msaitoh
2018-04-04 Add Intel Coffee Lake internal graphics devices. From ark.intel.com.msaitoh
2018-04-04Sync with FreeBSD r331224 except ixv_if_update_admin_status()'s change:msaitoh
2018-04-04Sync with the remaining part of FreeBSD r328265 except sfp_reinit stuff:msaitoh
2018-04-04Fix a bug that "ifconfig ixgN down up" forgot IFM_NONE setting.msaitoh
2018-04-02 Fix long standing bug that 82598 SFP+ panics in ixgbe_handle_mod() becausemsaitoh
2018-04-02Regen.msaitoh
2018-04-02 Add Intel X299 and Z370 LPC.msaitoh
2018-04-02Avoid issues caused by sending old packets at next link-up time.knakahara
2018-03-31There was only one G3 PowerBook with Firewire support, the Pismo. Issue is notsevan
2018-03-31PG3_FW device has been renamed UNINORTH_FW in pcidevs.sevan
2018-03-31regensevan
2018-03-31What we have listed as the PowerBook G3 Firwire device is actually the UniNorthsevan
2018-03-30- Add missing IFM_NONE support. If a interface support linkdown,msaitoh
2018-03-30Don't write EIMC directly. It is required to manage with struct ix_queue status.knakahara
2018-03-30Fix the problem between eitr and link_speed.knakahara
2018-03-26- Add link related softint's counter.msaitoh
2018-03-26 Regen.msaitoh
2018-03-26 Add two VIA xHCI devices from OpenBSD.msaitoh
2018-03-24use pci_intr_establish_xname()jdolecek
2018-03-20regennonaka
2018-03-20Add Intel Wireless AC 9260.nonaka
2018-03-20Fix race about writing adapter->link_active for ixv(4).knakahara
2018-03-20Fix race about writing adapter->link_active for ixg(4).knakahara
2018-03-19s/been been/been/ in comment.msaitoh
2018-03-16 Regen.msaitoh
2018-03-16 Intel 0x15c4 is SFI based and 0x15ce is KR based.msaitoh
2018-03-16- Check offset correctly in ixgbe_get_oem_prod_version(). Note that thismsaitoh
2018-03-15 Add some changes from ix-3.2.17.tar.gz and r328265. Not fully synchronized.msaitoh
2018-03-09 Make some event counters MP safe. Now all of the event counters aremsaitoh
2018-03-08Reduce duplicated code which schedule deferred packet processing. No function...knakahara
2018-03-08Fix INTx/MSI handler did not schedule workqueue. Pointed out by msaitoh@n.o.knakahara
2018-03-07Fix another poll mode assumption breaking. Implemented by msaitoh@n.o, I just...knakahara