Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/bktr/bktr_os.h 59278 2000-04-16 07:56:58Z roger $ */
---
> /* $FreeBSD: head/sys/dev/bktr/bktr_os.h 74903 2001-03-28 03:06:10Z jhb $ */
62a63,67
> #if (__FreeBSD_version >=500000)
> #define DECLARE_INTR_MASK(s) critical_t s
> #define DISABLE_INTR(s) s = critical_enter()
> #define ENABLE_INTR(s) critical_exit(s)
> #else
65a71
> #endif