Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2008 21:16:01 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 132517 for review
Message-ID:  <200801042116.m04LG1Zr063387@repoman.freebsd.org>

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

Change 132517 by hselasky@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;



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