> +/* LED General Purpose IO Configuration Register */ > +#define LED_GPIO_CFG (0x24) > +#define LED_GPIO_CFG_SPD_LED (0x01000000) /* GPIO2 as SPD LED > */ > +#define LED_GPIO_CFG_LNK_LED (0x00100000) /* GPIO1 as LNK LED > */ > +#define LED_GPIO_CFG_FDX_LED (0x00010000) /* GPIO0 as FDX LED > */ Because comments are one of main reason for this patch. It is GPIO 10, 9 & 8.
Woojung