From 4954d9a58bd34e800d8e7eae38d7aa0ae2a9c576 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roni=20H=C3=A4cki?= Date: Wed, 25 Jan 2017 13:37:48 +0100 Subject: [PATCH] skb: adding e10k to device db MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roni Häcki --- usr/skb/programs/device_db.pl | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/usr/skb/programs/device_db.pl b/usr/skb/programs/device_db.pl index e14b7a1..c4ccacc 100644 --- a/usr/skb/programs/device_db.pl +++ b/usr/skb/programs/device_db.pl @@ -70,6 +70,19 @@ pci_driver{ platforms: ['x86_64'] }. + +pci_driver{ + binary: "e10k", + supported_cards: + [ pci_card{ vendor: 16'8086, device: 16'10fb, function: _, subvendor: _, subdevice: _ }], + core_hint: 0, + core_offset: 0, + multi_instance: 0, + interrupt_load: 0.5, + interrupt_model: [msix], + platforms: ['x86_64'] +}. + pci_driver{ binary: "rtl8029", supported_cards: -- 1.7.2.5