diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-11-14 03:56:33 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-11-14 03:56:33 +0000 |
commit | ef66d2da33078b1900f5c3c934a41f63424a09e4 (patch) | |
tree | 043fb0b6d0cfc72bd270f4aed1ebf443ff8774fc /sys/dev/pci/if_tlreg.h | |
parent | 80971b9187972156b330b2a6aaec2ea987b0471a (diff) |
remove diagnostic around TL_INTR_INVALID (this is a valid condition when two
devices are on the same interrupt).
Diffstat (limited to 'sys/dev/pci/if_tlreg.h')
-rw-r--r-- | sys/dev/pci/if_tlreg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_tlreg.h b/sys/dev/pci/if_tlreg.h index cd4d307dbdb..0da151792ca 100644 --- a/sys/dev/pci/if_tlreg.h +++ b/sys/dev/pci/if_tlreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tlreg.h,v 1.4 1999/09/13 20:45:26 jason Exp $ */ +/* $OpenBSD: if_tlreg.h,v 1.5 2000/11/14 03:56:32 jason Exp $ */ /* * Copyright (c) 1997, 1998 @@ -122,7 +122,6 @@ struct tl_softc { u_int8_t tl_ctlr; /* chip number */ u_int8_t tl_unit; /* interface number */ u_int8_t tl_eeaddr; - u_int8_t tl_empty_intr; /* expecting empty interrupt */ u_int8_t tl_phy_addr; /* PHY address */ u_int8_t tl_tx_pend; /* TX pending */ u_int8_t tl_want_auto; /* autoneg scheduled */ |