PERFORCE change 108059 for review

Matt Jacob mjacob at FreeBSD.org
Wed Oct 18 13:19:58 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=108059

Change 108059 by mjacob at 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 {


More information about the p4-projects mailing list