Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2006 20:19:56 GMT
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 108059 for review
Message-ID:  <200610182019.k9IKJu67098628@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=108059

Change 108059 by mjacob@newisp on 2006/10/18 20:19:14

	make the modifier tag for a marker type a short, not
	8 bits. That makes SBus cards work better.

Affected files ...

.. //depot/projects/newisp/dev/isp/ispmbox.h#9 edit

Differences ...

==== //depot/projects/newisp/dev/isp/ispmbox.h#9 (text+ko) ====

@@ -352,11 +352,10 @@
 	uint32_t	mrk_handle;
 	uint8_t		mrk_reserved0;
 	uint8_t		mrk_target;
-	uint8_t		mrk_modifier;
-	uint8_t		mrk_reserved1;
+	uint16_t	mrk_modifier;
 	uint16_t	mrk_flags;
 	uint16_t	mrk_lun;
-	uint8_t		mrk_reserved2[48];
+	uint8_t		mrk_reserved1[48];
 } isp_marker_t;
 	
 typedef struct {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610182019.k9IKJu67098628>