lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 16 Sep 2014 15:00:37 -0400 (EDT) From: David Miller <davem@...emloft.net> To: hock.leong.kweh@...el.com Cc: peppe.cavallaro@...com, rayagond@...avyalabs.com, vbridgers2013@...il.com, srinivas.kandagatla@...com, wens@...e.org, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, boon.leong.ong@...el.com Subject: Re: [PATCH v2 3/4] net: stmmac: add support for Intel Quark X1000 From: "Kweh, Hock Leong" <hock.leong.kweh@...el.com> Date: Mon, 15 Sep 2014 12:42:03 +0000 > The only things to differentiate them is PCI BUS DEVICE FUNCTION > (Bus:Dev:Func) number which are fix numbers 00:20:6 for port 1 and > 00:20:7 for port 2 stated in Quark X1000 datasheet. Match on the PCI device class, which must be PCI_CLASS_NETWORK_ETHERNET or similar. The pci_device_id used for probing supports matching on this directly. . -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists