From 224728692829c01065d1a8a82b031cf4f1becb57 Mon Sep 17 00:00:00 2001 From: semenu Date: Sat, 22 May 1999 06:10:14 +0000 Subject: Move arpcom structure be the first in softc structure. Needed for ether_ioctl. PR: pending/11754 --- sys/pci/if_txvar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/pci/if_txvar.h') diff --git a/sys/pci/if_txvar.h b/sys/pci/if_txvar.h index 9d3f030..5d0d895 100644 --- a/sys/pci/if_txvar.h +++ b/sys/pci/if_txvar.h @@ -1,5 +1,5 @@ /* $OpenBSD: if_txvar.h,v 1.3 1998/10/10 04:30:09 jason Exp $ */ -/* $Id: if_txvar.h,v 1.1 1998/11/01 07:44:33 semenu Exp $ */ +/* $Id: if_txvar.h,v 1.2 1999/03/14 08:30:23 semenu Exp $ */ /*- * Copyright (c) 1997 Semen Ustimenko @@ -323,6 +323,7 @@ struct epic_tx_buffer { /* Driver status structure */ typedef struct { + struct arpcom arpcom; #if defined(__OpenBSD__) struct device sc_dev; void *sc_ih; @@ -338,7 +339,6 @@ typedef struct { #if !defined(EPIC_NOIFMEDIA) struct ifmedia ifmedia; #endif - struct arpcom arpcom; u_int32_t unit; struct epic_rx_buffer rx_buffer[RX_RING_SIZE]; struct epic_tx_buffer tx_buffer[TX_RING_SIZE]; -- cgit v1.1