]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[intel] Correct definition of receive overrun bit
authorMichael Brown <mcb30@ipxe.org>
Sun, 22 Nov 2015 19:17:24 +0000 (19:17 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 22 Nov 2015 19:17:24 +0000 (19:17 +0000)
Reported-by: Robin Smidsrød <robin@smidsrod.no>
Tested-by: Robin Smidsrød <robin@smidsrod.no>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intel.h

index 436229ef601af8d32e632af57d14c3b49c3157e1..16a72a11b06305fa7f55e760bc9d8d751f0f1c0b 100644 (file)
@@ -99,8 +99,8 @@ struct intel_descriptor {
 #define INTEL_IRQ_TXQE         0x00000002UL    /**< Transmit queue empty */
 #define INTEL_IRQ_LSC          0x00000004UL    /**< Link status change */
 #define INTEL_IRQ_RXDMT0       0x00000010UL    /**< Receive queue low */
+#define INTEL_IRQ_RXO          0x00000040UL    /**< Receive overrun */
 #define INTEL_IRQ_RXT0         0x00000080UL    /**< Receive timer */
-#define INTEL_IRQ_RXO          0x00000400UL    /**< Receive overrun */
 
 /** Interrupt Mask Set/Read Register */
 #define INTEL_IMS 0x000d0UL