mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Fix so that unit number 1 is found again.
This commit is contained in:
parent
35a3da3475
commit
905ee1678d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324
@ -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…
Reference in New Issue
Block a user