diff options
author | 2010-08-27 15:02:12 +0000 | |
---|---|---|
committer | 2010-08-27 15:02:12 +0000 | |
commit | cc0226c29df6b64b4ecef6a8cf127389cb1089ee (patch) | |
tree | 669783a2bf863fd2c387a4349ec9932b4c45edba | |
parent | screen blanking code for SM502, and some smfb code cleanup. (diff) | |
download | wireguard-openbsd-cc0226c29df6b64b4ecef6a8cf127389cb1089ee.tar.xz wireguard-openbsd-cc0226c29df6b64b4ecef6a8cf127389cb1089ee.zip |
no need for a sc_suspended variable
-rw-r--r-- | sys/dev/pci/safevar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/safevar.h b/sys/dev/pci/safevar.h index 7aa1c48cf58..ebe859d1dc5 100644 --- a/sys/dev/pci/safevar.h +++ b/sys/dev/pci/safevar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: safevar.h,v 1.6 2008/07/21 04:12:21 kevlo Exp $ */ +/* $OpenBSD: safevar.h,v 1.7 2010/08/27 15:02:12 deraadt Exp $ */ /*- * Copyright (c) 2003 Sam Leffler, Errno Consulting @@ -155,7 +155,6 @@ struct safe_softc { struct resource *sc_sr; /* memory resource */ bus_dma_tag_t sc_dmat; u_int sc_chiprev; /* major/minor chip revision */ - int sc_suspended; int sc_needwakeup; /* notify crypto layer */ int32_t sc_cid; /* crypto tag */ struct safe_dma_alloc sc_ringalloc; /* PE ring allocation state */ |