summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida/ida_eisa.c
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2000-04-16 06:12:08 +0000
committermdodd <mdodd@FreeBSD.org>2000-04-16 06:12:08 +0000
commit9826fdb61961527c74e8ad2b6fad8baa429e13c1 (patch)
tree483a721eb1d966e725166f56446e61113ea2e942 /sys/dev/ida/ida_eisa.c
parentb994f34b423b6388671c4589883c999195c8ccb5 (diff)
downloadFreeBSD-src-9826fdb61961527c74e8ad2b6fad8baa429e13c1.zip
FreeBSD-src-9826fdb61961527c74e8ad2b6fad8baa429e13c1.tar.gz
- Define registers as offsets from register base rather than offsets from
EISA slot base. - Remove unused IOPORT resource. Reviewed by: jlemon
Diffstat (limited to 'sys/dev/ida/ida_eisa.c')
-rw-r--r--sys/dev/ida/ida_eisa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ida/ida_eisa.c b/sys/dev/ida/ida_eisa.c
index f5e8af1..fd3fd29 100644
--- a/sys/dev/ida/ida_eisa.c
+++ b/sys/dev/ida/ida_eisa.c
@@ -247,7 +247,6 @@ ida_eisa_probe(device_t dev)
return (ENXIO);
}
- eisa_add_iospace(dev, io_base, 0x100, RESVADDR_NONE);
eisa_add_iospace(dev, (io_base + IDA_EISA_IOPORT_START),
IDA_EISA_IOPORT_LEN, RESVADDR_NONE);
OpenPOWER on IntegriCloud