diff options
author | mjacob <mjacob@FreeBSD.org> | 2006-12-03 00:29:51 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2006-12-03 00:29:51 +0000 |
commit | 3b48d9242d3a9690ab7baa63a731befacb670e1b (patch) | |
tree | d57936efc566c148bf8fd90d76112743b507fe6a /sys/dev | |
parent | 0e57e3839adf6fc1b644916efb01770e189a35ae (diff) | |
download | FreeBSD-src-3b48d9242d3a9690ab7baa63a731befacb670e1b.zip FreeBSD-src-3b48d9242d3a9690ab7baa63a731befacb670e1b.tar.gz |
Forced commit: previous revision just correctly reflected that
the number of attached devices is 16 bits wide, not 8 bits wide.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/mpt/mpt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/mpt/mpt.h b/sys/dev/mpt/mpt.h index 0c6e6f4..790f036 100644 --- a/sys/dev/mpt/mpt.h +++ b/sys/dev/mpt/mpt.h @@ -1193,7 +1193,6 @@ mpt_write_cur_cfg_page(struct mpt_softc *mpt, uint32_t PageAddress, PageAddress, hdr, len, sleep_ok, timeout_ms)); } - /* mpt_debug.c functions */ void mpt_print_reply(void *vmsg); void mpt_print_db(uint32_t mb); |