bootdv -> booted_device
This commit is contained in:
parent
573e68b745
commit
70653a472d
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: disksubr.c,v 1.11 1996/11/08 20:50:55 chuck Exp $ */
|
||||
/* $NetBSD: disksubr.c,v 1.12 1997/01/31 01:56:03 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Dale Rahn.
|
||||
|
@ -89,7 +89,7 @@ dk_establish(dk, dev)
|
|||
|
||||
if (sbsc->sc_link[target][lun] != NULL &&
|
||||
sbsc->sc_link[target][lun]->device_softc == (void *)dev) {
|
||||
bootdv = dev;
|
||||
booted_device = dev;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue