summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_dcreg.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2000-01-09 01:20:36 +0000
committerJason Wright <jason@cvs.openbsd.org>2000-01-09 01:20:36 +0000
commitbbccf13e3b1de5a4a007be4da6499e5193466e2c (patch)
treeba7c543db98bdce4e7ea3902eecc27e6fe6b0e16 /sys/dev/pci/if_dcreg.h
parent9dc0177defdb32fdc8a97d1acfdb4e90aae42b1d (diff)
fetch subsystem id for comparison in dcphy
Merge with FreeBSD: add a routine to search for dirty rx buffers in case rxeof falls out of sync with the hardware
Diffstat (limited to 'sys/dev/pci/if_dcreg.h')
-rw-r--r--sys/dev/pci/if_dcreg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_dcreg.h b/sys/dev/pci/if_dcreg.h
index 0b758fafcf5..0bdfe65c47c 100644
--- a/sys/dev/pci/if_dcreg.h
+++ b/sys/dev/pci/if_dcreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_dcreg.h,v 1.3 1999/12/14 16:13:05 jason Exp $ */
+/* $OpenBSD: if_dcreg.h,v 1.4 2000/01/09 01:20:35 jason Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -657,6 +657,7 @@ struct dc_softc {
struct dc_list_data *dc_ldata;
caddr_t dc_ldata_ptr;
struct dc_chain_data dc_cdata;
+ u_int32_t dc_csid;
};
#define DC_TX_POLL 0x00000001