Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/snc/dp83932var.h 153165 2005-12-06 11:19:37Z ru $ */
---
> /* $FreeBSD: head/sys/dev/snc/dp83932var.h 179442 2008-05-30 21:48:05Z jhb $ */
26,50d25
< /* borrow from arch/mac68k/dev/if_mcvar.h for debug. */
< #ifdef DDB
< #define integrate
< #define hide
< #else
< #define integrate static __inline
< #define hide static
< #endif
<
< /* NetBSD Emulation */
< #ifdef __NetBSD__
< #define splhardnet splnet
< #endif
< #ifdef __FreeBSD__
< #define splhardnet splimp
< #ifndef NBPG
< #define NBPG PAGE_SIZE
< #endif
< #ifndef PGOFSET
< #define PGOFSET PAGE_MASK
< #endif
< typedef unsigned long ulong;
< #define delay(x) DELAY(x)
< #endif
<
228,231d202
<
< #if defined(NRND) && NRND > 0
< rndsource_element_t rnd_source;
< #endif