diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1998-09-17 21:02:18 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1998-09-17 21:02:18 +0000 |
| commit | 4d65e73e673b187568b66585b74abe1680c75315 (patch) | |
| tree | 2ccf1ba3b51b183b41c690a70fbc19493aceb95a /sys/dev/isp | |
| parent | fc1e82324779c03a340464021527cb601ffcf870 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.h | 9 |
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> |
