diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-29 19:17:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-29 19:17:44 +0000 |
commit | 984ef2bd72c9823134e522214322272aaedbf58c (patch) | |
tree | ea7fbf66e6ee8a28eb07904dbb3957374dc5f5d7 /sys/dev/ic/ncr53c9xvar.h | |
parent | aa9a7d02858abb77abedd63b2129e8076e1130f4 (diff) |
Ratibibugle now useless evcnt structures.
Diffstat (limited to 'sys/dev/ic/ncr53c9xvar.h')
-rw-r--r-- | sys/dev/ic/ncr53c9xvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/ncr53c9xvar.h b/sys/dev/ic/ncr53c9xvar.h index 8c7cba97abf..07b6a012a7f 100644 --- a/sys/dev/ic/ncr53c9xvar.h +++ b/sys/dev/ic/ncr53c9xvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr53c9xvar.h,v 1.14 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: ncr53c9xvar.h,v 1.15 2004/09/29 19:17:43 miod Exp $ */ /* $NetBSD: ncr53c9xvar.h,v 1.13 1998/05/26 23:17:34 thorpej Exp $ */ /*- @@ -263,7 +263,6 @@ struct ncr53c9x_glue { struct ncr53c9x_softc { struct device sc_dev; /* us as a device */ - struct evcnt sc_intrcnt; /* intr count */ struct timeout sc_watchdog; /* periodic timer */ struct scsi_link sc_link; /* scsi link struct */ |