diff options
| -rw-r--r-- | drivers/net/ethernet/marvell/skge.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/ethernet/marvell/skge.c b/drivers/net/ethernet/marvell/skge.c index 91836b54da35..3f7dab46626b 100644 --- a/drivers/net/ethernet/marvell/skge.c +++ b/drivers/net/ethernet/marvell/skge.c | |||
| @@ -4155,6 +4155,13 @@ static struct dmi_system_id skge_32bit_dma_boards[] = { | |||
| 4155 | DMI_MATCH(DMI_BOARD_NAME, "nForce"), | 4155 | DMI_MATCH(DMI_BOARD_NAME, "nForce"), |
| 4156 | }, | 4156 | }, |
| 4157 | }, | 4157 | }, |
| 4158 | { | ||
| 4159 | .ident = "ASUS P5NSLI", | ||
| 4160 | .matches = { | ||
| 4161 | DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."), | ||
| 4162 | DMI_MATCH(DMI_BOARD_NAME, "P5NSLI") | ||
| 4163 | }, | ||
| 4164 | }, | ||
| 4158 | {} | 4165 | {} |
| 4159 | }; | 4166 | }; |
| 4160 | 4167 | ||
