aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorSemen Ustimenko <semenu@FreeBSD.org>1999-05-22 06:10:14 +0000
committerSemen Ustimenko <semenu@FreeBSD.org>1999-05-22 06:10:14 +0000
commita1684b9830fc4e19ebe33c935218482a63b91195 (patch)
tree09b3c473345a571684897648c550af612a15bc79 /sys/dev
parent2e897e94b67041147121128d59eb714936c97691 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/tx/if_txreg.h4
-rw-r--r--sys/dev/tx/if_txvar.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/tx/if_txreg.h b/sys/dev/tx/if_txreg.h
index 9d3f030a10ca..5d0d89570d7d 100644
--- a/sys/dev/tx/if_txreg.h
+++ b/sys/dev/tx/if_txreg.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];
diff --git a/sys/dev/tx/if_txvar.h b/sys/dev/tx/if_txvar.h
index 9d3f030a10ca..5d0d89570d7d 100644
--- a/sys/dev/tx/if_txvar.h
+++ b/sys/dev/tx/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];