diff options
| -rw-r--r-- | sys/dev/isp/isp.c | 1 | ||||
| -rw-r--r-- | sys/dev/isp/isp_stds.h | 1 | ||||
| -rw-r--r-- | sys/dev/isp/ispmbox.h | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index 742b98487fbf..d13e208b1825 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -63,7 +63,6 @@ __FBSDID("$FreeBSD$"); /* * General defines */ - #define MBOX_DELAY_COUNT 1000000 / 100 #define ISP_MARK_PORTDB(a, b, c) \ isp_prt(isp, ISP_LOGSANCFG, \ diff --git a/sys/dev/isp/isp_stds.h b/sys/dev/isp/isp_stds.h index 976cbaafc4bb..2ed66cb5f37d 100644 --- a/sys/dev/isp/isp_stds.h +++ b/sys/dev/isp/isp_stds.h @@ -31,7 +31,6 @@ */ #ifndef _ISP_STDS_H #define _ISP_STDS_H - /* * FC Frame Header * diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index f1fb736f0bb7..2f9d152039f7 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -26,6 +26,7 @@ * SUCH DAMAGE. * */ + /* * Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters. */ |
