From f2b93482b8d3e798a764f408b21d7525d53bac52 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sun, 3 Dec 2006 00:29:51 +0000 Subject: [PATCH] Forced commit: previous revision just correctly reflected that the number of attached devices is 16 bits wide, not 8 bits wide. --- sys/dev/mpt/mpt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/mpt/mpt.h b/sys/dev/mpt/mpt.h index 0c6e6f4a495a..790f036d8f09 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);