summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
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
2018-03-07 Don't increment que->req.ev_count in MSI-X interrupt because it's notmsaitoh
2018-03-07- Make "Handled queue in softint" and "Requeued in softint" evcnt(9) per queuemsaitoh
2018-03-06 Move the location of "struct work" as FreeBSD's "struct task" in ixgbe.h.msaitoh
2018-03-04regenjdolecek
2018-03-04according to VT82C686A chip specs, the VIA Technologies device 0x3057jdolecek
2018-03-04regenjdolecek
2018-03-04apply some updates and recommended corrections to pcidevs descriptionsjdolecek
2018-03-02ixv(4) also supports workqueue poll mode, but not enabled by default yet, eit...knakahara
2018-03-02ixg(4) supports workqueue poll mode, but not enabled by default yet. (that is...knakahara
2018-03-02 Add Apollo Lake and Gemini Lake devices.msaitoh
2018-03-02Regen.msaitoh
2018-03-02 Add Intel Gemini Lake devices.msaitoh
2018-03-01Move the imc and imcsmb stuff out of general files.pci and into thepgoyette
2018-03-01 Do wm_reset_mdicnfg_82580() on 82580 only.msaitoh
2018-03-01- Fix a bug that wm_pll_workaround_i210() is not called on some cases.msaitoh
2018-02-28Teach the ichsmb(4) driver how to detach.pgoyette
2018-02-28Cosmetic printf/aprint changes.flxd
2018-02-28Cosmetic fix for the Physical Address Registers PAR0 to PAR5.flxd
2018-02-28- Add new PCI quirk PCI_QUIRK_HASEXTCNF and PCI_QUIRK_NOEXTCNF. Some devices'msaitoh
2018-02-27 Add hw.ixvM.q[01].{interrupt_rate,[tr]xd_head,[tr]xd_tail} sysctls as ixg(4).msaitoh
2018-02-27Add dependency on iic module to get access to iicbus_print()pgoyette
2018-02-26Apply ixgbe.c:r1.127 to ixv.c. Pointed out by msaitoh@n.o.knakahara
2018-02-26Modularize the ichsmb(4) driver. No functional changes.pgoyette
2018-02-26Fix poll mode assumption breaking.knakahara
2018-02-25Import imcsmb driver from FreeBSD. This driver allows access to thepgoyette
2018-02-24Regen.mlelstv
2018-02-24Add AMD KERNCZ chipset for Zen processors.mlelstv
2018-02-22 Fix a potential bug that TX/RX might stall when TX rate limit reached.msaitoh
2018-02-22- Apply ixgbe.c rev. 1.124 to ixv.c. Fix a bug that RX may stall on heavy loadmsaitoh
2018-02-22Regen.msaitoh
2018-02-22 Add some Xeon E5 (v1) and E5 v2 devices.msaitoh
2018-02-22Regen.msaitoh
2018-02-22s/C62x9/C62x/msaitoh
2018-02-22 Add C620 devices.msaitoh
2018-02-22Regen.msaitoh
2018-02-22 Fix C62x9 sSATA Controller (RAID) device ID.msaitoh
2018-02-22Regen.msaitoh
2018-02-22 Add C620 devices.msaitoh
2018-02-21 Regen.msaitoh
2018-02-21 Add some Intel Ethernet devices.msaitoh
2018-02-21 Add some ServerEngines (Emulex) products from OpenBSD.msaitoh
2018-02-20Improve a comment about reading EICS register defined write-only by spec.knakahara
2018-02-20 Increment rxr->packets correctly in ixgbe_rxeof() to calculate ITR valuemsaitoh
2018-02-20- Fix a bug that RX may stall on heavy load on ixg(4) derived from FreeBSD'smsaitoh
2018-02-17regensevan
2018-02-17grammarsevan