diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2005-10-29 02:46:59 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2005-10-29 02:46:59 +0000 |
| commit | 8e62a8ac99b80a912b05e2482839532b9be38fbd (patch) | |
| tree | 510b1fcd2af2e73684cebdb6dfc7d6fa652382c5 /sys/dev/isp/isp.c | |
| parent | 068b66420646cc88524b51f47ccadf74c4e8b649 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp.c')
| -rw-r--r-- | sys/dev/isp/isp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index d009cd7273ec..cc0c3c1ddca5 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -5166,7 +5166,7 @@ static const u_int16_t mbpfc[] = { ISPOPMAP(0x00, 0x00), /* 0x7b: */ ISPOPMAP(0x4f, 0x03), /* 0x7c: Get ID List */ ISPOPMAP(0xcf, 0x01), /* 0x7d: SEND LFA */ - ISPOPMAP(0x07, 0x01) /* 0x7e: Lun RESET */ + ISPOPMAP(0x0f, 0x01) /* 0x7e: LUN RESET */ }; /* * Footnotes |
