summaryrefslogtreecommitdiff
path: root/sys/dev/isa/fdlink.h
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1998-08-08 23:01:18 +0000
committerJason Downs <downsj@cvs.openbsd.org>1998-08-08 23:01:18 +0000
commit0679cc48be413867f5cb01bdf4166bd53c71dd29 (patch)
treedfa5400cadbe02cb9ab3fe5daf5e537f913aed9b /sys/dev/isa/fdlink.h
parent7b7d3bf5446882748838cffa95723ee58500c695 (diff)
Split ioh allocations so that the devices no longer overlap.
Also disable the diag return check in wdc.c for now.
Diffstat (limited to 'sys/dev/isa/fdlink.h')
-rw-r--r--sys/dev/isa/fdlink.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/fdlink.h b/sys/dev/isa/fdlink.h
index b04b2007c31..134c3884f14 100644
--- a/sys/dev/isa/fdlink.h
+++ b/sys/dev/isa/fdlink.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fdlink.h,v 1.3 1996/11/29 22:54:56 niklas Exp $ */
+/* $OpenBSD: fdlink.h,v 1.4 1998/08/08 23:01:16 downsj Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995 Charles Hannum.
@@ -92,6 +92,7 @@ struct fdc_softc {
bus_space_tag_t sc_iot; /* ISA chipset identifier */
bus_space_handle_t sc_ioh; /* ISA io handle */
+ bus_space_handle_t sc_ioh_ctl; /* ISA io handle */
int sc_drq;