summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
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
2018-02-16 Fix a bug that the first call of ifflags_cb() causes linkdown. The firstmsaitoh
2018-02-16Apply RSS utility to ixg(4) and ixv(4).knakahara
2018-02-16Apply RSS utility to wm(4).knakahara
2018-02-16regensevan
2018-02-16Add Nvidia GeForce 9400M as found in the late 2009 13" MacBook (MacBook6,1)sevan
2018-02-15Explicitly enable PCI_COMMAND_MASTER_ENABLE and PCI_COMMAND_IO_ENABLE.uwe
2018-02-14Cosmetic - consistently use #define<SPACE>uwe
2018-02-14Fix a bug that RX and TX may stall on heavy load on wm(4) like ixgbe.c:r1.121.knakahara
2018-02-14 Fix a bug that RX may stall on heavy load on ixg(4). ixgbe_rxeof() has loopmsaitoh
2018-02-12Add a new option CISS_NO_INTERRUPT_HACK for driving ciss(4) by callouts.joerg
2018-02-08Typos.dholland
2018-02-08update for GCC 6:mrg
2018-02-07avoid an indentation issue by adding "if (1)".mrg