summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp.c
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-12-17 16:59:19 +0000
committermjacob <mjacob@FreeBSD.org>2006-12-17 16:59:19 +0000
commit5e73797115b149f378fa19b1ef7aa02502407738 (patch)
treef7756ce9cf5c3ddcabe3d445b7620358603ae800 /sys/dev/isp/isp.c
parentdf7ef8bfdcb66a2390bbc8786cf299988a554b9d (diff)
downloadFreeBSD-src-5e73797115b149f378fa19b1ef7aa02502407738.zip
FreeBSD-src-5e73797115b149f378fa19b1ef7aa02502407738.tar.gz
Try an experiment with using DMA to load firmware into a 2200- VERIFY
CHECKSUM fails. Oh well, but keep a couple of the changes. Avoid overflow in usec counters when waiting for mailbox completion.
Diffstat (limited to 'sys/dev/isp/isp.c')
-rw-r--r--sys/dev/isp/isp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c
index da00908..89a37ec 100644
--- a/sys/dev/isp/isp.c
+++ b/sys/dev/isp/isp.c
@@ -6369,7 +6369,7 @@ static const uint32_t mbpfc[] = {
ISPOPMAP(0xff, 0xff), /* 0x06: MBOX_MAILBOX_REG_TEST */
ISPOPMAP(0x03, 0x07), /* 0x07: MBOX_VERIFY_CHECKSUM */
ISPOPMAP(0x01, 0x4f), /* 0x08: MBOX_ABOUT_FIRMWARE */
- ISPOPMAP(0xdf, 0x01), /* 0x09: LOAD RAM */
+ ISPOPMAP(0xdf, 0x01), /* 0x09: MBOX_LOAD_RISC_RAM_2100 */
ISPOPMAP(0xdf, 0x01), /* 0x0a: DUMP RAM */
ISPOPMAP(0x1ff, 0x01), /* 0x0b: MBOX_LOAD_RISC_RAM */
ISPOPMAP(0x00, 0x00), /* 0x0c: */
OpenPOWER on IntegriCloud