From dd9ed984465845ba1807ad894b5cf81130230e40 Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 11 Apr 2004 13:36:52 +0000 Subject: Added the new interface capability option for drivers that implement user-configurable polling(4) support. Make ifconfig(8) aware of it. Suggested by: luigi --- sys/net/if.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/net/if.h') diff --git a/sys/net/if.h b/sys/net/if.h index 62f4f92..625dfe0 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -169,6 +169,7 @@ struct if_data { #define IFCAP_VLAN_MTU 0x0008 /* VLAN-compatible MTU */ #define IFCAP_VLAN_HWTAGGING 0x0010 /* hardware VLAN tag support */ #define IFCAP_JUMBO_MTU 0x0020 /* 9000 byte MTU supported */ +#define IFCAP_POLLING 0x0040 /* driver supports polling */ #define IFCAP_HWCSUM (IFCAP_RXCSUM | IFCAP_TXCSUM) -- cgit v1.1