English
Language : 

82801CA Datasheet, PDF (178/521 Pages) Intel Corporation – I/O Controller Hub 3-S (ICH3-S)
Functional Description
5.16.2
5.16.2.1
Data Transfers to/from Main Memory
The following sections describe the details on how HCD and the ICH3 communicate via the
Schedule data structures. The discussion is organized in a top-down manner, beginning with the
basics of walking the Frame List, followed by a description of generic processing steps common to
all transfer descriptors, and finally a discussion on Transfer Queuing.
Executing the Schedule
Software programs the ICH3 with the starting address of the Frame List and the Frame List index,
then causes the ICH3 to execute the schedule by setting the run/stop bit in the control register to
Run. The ICH3 processes the schedule one entry at a time: the next element in the frame list is not
fetched until the current element in the frame list is retired.
Schedule execution proceeds in the following fashion:
• The ICH3 first fetches an entry from the Frame List. This entry has three fields. Bit 0 indicates
whether the address pointer field is valid. Bit 1 indicates whether the address points to a
Transfer Descriptor or to a queue head. The third field is the pointer itself.
• If isochronous traffic is to be moved in a given frame, the Frame List entry points to a Transfer
Descriptor. If no isochronous data is to be moved in that frame, the entry points to a queue
head or the entry is marked invalid and no transfers are initiated in that frame.
• If the Frame List entry indicates that it points to a Transfer Descriptor, the ICH3 fetches the
entry and begins the operations necessary to initiate a transaction on USB. Each TD contains a
link field that points to the next entry, as well as indicating whether it is a TD or a QH.
• If the Frame List entry contains a pointer to a QH, the ICH3 processes the information from
the QH to determine the address of the next data object that it should process.
• The TD/QH process continues until the millisecond allotted to the current frame expires. At
this point, the ICH3 fetches the next entry from the Frame List. If the ICH3 is not able to
process all of the transfer descriptors during a given frame, those descriptors are retired by
software without having been executed.
178
Intel® 82801CA ICH3-S Datasheet