mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 00:02:44 +00:00
Very small patch from Julian Elischer to make the ultra14f.c driver work
with the 34f as well.
This commit is contained in:
parent
c1b5908979
commit
5bd44448a9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user