cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h

Ceri Davies ceri at submonkey.net
Sun Dec 12 13:03:32 PST 2004


On Sun, Dec 12, 2004 at 08:12:50PM +0000, Brooks Davis wrote:
> brooks      2004-12-12 20:12:50 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:        (Branch: RELENG_4)
>     sbin/ifconfig        ifconfig.c 
>     sys/net              if.c if.h 
>   Log:
>   MFC the addition of ifi_datalen to struct if_data and ifconfig support
>   for it.  The change to struct if_data differs slightly from the one in
>   5.3 in that a pad is added after ifi_xmitquota rather then adding
>   ifi_link_state before ifi_recvquota.  This is necessicary to maintain
>   the 4.x ABI.

> | @@ -97,6 +97,8 @@ struct if_data {
> |  	u_char	ifi_hdrlen;		/* media header length */
> |  	u_char	ifi_recvquota;		/* polling quota for receive intrs */
> |  	u_char	ifi_xmitquota;		/* polling quota for xmit intrs */
> | +	u_char	ifi_do_no_use;		/* pad for ifi_datalen's position */

Should this read ifi_do_not_use ?

Ceri
-- 
Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former.			  -- Einstein (attrib.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20041212/ff6600e0/attachment.bin


More information about the cvs-src mailing list