aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>1998-09-17 21:02:18 +0000
committerMatt Jacob <mjacob@FreeBSD.org>1998-09-17 21:02:18 +0000
commit4d65e73e673b187568b66585b74abe1680c75315 (patch)
tree2ccf1ba3b51b183b41c690a70fbc19493aceb95a /sys/dev/isp
parentfc1e82324779c03a340464021527cb601ffcf870 (diff)
Notes
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_freebsd.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h
index 3ea8a3f0fdbb..98c93c13a7bf 100644
--- a/sys/dev/isp/isp_freebsd.h
+++ b/sys/dev/isp/isp_freebsd.h
@@ -1,5 +1,4 @@
/* $FreeBSD$ */
-/* $Id: isp_freebsd.h,v 1.12 1998/09/08 01:01:53 mjacob Exp $ */
/*
* Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions (non CAM version)
*---------------------------------------
@@ -36,7 +35,7 @@
#define _ISP_FREEBSD_H
#define ISP_PLATFORM_VERSION_MAJOR 0
-#define ISP_PLATFORM_VERSION_MINOR 95
+#define ISP_PLATFORM_VERSION_MINOR 96
#include "opt_scsi.h"
#ifdef SCSI_CAM
@@ -75,14 +74,8 @@ struct isposinfo {
#endif
};
-/*
- * XXXX: UNTIL WE PUT CODE IN THAT CHECKS RETURNS FROM MALLOC
- * XXXX: FOR CONTIGOUS PAGES, WE LIMIT TO PAGE_SIZE THE SIZE
- * XXXX: OF MAILBOXES.
- */
#define MAXISPREQUEST 64
-
#include <dev/isp/ispreg.h>
#include <dev/isp/ispvar.h>
#include <dev/isp/ispmbox.h>