diff options
| author | mjacob <mjacob@NetBSD.org> | 1999-04-04 02:29:34 +0000 |
|---|---|---|
| committer | mjacob <mjacob@NetBSD.org> | 1999-04-04 02:29:34 +0000 |
| commit | a529f8f3b4d2c35486ed50824f45295ef46bc882 (patch) | |
| tree | 0bcfed628554c51972ef22de688eb3c07d03bbaa /sys/dev | |
| parent | cd0cf2b5cad43cfc748313d98a423f9540ef3a1a (diff) | |
firmware revision now a triple
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/isp_netbsd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/isp_netbsd.c b/sys/dev/ic/isp_netbsd.c index 78f2d371716..ed74fa73870 100644 --- a/sys/dev/ic/isp_netbsd.c +++ b/sys/dev/ic/isp_netbsd.c @@ -1,5 +1,5 @@ -/* $NetBSD: isp_netbsd.c,v 1.12 1999/03/26 22:39:45 mjacob Exp $ */ -/* release_03_25_99 */ +/* $NetBSD: isp_netbsd.c,v 1.13 1999/04/04 02:29:34 mjacob Exp $ */ +/* release_4_3_99 */ /* * Platform (NetBSD) dependent common attachment code for Qlogic adapters. * @@ -108,7 +108,7 @@ isp_attach(isp) * Too much target breakage at present. */ #if 0 - if (isp->isp_fwrev >= ISP_FW_REV(7,55)) + if (isp->isp_fwrev >= ISP_FW_REV(7,55,0)) isp->isp_osinfo._link.scsipi_scsi.max_lun = 31; else #endif |
