On Tue, Dec 11, 2001 at 10:07:03PM -0500, Mike Tancsa wrote: > > Hi, it looks like it patches OK, but when compiling,
Whoops... missing one chunk for net/if.h, I have updated the web page and the patchfile, or you can just apply the following: cheers luigi Index: if.h =================================================================== RCS file: /home/xorpc/u2/freebsd/src/sys/net/if.h,v retrieving revision 1.58.2.4 diff -u -r1.58.2.4 if.h --- sys/net/if.h 2001/12/08 00:04:15 1.58.2.4 +++ sys/net/if.h 2001/12/04 05:57:40 @@ -130,6 +130,15 @@ #define IFF_LINK2 0x4000 /* per link layer defined bit */ #define IFF_ALTPHYS IFF_LINK2 /* use alternate physical connec tion */ #define IFF_MULTICAST 0x8000 /* supports multicast */ + +/* + * The following flag(s) ought to go in if_flags, but we cannot change + * struct ifnet because of binary compatibility, so we store them in + * if_ipending, which is not used so far. + * If possible, make sure the value is not conflicting with other + * IFF flags, so we have an easier time when we want to merge them. + */ +#define IFF_POLLING 0x10000 /* Interface is in polling mode. */ /* flags set internally only: */ #define IFF_CANTCHANGE \ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message