diff options
Diffstat (limited to 'sys/dev/pci/if_dcreg.h')
-rw-r--r-- | sys/dev/pci/if_dcreg.h | 3 |
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 |