mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Fix compile of ciss(4) with CISS_DEBUG defined
Obtained from: Yahoo! Inc. MFC after: 2 weeks
This commit is contained in:
parent
3ee030e1e9
commit
3ea59fd3a4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248824
@ -1868,7 +1868,7 @@ ciss_accept_media(struct ciss_softc *sc, struct ciss_ldrive *ld)
|
||||
|
||||
ldrive = CISS_LUN_TO_TARGET(ld->cl_address.logical.lun);
|
||||
|
||||
debug(0, "bringing logical drive %d back online");
|
||||
debug(0, "bringing logical drive %d back online", ldrive);
|
||||
|
||||
/*
|
||||
* Build a CISS BMIC command to bring the drive back online.
|
||||
|
Loading…
Reference in New Issue
Block a user