PERFORCE change 132517 for review

Hans Petter Selasky hselasky at FreeBSD.org
Fri Jan 4 13:16:02 PST 2008


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

Change 132517 by hselasky at hselasky_laptop001 on 2008/01/04 21:15:04

	
	Some additions to the transfer descriptor.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/uss820_dci.h#5 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/uss820_dci.h#5 (text+ko) ====

@@ -283,6 +283,7 @@
 	uint32_t remainder;
 	uint16_t max_packet_size;
 	uint8_t	rx_stat_reg;
+	uint8_t	tx_stat_reg;
 	uint8_t	rx_flag_reg;
 	uint8_t	tx_flag_reg;
 	uint8_t	rx_fifo_reg;
@@ -293,7 +294,9 @@
 	uint8_t	tx_count_high_reg;
 	uint8_t	rx_cntl_reg;
 	uint8_t	tx_cntl_reg;
+	uint8_t	ep_con_reg;
 	uint8_t	ep_reg;
+	uint8_t	pend_reg;
 	uint8_t	ep_index;
 	uint8_t	error:1;
 	uint8_t	alt_next:1;


More information about the p4-projects mailing list