From owner-freebsd-commit Fri Jan 26 14:10:34 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01144 for freebsd-commit-outgoing; Fri, 26 Jan 1996 14:10:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01125 for cvs-all-outgoing; Fri, 26 Jan 1996 14:10:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01110 for cvs-sys-outgoing; Fri, 26 Jan 1996 14:10:14 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01099 Fri, 26 Jan 1996 14:10:07 -0800 (PST) Date: Fri, 26 Jan 1996 14:10:07 -0800 (PST) From: Garrett Wollman Message-Id: <199601262210.OAA01099@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/net if.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk wollman 96/01/26 14:10:03 Modified: sys/net if.h Log: Delete the if_private[] array in struct ifnet; this turned out to be of limited utility. In their place, add bunch of pointers which will eventually be needed by the polled-interrupt scheme we're working here. (It will probably be a while before the code is written and committed here.) At the same time, a `void *if_softc' field was added to the beginning of the structure to make certain driver writers happier. The practical upshot of all this is that you need to recompile utilities such as netstat which manipulate struct ifnet. Revision Changes Path 1.27 +19 -4 src/sys/net/if.h