bootdv -> booted_device

This commit is contained in:
thorpej 1997-01-31 01:56:03 +00:00
parent 573e68b745
commit 70653a472d
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}