summaryrefslogtreecommitdiffstats
path: root/sys/isa/fdc.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-08 09:33:09 +0000
committerpeter <peter@FreeBSD.org>2000-01-08 09:33:09 +0000
commit81d7fdc3a36b977e583cdc2852e01210290bd93f (patch)
tree65e03cf96d76efe62bafc4c02e1719484c9254d6 /sys/isa/fdc.h
parent90bf0e38dd3a3293d7b6933410292f481da38540 (diff)
downloadFreeBSD-src-81d7fdc3a36b977e583cdc2852e01210290bd93f.zip
FreeBSD-src-81d7fdc3a36b977e583cdc2852e01210290bd93f.tar.gz
Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf()
It seems that the IDE system uses 0x3f6 for itself, which conflicts with fdc's default 0x3f0-3f7 allocation range. Sigh. Work around this. Use bus_set_resource() rather than allocating specific areas, it makes the code a little cleaner. Based on work by: dfr
Diffstat (limited to 'sys/isa/fdc.h')
-rw-r--r--sys/isa/fdc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/isa/fdc.h b/sys/isa/fdc.h
index 821e01d..11bfee4 100644
--- a/sys/isa/fdc.h
+++ b/sys/isa/fdc.h
@@ -57,7 +57,6 @@ struct fdc_data
#define FDC_NEEDS_RESET 0x20
#define FDC_NODMA 0x40
#define FDC_UNLOADED 0x80
-#define FDC_ISPNP 0x100
struct fd_data *fd;
int fdu; /* the active drive */
int state;
OpenPOWER on IntegriCloud