From 5e7e7ec92b52ab2ce195be4c9d8a6f3c30929097 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Thu, 6 Sep 2001 08:57:51 +0000 Subject: [PATCH] Don't use a silly test to define INTR_ENTROPY. Submitted by: peter --- sys/dev/aac/aac_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c index 5150735ff09..1115a126f31 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -196,7 +196,7 @@ aac_pci_attach(device_t dev) device_printf(sc->aac_dev, "can't allocate interrupt\n"); goto out; } -#if __FreeBSD_version < 500005 +#ifndef INTR_ENTROPY #define INTR_ENTROPY 0 #endif if (bus_setup_intr(sc->aac_dev, sc->aac_irq, INTR_TYPE_BIO|INTR_ENTROPY,