The patch titled arcnet: SoHard PCI support has been added to the -mm tree. Its filename is acrnet-sohard-pci-support.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: arcnet: SoHard PCI support From: Stphane Witzmann <stephane.witzmann@xxxxxxxxxxxxxxxxxxxxxxxxx> Add support for a SoHard PCI ARCnet card. Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/arcnet/com20020-pci.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/net/arcnet/com20020-pci.c~acrnet-sohard-pci-support drivers/net/arcnet/com20020-pci.c --- a/drivers/net/arcnet/com20020-pci.c~acrnet-sohard-pci-support +++ a/drivers/net/arcnet/com20020-pci.c @@ -161,6 +161,7 @@ static struct pci_device_id com20020pci_ { 0x1571, 0xa204, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ARC_CAN_10MBIT }, { 0x1571, 0xa205, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ARC_CAN_10MBIT }, { 0x1571, 0xa206, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ARC_CAN_10MBIT }, + { 0x10B5, 0x9030, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ARC_CAN_10MBIT }, { 0x10B5, 0x9050, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ARC_CAN_10MBIT }, {0,} }; _ Patches currently in -mm which might be from stephane.witzmann@xxxxxxxxxxxxxxxxxxxxxxxxx are acrnet-sohard-pci-support.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html