diff options
| author | Paul Saab <ps@FreeBSD.org> | 2004-07-28 06:18:05 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2004-07-28 06:18:05 +0000 |
| commit | d49f1379e42b7835477105975282fabf29bdf919 (patch) | |
| tree | 03f54b60d78895968ad8087235cec2cc56bf70cc /sys/dev/ciss | |
| parent | 7e86873d5cdf26dfe80809340ac94a2c85bb481d (diff) | |
Notes
Diffstat (limited to 'sys/dev/ciss')
| -rw-r--r-- | sys/dev/ciss/ciss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index ab4dbfbeb70f0..51a82221ea9bf 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -2949,7 +2949,7 @@ ciss_name_device(struct ciss_softc *sc, int bus, int target) { struct cam_periph *periph; - if (CISS_IS_PHYSICAL(bus) == 0) + if (CISS_IS_PHYSICAL(bus)) return (0); if ((periph = ciss_find_periph(sc, bus, target)) != NULL) { sprintf(sc->ciss_logical[bus][target].cl_name, "%s%d", |
