PERFORCE change 110740 for review

Matt Jacob mjacob at FreeBSD.org
Thu Nov 30 11:19:20 PST 2006


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

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


More information about the p4-projects mailing list