summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-11-04 12:58:48 +0000
committerkato <kato@FreeBSD.org>1997-11-04 12:58:48 +0000
commit675448121bb1a3eb2a380604e67a18442878c5c4 (patch)
treedc30a5584c54805045c566a89c6a9a29cbf28612 /sys
parent80e26d12da0f7f0ca69bb828c7d70e2411a7d41b (diff)
downloadFreeBSD-src-675448121bb1a3eb2a380604e67a18442878c5c4.zip
FreeBSD-src-675448121bb1a3eb2a380604e67a18442878c5c4.tar.gz
Sync with sys/i386/isa/wd.c revision 1.142.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/pc98/wd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pc98/pc98/wd.c b/sys/pc98/pc98/wd.c
index 7d47072..cd4d641 100644
--- a/sys/pc98/pc98/wd.c
+++ b/sys/pc98/pc98/wd.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
- * $Id: wd.c,v 1.33 1997/09/22 12:24:39 kato Exp $
+ * $Id: wd.c,v 1.34 1997/10/13 09:24:04 kato Exp $
*/
/* TODO:
@@ -525,6 +525,7 @@ wdattach(struct isa_device *dvp)
du->dk_lunit = lunit;
du->dk_port = dvp->id_iobase;
+ du->dk_altport = du->dk_port + wd_ctlr;
/*
* Use the individual device flags or the controller
* flags.
OpenPOWER on IntegriCloud