diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-01-29 09:38:39 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-01-29 09:38:39 +0000 |
| commit | 03927d3c33689431ba2d9f74c15aa851d85bcb76 (patch) | |
| tree | a8349b570435d7deaace269f70894a0a76d3783d /sys/dev | |
| parent | e3701bdd595d23150758d37a68ecb1bcdff00329 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ata/ata-all.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index 9dec51c5adc3a..17f1de9898738 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -29,7 +29,6 @@ */ #include "ata.h" -#include "isa.h" #include "card.h" #include "pci.h" #include "atadisk.h" @@ -37,6 +36,7 @@ #include "atapifd.h" #include "atapist.h" #include "opt_global.h" +#include "opt_isa.h" #include "opt_ata.h" #include <sys/param.h> #include <sys/systm.h> @@ -98,7 +98,7 @@ static struct intr_config_hook *ata_delayed_attach = NULL; static char ata_conf[256]; static MALLOC_DEFINE(M_ATA, "ATA generic", "ATA driver generic layer"); -#if NISA > 0 +#ifdef DEV_ISA static struct isa_pnp_id ata_ids[] = { {0x0006d041, "Generic ESDI/IDE/ATA controller"}, /* PNP0600 */ {0x0106d041, "Plus Hardcard II"}, /* PNP0601 */ |
