The patch titled tulip: make DS21143 printout match lspci output has been added to the -mm tree. Its filename is tulip-make-ds21143-printout-match-lspci-output.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: tulip: make DS21143 printout match lspci output From: Thibaut Varene <varenet@xxxxxxxxxxxxxxxx> Signed-off-by: Thibaut Varene <varenet@xxxxxxxxxxxxxxxx> Signed-off-by: Kyle McMartin <kyle@xxxxxxxxxxxxxxxx> Signed-off-by: Valerie Henson <val_henson@xxxxxxxxxxxxxxx> Signed-off-by: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/tulip/tulip_core.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/tulip/tulip_core.c~tulip-make-ds21143-printout-match-lspci-output drivers/net/tulip/tulip_core.c --- a/drivers/net/tulip/tulip_core.c~tulip-make-ds21143-printout-match-lspci-output +++ a/drivers/net/tulip/tulip_core.c @@ -147,7 +147,7 @@ struct tulip_chip_table tulip_tbl[] = { HAS_MII | HAS_MEDIA_TABLE | CSR12_IN_SROM | HAS_PCI_MWI, tulip_timer }, /* DC21142, DC21143 */ - { "Digital DS21143 Tulip", 128, 0x0801fbff, + { "Digital DS21142/43 Tulip", 128, 0x0801fbff, HAS_MII | HAS_MEDIA_TABLE | ALWAYS_CHECK_MII | HAS_ACPI | HAS_NWAY | HAS_INTR_MITIGATION | HAS_PCI_MWI, t21142_timer }, _ Patches currently in -mm which might be from varenet@xxxxxxxxxxxxxxxx are tulip-make-ds21143-printout-match-lspci-output.patch tulip-natsemi-dp83840a-phy-fix.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