Re: [PATCH] drm: Add VIA chipset IDs for drm detection

From: Jiri Slaby
Date: Tue Jun 20 2006 - 11:42:06 EST


Al Boldi napsal(a):
> Allow drm detection of new VIA chipsets.
>
> Signed-off-by: Al Boldi <a1426z@xxxxxxxxx>
> --
> --- drivers/char/drm/drm_pciids.h.old 2006-06-19 01:34:48.000000000 +0300
> +++ drivers/char/drm/drm_pciids.h 2006-06-19 13:36:49.000000000 +0300
> @@ -227,6 +227,9 @@
> {0x1106, 0x3122, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
> {0x1106, 0x7205, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
> {0x1106, 0x3108, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
> + {0x1106, 0x3157, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
> + {0x1106, 0x3344, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
> + {0x1106, 0x7204, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
> {0, 0, 0}

Don't you want to post a patch converting all that lines to use PCI_DEVICE()
(and without backslashes)?

regards,
--
Jiri Slaby www.fi.muni.cz/~xslaby
\_.-^-._ jirislaby@xxxxxxxxx _.-^-._/
B67499670407CE62ACC8 22A032CC55C339D47A7E
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/