diff options
| author | Paul Saab <ps@FreeBSD.org> | 2005-09-16 17:59:48 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2005-09-16 17:59:48 +0000 |
| commit | 620a03a2e23ebdc8c4b14d0575052c3eaaaa6991 (patch) | |
| tree | d081b97078718dab97c658ac720da5f380b763fe /sys/dev/ciss | |
| parent | 676adad4d4303a325246c230284962ae49e38983 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ciss')
| -rw-r--r-- | sys/dev/ciss/ciss.c | 6 | ||||
| -rw-r--r-- | sys/dev/ciss/cissreg.h | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index 62d296c82441..676c56d1c612 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -597,12 +597,6 @@ ciss_init_pci(struct ciss_softc *sc) sc->ciss_cfg->signature[2], sc->ciss_cfg->signature[3]); return(ENXIO); } - if ((sc->ciss_cfg->valence < CISS_MIN_VALENCE) || - (sc->ciss_cfg->valence > CISS_MAX_VALENCE)) { - ciss_printf(sc, "adapter interface specification (%d) unsupported\n", - sc->ciss_cfg->valence); - return(ENXIO); - } /* * Put the board into simple mode, and tell it we're using the low diff --git a/sys/dev/ciss/cissreg.h b/sys/dev/ciss/cissreg.h index 65fad48c1990..16af7bcb03ff 100644 --- a/sys/dev/ciss/cissreg.h +++ b/sys/dev/ciss/cissreg.h @@ -396,8 +396,6 @@ struct ciss_config_table { char signature[4]; /* "CISS" */ u_int32_t valence; -#define CISS_MIN_VALENCE 1 /* only value currently supported */ -#define CISS_MAX_VALENCE 1 u_int32_t supported_methods; #define CISS_TRANSPORT_METHOD_READY (1<<0) #define CISS_TRANSPORT_METHOD_SIMPLE (1<<1) |
