diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-07-22 00:56:23 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-07-22 00:56:23 +0000 |
commit | 5a45c927eac8fcc99de677ef834c6e1d20879a63 (patch) | |
tree | d2248d89c122b7df4734d5373806acbb9320ba5d /sys/i386 | |
parent | 8ba08f2eb51397de954e5eae122f7d164e3b6596 (diff) | |
download | FreeBSD-src-5a45c927eac8fcc99de677ef834c6e1d20879a63.zip FreeBSD-src-5a45c927eac8fcc99de677ef834c6e1d20879a63.tar.gz |
Very small patch from Julian Elischer to make the ultra14f.c driver work
with the 34f as well.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/isa/ultra14f.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/ultra14f.c b/sys/i386/isa/ultra14f.c index 46626b7..1cc965e 100644 --- a/sys/i386/isa/ultra14f.c +++ b/sys/i386/isa/ultra14f.c @@ -23,6 +23,7 @@ * * 16 Feb 93 Julian Elischer ADDED for SCSI system * commenced: Sun Sep 27 18:14:01 PDT 1992 + * slight mod to make work with 34F as well: Wed Jun 2 18:05:48 WST 1993 */ #include <sys/types.h> @@ -319,7 +320,7 @@ uha_send_mbox( int unit ,struct mscp *mscp) { int port = uha_data[unit].baseport; - int spincount = FUDGE(delaycount) * 1; /* 1ms should be enough */ + int spincount = FUDGE(delaycount) * 1000; /* 1s should be enough */ int s = splbio(); while( ((inb(port + UHA_LINT) & (UHA_LDIP)) |