Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2006 19:19:19 GMT
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 110740 for review
Message-ID:  <200611301919.kAUJJJKa035551@repoman.freebsd.org>

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

Change 110740 by mjacob@newisp on 2006/11/30 19:18:48

	The maximume number of devices is stored in 16 bits, not 8.

Affected files ...

.. //depot/projects/newisp/dev/mpt/mpt.h#4 edit

Differences ...

==== //depot/projects/newisp/dev/mpt/mpt.h#4 (text+ko) ====

@@ -521,10 +521,9 @@
 	 */
 	uint16_t	mpt_global_credits;
 	uint16_t	request_frame_size;
-	uint8_t		mpt_max_devices;
+	uint16_t	mpt_max_devices;
 	uint8_t		mpt_max_buses;
 	uint8_t		ioc_facts_flags;
-	uint8_t		padding0;
 
 	/*
 	 * Port Facts



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