diff options
-rw-r--r-- | sys/dev/ciss/ciss.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index 14224a1..96899b6 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -1152,7 +1152,8 @@ ciss_identify_logical(struct ciss_softc *sc, struct ciss_ldrive *ld) */ if (bootverbose) { ciss_printf(sc, "logical drive %d: %s, %dMB ", - cbc->log_drive, ciss_name_ldrive_org(ld->cl_ldrive->fault_tolerance), + ld->cl_address.logical.lun, + ciss_name_ldrive_org(ld->cl_ldrive->fault_tolerance), ((ld->cl_ldrive->blocks_available / (1024 * 1024)) * ld->cl_ldrive->block_size)); |