mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 06:22:59 +03:00
[intel] Report receive overruns via network device errors
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -93,6 +93,7 @@ enum intel_descriptor_status {
|
||||
#define INTEL_IRQ_TXDW 0x00000001UL /**< Transmit descriptor done */
|
||||
#define INTEL_IRQ_LSC 0x00000004UL /**< Link status change */
|
||||
#define INTEL_IRQ_RXT0 0x00000080UL /**< Receive timer */
|
||||
#define INTEL_IRQ_RXO 0x00000400UL /**< Receive overrun */
|
||||
|
||||
/** Interrupt Mask Set/Read Register */
|
||||
#define INTEL_IMS 0x000d0UL
|
||||
|
||||
Reference in New Issue
Block a user