ciss(4): Fix typo.
This commit is contained in:
parent
e8144a13e0
commit
5f8cb13cfb
@ -1283,7 +1283,7 @@ ciss_identify_adapter(struct ciss_softc *sc)
|
||||
"\20\1ultra2\2ultra3\10fibre1\11fibre2\n");
|
||||
ciss_printf(sc, " server name '%.16s'\n", sc->ciss_cfg->server_name);
|
||||
ciss_printf(sc, " heartbeat 0x%x\n", sc->ciss_cfg->heartbeat);
|
||||
ciss_printf(sc, " max logical logical volumes: %d\n", sc->ciss_cfg->max_logical_supported);
|
||||
ciss_printf(sc, " max logical volumes: %d\n", sc->ciss_cfg->max_logical_supported);
|
||||
ciss_printf(sc, " max physical disks supported: %d\n", sc->ciss_cfg->max_physical_supported);
|
||||
ciss_printf(sc, " max physical disks per logical volume: %d\n", sc->ciss_cfg->max_physical_per_logical);
|
||||
ciss_printf(sc, " JBOD Support is %s\n", (sc->ciss_id->uiYetMoreControllerFlags & YMORE_CONTROLLER_FLAGS_JBOD_SUPPORTED) ?
|
||||
|
Loading…
Reference in New Issue
Block a user