diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1998-12-05 01:07:52 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1998-12-05 01:07:52 +0000 |
| commit | f1535c024e569df5211a6798a9851767dfb76985 (patch) | |
| tree | df017afbe0850e23736de6abf2e2bacadc5e4bfc /sys/dev/isp/ispreg.h | |
| parent | fef255f9d99e1503049b654108447aaa239d3dfd (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/ispreg.h')
| -rw-r--r-- | sys/dev/isp/ispreg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/isp/ispreg.h b/sys/dev/isp/ispreg.h index a953bc189654..ce578c8325ff 100644 --- a/sys/dev/isp/ispreg.h +++ b/sys/dev/isp/ispreg.h @@ -1,4 +1,5 @@ -/* $Id: ispreg.h,v 1.6 1998/09/08 01:09:46 mjacob Exp $ */ +/* $Id: ispreg.h,v 1.6 1998/09/08 01:09:46 mjacob Exp mjacob $ */ +/* ispreg.h 1.7 */ /* * Machine Independent (well, as best as possible) register * definitions for Qlogic ISP SCSI adapters. @@ -670,7 +671,7 @@ (((u_int64_t)(c)[23]) << 16) | \ (((u_int64_t)(c)[24]) << 8) | \ (((u_int64_t)(c)[25]) << 0)) -#define ISP2100_NVRAM_HARDLOOPID(c) (c)[24] +#define ISP2100_NVRAM_HARDLOOPID(c) (c)[26] #define ISP2100_NVRAM_HBA_DISABLE(c) ISPBSMX(c, 70, 0, 0x01) #define ISP2100_NVRAM_BIOS_DISABLE(c) ISPBSMX(c, 70, 1, 0x01) |
