diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-15 14:43:38 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-15 14:43:38 +0000 |
commit | 35706a64087bc831698cbed0cae4398b84d841c5 (patch) | |
tree | eecb52b4dbdc16653750667cfa3a5457d87ec1e7 /sys/dev/pci/if_em_osdep.h | |
parent | 7a3daf25dc301152bddcf9d89c434bbf60ecaed2 (diff) |
- put spl's right in the code and remove the macros
- remove splassert()'s
- remove empty bus_dma_tag_destroy macro from code and header
Diffstat (limited to 'sys/dev/pci/if_em_osdep.h')
-rw-r--r-- | sys/dev/pci/if_em_osdep.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/if_em_osdep.h b/sys/dev/pci/if_em_osdep.h index 581fc1888e3..edb56c096be 100644 --- a/sys/dev/pci/if_em_osdep.h +++ b/sys/dev/pci/if_em_osdep.h @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $OpenBSD: if_em_osdep.h,v 1.4 2005/07/02 06:15:44 deraadt Exp $ */ +/* $OpenBSD: if_em_osdep.h,v 1.5 2005/10/15 14:43:37 brad Exp $ */ /* $FreeBSD: if_em_osdep.h,v 1.11 2003/05/02 21:17:08 pdeuskar Exp $ */ #ifndef _EM_OPENBSD_OS_H_ @@ -145,8 +145,5 @@ struct em_osdep #else #define EM_KASSERT(exp,msg) #endif -#define bus_dma_tag_destroy(tag) -#define mtx_assert(a, b) splassert(IPL_NET) #endif /* _EM_OPENBSD_OS_H_ */ - |