aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1997-11-04 12:58:48 +0000
committerKATO Takenori <kato@FreeBSD.org>1997-11-04 12:58:48 +0000
commiteb072158c0cef9b4e4d8fa116c6c7329db22f18a (patch)
treea0f1818277fb22962c32bd051a05f868861af670 /sys
parent1248caae6ea6b9209cfa6a32e93e25ed9b951ae8 (diff)
downloadsrc-eb072158c0cef9b4e4d8fa116c6c7329db22f18a.tar.gz
src-eb072158c0cef9b4e4d8fa116c6c7329db22f18a.zip
Sync with sys/i386/isa/wd.c revision 1.142.
Notes
Notes: svn path=/head/; revision=30934
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 7d4707227c69..cd4d641ff830 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.