hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/arch/parisc/include/asm/led.h
....@@ -11,8 +11,8 @@
1111 #define LED1 0x02
1212 #define LED0 0x01 /* bottom (or furthest left) LED */
1313
14
-#define LED_LAN_TX LED0 /* for LAN transmit activity */
15
-#define LED_LAN_RCV LED1 /* for LAN receive activity */
14
+#define LED_LAN_RCV LED0 /* for LAN receive activity */
15
+#define LED_LAN_TX LED1 /* for LAN transmit activity */
1616 #define LED_DISK_IO LED2 /* for disk activity */
1717 #define LED_HEARTBEAT LED3 /* heartbeat */
1818