summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_ixreg.h
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-02-26 20:13:15 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-02-26 20:13:15 +0000
commit2daf8c2373c614cdf9d959632aa8558732155bdb (patch)
tree88e5cf0f08b3abc1a3ff43e343933f65048fc0d2 /sys/i386/isa/if_ixreg.h
parentea28ef1e7a0be9228295427fd60129e67a17d33a (diff)
downloadFreeBSD-src-2daf8c2373c614cdf9d959632aa8558732155bdb.zip
FreeBSD-src-2daf8c2373c614cdf9d959632aa8558732155bdb.tar.gz
Update to use 4.4 style includes.
Include proper files for 2.x. Remove old unused argument to ixreset (int uba) Nolonger convert ether_type to host byte order. Use arp_ifinit in place of arpwhohas. Change cb_ias to be non volatile.
Diffstat (limited to 'sys/i386/isa/if_ixreg.h')
-rw-r--r--sys/i386/isa/if_ixreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/if_ixreg.h b/sys/i386/isa/if_ixreg.h
index 146b6ef..c229b43 100644
--- a/sys/i386/isa/if_ixreg.h
+++ b/sys/i386/isa/if_ixreg.h
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_ixreg.h,v 1.1 1995/02/26 19:34:34 rgrimes Exp $
+ * $Id: if_ixreg.h,v 1.2 1995/02/26 19:40:07 rgrimes Exp $
*/
/*
@@ -240,7 +240,7 @@ typedef volatile struct /* command block - nop (also the common part of cb's */
u_short next; /* pointer to the next cb */
} cb_t;
-typedef volatile struct /* command block - individual address setup command */
+typedef struct /* command block - individual address setup command */
{
cb_t common; /* common part of all command blocks */
u_char source[ETHER_ADDRESS_LENGTH];
OpenPOWER on IntegriCloud