hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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