summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_auereg.h
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-07-04 11:44:27 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-07-04 11:44:27 +0000
commit90c5f215cf041b9a7e9d4045a6ea32f686e8fc28 (patch)
tree3405ddc669be426cfa7c9e74b8a655cd8e4c936f /sys/dev/usb/if_auereg.h
parentc543e41d0e0b608ebd7ae8249f32fc3b6ac1ad42 (diff)
sync with NetBSD... well almost. someone w/ the hw should check umass.
Diffstat (limited to 'sys/dev/usb/if_auereg.h')
-rw-r--r--sys/dev/usb/if_auereg.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/dev/usb/if_auereg.h b/sys/dev/usb/if_auereg.h
index 444866ab213..6b3e5bc1110 100644
--- a/sys/dev/usb/if_auereg.h
+++ b/sys/dev/usb/if_auereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_auereg.h,v 1.2 2000/04/14 22:50:25 aaron Exp $ */
+/* $OpenBSD: if_auereg.h,v 1.3 2000/07/04 11:44:21 fgsch Exp $ */
/* $NetBSD: if_auereg.h,v 1.12 2000/04/04 20:16:19 augustss Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -198,11 +198,6 @@ struct aue_rxpkt {
/*************** The rest belongs in if_auevar.h *************/
-struct aue_type {
- u_int16_t aue_vid;
- u_int16_t aue_did;
-};
-
#define AUE_TX_LIST_CNT 1
#define AUE_RX_LIST_CNT 1
@@ -264,6 +259,8 @@ struct aue_softc {
int aue_if_flags;
struct aue_cdata aue_cdata;
+ char aue_linksys;
+
char aue_dying;
char aue_attached;
u_int aue_rx_errs;