Fix so that unit number 1 is found again.
This commit is contained in:
parent
35a3da3475
commit
905ee1678d
@ -248,10 +248,9 @@ wdattach(struct isa_device *dvp)
|
||||
}
|
||||
printf("\n");
|
||||
du->dk_unit = unit;
|
||||
return(1);
|
||||
}
|
||||
}
|
||||
return(0);
|
||||
return(1);
|
||||
}
|
||||
|
||||
/* Read/write routine for a buffer. Finds the proper unit, range checks
|
||||
|
Loading…
x
Reference in New Issue
Block a user