Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic roll internal revs



details:   https://anonhg.NetBSD.org/src/rev/1cd0b793d221
branches:  trunk
changeset: 471532:1cd0b793d221
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Sun Apr 04 02:29:51 1999 +0000

description:
roll internal revs

diffstat:

 sys/dev/ic/isp_netbsd.h |  14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 769eb6469e5d -r 1cd0b793d221 sys/dev/ic/isp_netbsd.h
--- a/sys/dev/ic/isp_netbsd.h   Sun Apr 04 02:29:34 1999 +0000
+++ b/sys/dev/ic/isp_netbsd.h   Sun Apr 04 02:29:51 1999 +0000
@@ -1,5 +1,5 @@
-/* $NetBSD: isp_netbsd.h,v 1.12 1999/03/26 22:39:45 mjacob Exp $ */
-/* release_03_25_99 */
+/* $NetBSD: isp_netbsd.h,v 1.13 1999/04/04 02:29:51 mjacob Exp $ */
+/* release_4_3_99 */
 /*
  * NetBSD Specific definitions for the Qlogic ISP Host Adapter
  *
@@ -63,7 +63,7 @@
 #include <vm/pmap.h>
 
 #define        ISP_PLATFORM_VERSION_MAJOR      0
-#define        ISP_PLATFORM_VERSION_MINOR      993
+#define        ISP_PLATFORM_VERSION_MINOR      994
 
 #define        ISP_SCSI_XFER_T         struct scsipi_xfer
 struct isposinfo {
@@ -90,6 +90,9 @@
 #define        MemoryBarrier()
 #endif
 
+#define        DMA_MSW(x)      (((x) >> 16) & 0xffff)
+#define        DMA_LSW(x)      (((x) & 0xffff))
+
 #if    defined(SCSIDEBUG)
 #define        DFLT_DBLEVEL            3
 #else
@@ -258,7 +261,8 @@
 /*
  * Keep these off for now...
  */
-#define        ISP_NO_FASTPOST_SCSI            1
-#define        ISP_NO_FASTPOST_FC              1
+
+#define        ISP_NO_FASTPOST_SCSI    1
+#define        ISP_NO_FASTPOST_FC      1
 
 #endif /* _ISP_NETBSD_H */



Home | Main Index | Thread Index | Old Index