Movatterモバイル変換


[0]ホーム

URL:


USRE39763E1 - Isochronous channel having a linked list of buffers - Google Patents

Isochronous channel having a linked list of buffers
Download PDF

Info

Publication number
USRE39763E1
USRE39763E1US10/845,060US84506004AUSRE39763EUS RE39763 E1USRE39763 E1US RE39763E1US 84506004 AUS84506004 AUS 84506004AUS RE39763 EUSRE39763 EUS RE39763E
Authority
US
United States
Prior art keywords
data
isochronous
buffers
channel
computer system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
US10/845,060
Inventor
Erik Staats
Robin D. Lash
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Apple Inc
Original Assignee
Apple Computer Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Apple Computer IncfiledCriticalApple Computer Inc
Priority to US10/845,060priorityCriticalpatent/USRE39763E1/en
Priority to US11/503,541prioritypatent/USRE44443E1/en
Application grantedgrantedCritical
Publication of USRE39763E1publicationCriticalpatent/USRE39763E1/en
Anticipated expirationlegal-statusCritical
Expired - Lifetimelegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

A computer system consists of a plurality of nodes, each with an associated local host, coupled together with a plurality of point-to-point links. An isochronous data channel is established within the computer system between a first subset of the plurality of nodes. The isochronous data channel includes a linked list of buffers which are used as temporary storage locations for data transmitted on the isochronous data channel. Each node which is part of the isochronous data channel is configured as a sender or a receiver and data transmissions are commenced. The presence of isochronous data in the channel generates an interrupt which signals a central processing unit (CPU) that data is available. The data is transferred to an associated location within the linked list of buffers and the CPU then moves on to other tasks. In other embodiments, data is transferred using DMA techniques rather than interrupt driven events. Buffers can also be used to transmit isochronous data.

Description

This application is a continuation application of U.S. Reissue application No.09/932,846, filed Aug.17,2001, now U.S. Pat. No. RE.38,641, which is a reissue application of U.S. Pat. No.5,940,600, issued Aug.17,1999.
Notice: More than one reissue application has been filed for the reissue of U.S. Pat. No.5,940,600. The reissue applications are application Nos.10/845,060 (the present application), filed on May12,2004;09/932,292, filed on Aug.17,2001, now RE38,641; and11/503,541, filed Aug.11,2006.
FIELD OF THE INVENTION
This invention relates generally to data communications and, more particularly, to data communications within a computer bus architecture.
BACKGROUND
The components of a computer system are typically coupled to a common bus for communicating information to one another. Various bus architectures are known in the prior art, and each bus architecture operates according to a communications protocol that defines the manner in which data transfer between components is accomplished.
The Institute of Electrical and Electronic Engineers (IEEE) has promulgated a number of different bus architecture standards including IEEE standards document 1394, entitled Standard for a High Performance Serial Bus (hereinafter “IEEE 1394 Serial Bus Standard”). A typical serial bus having the IEEE 1394 standard architecture is comprised of a multiplicity of nodes that are interconnected via point-to-point links, such as cables, that each connect a single node of the serial bus to another node of the serial bus. Data packets are propagated throughout the serial bus using a number of point-to-point transactions, wherein a node that receives a packet from another node via a first point-to-point link retransmits the received packet via other point-to-point links. A tree network configuration and associated packet handling protocol ensures that each node receives every packet once. The serial bus of the IEEE 1394 Serial Bus Standard may be used as an alternate bus for the parallel backplane of a computer system, as a low cost peripheral bus, or as a bus bridge between architecturally compatible buses.
A communications protocol of the IEEE 1394 Serial Bus Standards specifies two primary types of bus access: asynchronous access and isochronous access. Asynchronous access may be either “fair” or “cycle master”. Cycle master access is used by nodes that need the next available opportunity to transfer data. Isochronous access is used by nodes that require guaranteed bandwidth, for example, nodes transmitting video data. The transactions for each type of bus access are comprised of at least one “subaction”, wherein a subaction is a complete one-way transfer operation.
In the case of isochronous data transfers and computer systems conforming to the IEEE 1394 Serial Bus Standard, the prior art has attempted to manage the flow of data using dedicated drivers. Drivers are software entities associated with various components of a computer system and, among other functions, operate to configure the components and allow the components to be operable within the overall system. The drivers of the prior art have allowed for the transmission of video data from a digital video camera to a monitor, but have not allowed for real time video transmissions in a multi-tasking environment. In particular, the drivers of the prior art have required that a bus controller, e.g., the computer system's CPU, listen to a data channel at the exclusion of all other processes. As data arrives on the channel, it is stored in a buffer for later transmission to a frame buffer associated with a monitor. A new listen instruction must be issued for each separate isochronous data transmission. That is, if a single transmission corresponds to data for a single scan line of the monitor, for a display of five scan lines, five separate listen instructions are required. Because the data is being sent in real time, this system requires that the processor spend all of its time servicing the isochronous data transmissions, even if no data is currently being transmitted on the bus, without servicing any other tasks. It would, therefore, be desirable to have a means and method for a more efficient management of isochronous data channels in a computer system.
SUMMARY OF THE INVENTION
A computer implemented method of managing isochronous data channels in a computer system is described. In one embodiment, the computer system conforms to the IEEE 1394 Serial Bus Standard. An isochronous channel is established within the computer system and includes a linked list of buffers. The linked list of buffers corresponds to display locations on a display which is part of the computer system. Once the linked list of buffers has been established, the computer system executes instructions which allow for the transmission of isochronous data across the channel. Each time a sender node, a video camera in one embodiment, is ready to transmit data, an interrupt is generated which causes the processor to execute instructions to manage the flow of data from the sender. The processor transfers the data transmitted by the camera to a storage location within the linked list of buffers. Ultimately, this data is transferred to a frame buffer associated with a display. This interrupt driven management allows the processor to perform other tasks when no data is being transmitted over the isochronous channel.
In another embodiment, the data transfer is DMA driven rather than interrupt driven. For this embodiment, the isochronous channel, including the linked list of buffers, is established and the process is initiated. Data transmitted by the video camera is transferred to memory locations within the linked list of buffers by the DMA hardware and then ultimately transferred to a frame buffer for display.
In yet another embodiment, the central processing unit (CPU) for the computer system establishes an isochronous channel between a sender node and one or more receiver nodes, not including the CPU itself. For this embodiment, no linked list of buffers is required as data from the sender node is transferred directly to the receiver node.
BRIEF DESCRIPTION OF THE DRAWINGS
The present invention is illustrated by way of example and not limitation in the figures of the accompanying drawings, in which like references indicate similar elements and in which:
FIG. 1 illustrates a computer system having a serial bus made up of a number of nodes;
FIG. 2 shows a display screen of a monitor of a computer system having an open window for the display of video information;
FIG. 3 shows a linked list of buffers in accordance with one embodiment;
FIG. 4 shows a linked list of buffers which support conditional branching according to one embodiment; and
FIG. 5 is a flow diagram illustrating the management of an isochronous data channel in a computer system according to one embodiment.
DETAILED DESCRIPTION
As described herein, a method and apparatus for managing isochronous data channels in a computer system is provided.FIG. 1 shows acomputer system5 utilizing a serial bus incorporating the methods and apparatus of the present invention. The serial bus may generally be constructed in accordance with the IEEE 1394 Serial Bus Standard.
Thecomputer system5 ofFIG. 1 comprises a central processing unit (CPU)10, amonitor18, aprinter26, avideo camera32, a video cassette recorder (VCR)36, akeyboard42, and amouse46. TheCPU10 includes an internalhard drive14 and a memory (not shown). Each of the devices of the computer system is coupled to a local node of the serial bus. In general, the device to which a node is coupled acts as the “local host” for that node. For example, theCPU10 is the local host for theCPU node12; themonitor18 is the local host for themonitor node16; theprinter26 is the local host for theprinter node24; thevideo camera32 is the local host for thevideo camera node30; theVCR36 is the local host for theVCR node34; thekeyboard42 is the local host for thekeyboard node40; themouse46 is the local host for themouse node44; and the internalhard drive14 is the local host for the internalhard drive node15. Those skilled in the art will appreciate that it is not always necessary for every node to have a local host, nor is it necessary that the local host always be powered.
A point-to-point link such ascable20 is used to connect two nodes to one another.CPU node12 is coupled to internalhard drive node15 by aninternal link21, to monitornode16 bycable20, and tokeyboard node40 by acable20e. Thekeyboard node40 is coupled to themouse node44 by a cable20f. Themonitor node16 is coupled to the nodes of the other peripherals (not shown) bycable20a and to theprinter node24 bycable20b. Theprinter node24 is coupled to thevideo camera node30 bycable20c and to theVCR node34 bycable20d. Each of the cables20-20f and theinternal link21 may be constructed in accordance with the IEEE 1394 Serial Bus Standard and may include a first differential signal pair for conducting a first signal, a second differential signal pair for conducting a second signal, and a pair of power lines.
Each of thenodes12,15,16,24,32,34,40 and44 may have identical construction, although some of the nodes, such asmouse node44, can be simplified because of their specified functions. Thus, the nodes can be modified to meet the needs of a particular local host. For example, each node may have one or more ports, the number of which is dependent upon its needs. For example,CPU node12, as illustrated, has 3 ports, while themouse node44 has only 1 port.
Referring now toFIG. 2, one example of the transfer of isochronous data withincomputer system5 will be described. Upon review of the entire specification, those skilled in the art will appreciate that this example is used to describe the methods of the present invention and is only one of many applications of the process described below.FIG. 2 shows the display screen ofmonitor18. Withindisplay screen48, awindow50 is shown.Window50 is implemented using programming techniques well known in the art and is used for the display of real-time video data in accordance with the methods of the present invention. In particular,window50 defines the boundary within which the real-time video data will be displayed ondisplay screen48. As shown inFIG. 2,window50 consists of five scan lines, each having an arbitrary length L. Those skilled in the art will appreciate that window sizes of other dimensions could be used.
In general,window50 will be generated by an application program running oncomputer system5. An example of such an application program is the QuickTime® program available from Apple Computer, Inc. of Cupertino, Calif. In such a case,computer system5 may comprise the familiar Macintosh® computer system also available from Apple Computer, Inc. The video data to be displayed inwindow50 ondisplay screen48 will generally be obtained from a frame buffer (not shown) associated withmonitor18. The techniques for displaying data stored in a frame buffer on the display screen of a monitor are well-known in the art.
In accordance with the methods of the present invention, real-time video data fromvideo camera32 is to be displayed withinwindow50 ondisplay screen48. The real-time video data generated byvideo camera32 will comprise isochronous data packets in accordance with the IEEE 1394 Serial Bus Standard. Each of these isochronous data packets will include header information and payload information. The header information is used for routing the video data to themonitor18 and for error detection and correction. The payload data comprises the video data to be displayed withinwindow50.
As indicated above, the prior art has attempted to manage this flow of isochronous data fromvideo camera32 to monitor18 as follows. Once the application program has generatedwindow50 withindisplay screen48,CPU10 executes instructions which cause it to listen on one of its associated ports. These instructions are typically stored onhard drive14 and are loaded into system memory (not shown) upon initialization. When thevideo camera32 has data to transmit, thevideo camera node30 generates the isochronous data packets and transmits them over the serial bus in accordance with the IEEE 1394 Serial Bus Standard.CPU node12 detects the presence of the isochronous data packets and strips the payload information from these packets. The payload information is placed in a buffer in the computer memory for later transmission to the frame buffer associated withmonitor18. If, for example, one transmission fromvideo camera node30 corresponded to data for a single scan line ofwindow50, five separate listen operations would be required to receive the video data associated with one frame to be displayed withinwindow50. To accommodate the real-time transmission nature of the video data,CPU10 would be required to constantly listen to the bus for isochronous data transmissions fromvideo camera node30. That is,CPU10 could not undertake to execute additional tasks, for example menu level tasks, as is common in multi-tasking environments.
To overcome this problem of the prior art, the present invention uses a linked list of buffers such as those shown in FIG.3.FIG. 3 shows a linked list of buffers which reside in computer memory. In keeping with the above described example, five buffers comprise the linked list, one for each scan line ofwindow50. Each of the buffers contains a pointer, next, which points to the address of the following buffer in the linked list. It will be appreciated that these addresses correspond to memory locations withincomputer system5. Each of the buffers also contains an address “buffer n”. This address corresponds to the start of a scan line ofwindow50. The address ofbuffer1 corresponds to the start ofscan line1 and so on. Each of the buffers in the linked list also contains a length parameter which corresponds to the scan line length ofwindow50.
An exemplary structure of these isochronous channel buffers is shown below:
typedefstruct IsochChannelBufferStructIsochChannelBuffer
*IsochChannelBufferPtr;
structIsochChannelBufferStruct
{
IsochChannelBuffer PtrpBranchChannelBuffer,
Ptrbuffer
UInt32length;
);
pBranchChannelBufferBranch pointer to next
channel buffer. When a
branch condition is met, its
corresponding branch pointer
is used to select the next
buffer.
bufferPointer to buffer memory.
lengthLength of above
buffer.
The linked list of buffers corresponds to a particular isochronous channel. The isochronous channel is identified by a channel identification number (channel ID). The channel ID is maintained in a data record stored in thecomputer system5 memory and is used by the various application programs and driver routines as described below. The use of a common channel ID allows the interoperation of application programs, driver routines, and other software routines which otherwise may not be capable of operating together.
One example of the use of a linked list of buffers according to the methods of the present invention as shown inFIG. 3 will now be described. The example is presented with reference to process100 illustrated in FIG.5 and assumes that real-time video data is to be transmitted fromcamera32 and displayed within awindow50 onmonitor18. To accommodate the transmission of the real-time video (i.e., isochronous) data, atstep102 an application program running oncomputer system5 issues instructions which causeCPU10 to create an isochronous data channel identified by “channel ID”.
Upon receiving the instruction to create the isochronous channel ID, theCPU10 will execute instructions to create such a channel. This may include a channel bandwidth and a preferred speed. An exemplary instruction is shown below.
OSStatusAllocateIsochronousChannelID  (
IsochChannelID“pIsochChannelID,
UInt32bandwidth,
UInt32preferredSpeed);
<--pIsochChannelIDReturned reference to this channel for use
is subsequent isochronous service calls.
-->bandwidthBandwidth required for this channel.
-->preferredspeedPreferred speed for this channel.

This instruction creates an isochronous channel ID that is used by the various isochronous service routines described below. The channel is initialized with the required bandwidth and the preferred speed. The actual channel speed may be less than the preferred speed depending on the maximum speed of the devices that are later attached to the channel. The isochronous channel is a data path between nodes which will be added as channel clients as described below.
Once a channel has been established, the application program can issue instructions in order to add interested clients to the isochronous channel specified by channel ID. These clients are typically software driver routines associated with the devices, such asvideo camera32, which take part in the display of the real-time video data to be transferred. The client software will take part in and be notified of all events associated with the given isochronous channel specified by the channel ID. Accordingly, atstep104, the application program instructs the driver associated withvideo camera32 to send real-time video data over the channel identified by “channel ID” and display the data withinwindow50 onmonitor18.
In response to the instructions issued by the application program, the camera driver will configure thecamera32 such that thecamera32 will transmit video data over the channel specified by “channel ID”. The camera driver will also establish a linked list of buffers, as described above, and assign the buffers to “channel IID”. The linked list of buffers will act as storage locations for the video data to be transmitted bycamera32.
An exemplary instruction for adding clients to “channel ID” is shown below
OSStatusAddIsochronousChannelClient (
IsochChannelIDisochChannelID,
DriverIDdriverID,
BooleanclientIsTalker);
-->isochChannelIDReference to the isochronous
channel to add the given client to.
-->driverIDReference to the driver client to
add to the given channel.
-->clientIsTalkerIf the given client will be a sender
node (i.e., a node that will be “doing
the talking” in IEEE 1394 pirlance)
this should be set to true. Otherwise
it should be set to false (i.e., if the
node will be a listener).

This instruction adds the driver specified by “DriverID” as a client to the isochronous channel specified by IsochChannel ID”. The client will be called to perform its role in initializing, starting and stopping the given isochronous channel. The client will also be informed of all channel events such as bus resets.
For the example ofFIG. 5, atstep106 the video camera driver adds the video camera as a sender client for the isochronous channel specified by channel ID. Then, atstep108, the camera is added as a receiver (listener) client of the channel specified by channel ID. The camera driver is added as both a talker and a listener so that the driver can both start the camera sending data and set up the CPU to receive the data for display.
Next, atstep110, the camera driver sets up the linked list of buffers described above. Once this is accomplished, a port onCPU node12 can be set to listen to the isochronous channel. An exemplary routine for this procedure is shown below.
OSStatusAllocateLocalIsochronousPort (
ReferenceIDreferenceID,
IsochPortID“pIsochPortID,
UInt32ChannelNum,
UInt32speed,
Booleantalking);
-->referenceIDReference used to indicate which
node to allocate port on.
>--pIsochPortIDReturned reference to this prot for use
in subsequent port service calls.
-->channelNumChannel number for this port.
-->speedSpeed for this port.
-->talkingIf false, allocate a port for listening,
otherwise allocate a port for talking.
FIG. 5 illustrates the case where a user also wishes to record video data transmitted bycamera32 for a later playback. To accommodate this, atstep112 the application program issues instructions to establish the VCR driver as a receiver client of the channel specified by “channel ID”. In response, the VCR driver adds itself as a channel client atstep114.
Once all of the clients have been added to the isochronous channel specified by channel ID, a start instruction can be issued atstep116. This instruction, an example of which is given below, calls all of the given isochronous channel's clients (i.e., the driver software associated with the various devices) to start the given isochronous channel. Each listening client is first instructed to listen to the channel. Once all of the listeners are ready, the sender client is instructed to start the transmission of data.
OSStatusStartIsochronousChannel (
IsochChannelIDisochChannelID);
--> isochChannelIDReference to the isochronous channel to
start.
As shown inFIG. 5 then, once the start command is issued by the application program, a service routine calls each channel client atstep118. Atstep120, the camera driver configures the local port onCPU node12 to start listening to the isochronous channel specified by channel ID. An exemplary instruction is shown below.
OSStatusStartLocalIsochronousPort (
IsochPortActionParamsPtrpIsochPortActionParams);
<-->pIsochPortActionParamsPointer to parameter block.
-->controlFlagsFlags used to control the request.
<--statusCurrent status of request.
-->completionProcProcedure to call upon comple-
tion of request.
-->completionProcDataData to be used by
completionProc.
-->isochPortIDReference to local port to start.
-->pIsochChannelBufferIsochronous channel buffer chain
to talk/listen into/from.
-->actionSyncSync event to start on.

This instruction causes the local port specified by isoch-PortID to start listening (for the example ofFIG. 5) on its isochronous channel using the buffer chain previously established and specified by pisochChannelBuffer (i.e., the starting address ofBuffer1 in FIG.3).
Similarly, atstep122 the VCR driver programs theVCR36 to start listening to the isochronous channel specified by channel ID. Once this is completed, the service routine issues instructions telling the camera driver toprogram camera32 to start sending data over the isochronous channel. Atstep126, the camera driver does so.
At this point,CPU10 may continue with other instructions as indicated bystep130. For example,CPU10 may respond to menu level instructions initiated by a user or execute commands for a selected foreground application. Whenvideo camera32 transmits data on the isochronous channel specified by a channel ID, the CPU receiving the data generates an interrupt. The interrupt is recognized atstep128 andprocedure100 moves to step132 where the interrupt causes theCPU10 to execute instructions which transfer the incoming isochronous data into an appropriate buffer within the linked list. TheCPU10 then returns from the interrupt to complete or continue with any tasks. For the second embodiment described above, a DMA transfer is initiated to transfer the data without interrupting theCPU10. Subsequently, data is transferred from the buffers which comprise the linked list to a frame buffer associated withmonitor18 for eventual display ondisplay screen48 withinwindow50. This process continues until an isochronous channel stop instruction is issued.
Stopping the transmission of isochronous data is similar to the starting process. This time, however, a stop command is issued which calls all of the given channel's clients as follows. First, the stop command calls the sending client to stop sending data on the channel. Once the sender stops, the stop command calls each of the listening clients to stop listening.
Those skilled in the art will recognize that the simple linked list configuration shown inFIG. 3 is subject to certain errors. For example, the linked list shown inFIG. 3 hasbuffer1 corresponding to scanline1 ofwindow50,buffer2 corresponding to scanline2 ofwindow50, and so on. Under normal operating conditions, the real-time video data intended for the top of the frame inwindow50 will be stored inbuffer1, corresponding to scanline1. Typically, the top-of-frame (ToF) data is tagged to indicate it as such. However, when errors in the video data stream occur, for example a garbled transmission, using the linked list approach ofFIG. 3 it is possible that one line worth of data could be missed and, for example, the top-of-frame data could then be placed in the buffer corresponding to scanline5. In such a case, the ultimate picture displayed withinwindow50 would appear with the top-of-frame data at the bottom of the screen instead of the top of the screen. Such a condition is generally unacceptable.
To account for these types of errors, a more complex linked list of buffers is used. This more complex scheme is shown in FIG.4. The linked list of buffers shown inFIG. 4 support conditional branching. That is, the linked list contains pointers which do not necessarily correspond to the succeeding buffer in the chain. Instead, the linked list supports pointers (next1) which point back to the first address of the first buffer in the linked list (or, potentially, any other buffer, as desired and depending upon the branch condition described below). Associated with the pointer next1 is a data field cond1. The data field cond1 may, for example, correspond to a top-of-frame indication. Thus, when real-time video data is received over the isochronous channel, if the data indicates that it is meant for the top-of-frame inwindow50, the linked list will point to the starting address of the buffer associated withscan line1. In this way, top-of-frame data will always be displayed at the top ofwindow50.
Where the video data received does not have a top-of-frame indication, the linked list will point to the next buffer in the chain. In this way, the situation described above where the data is displayed with the top-of-frame at the bottom of the window is avoided. Those skilled in the art will appreciate that other branching conditions, such as branch on fill or branch on synch, can also be implemented.
An exemplary structure of these isochronous channel buffers is shown below:
typedef struct IsohChannelBufferStructIsochChannelBuffer
structIsochChannelBufferStruct*IsochChannelBufferPtr;
{
IsochChannelBufferPtrpBranchChannelBuffer;
IsochChannelBufferPtrpBranch2ChannelBuffer;
Ptrbuffer;
UInt32length;
UInt32offset;
UInt32status;
UInt32branch1Conditionals;
UInt32branch1Data;
UInt32branch1State;
UInt32branch2Conditionals;
UInt32branch2Data;
UInt32branch2State;
IsochChannelHandlerProcPtrisochChannelHandler;
UInt32isochChannelHandlerData;
);
pBranch1ChannelBufferBranch1 pointer to next channel
buffer. When a branch condition is
met, its corresponding branch pointer
is used to select the next buffer. If
both branch conditions are met
simultaneously, branch1 will take
precedence.
pBranch2ChannelBufferBranch2 pointer to next channel
buffer.
bufferPointer to buffer memory.
lengthLength of above buffer.
offsetCurrent offset into above buffer.
statusStatus of this buffer.
branch1ConditionalsConditions to meet to take branch1.
branch1DataData to use to further specify
branch1 conditions.
branch2ConditionalsConditions to meet to take branch2.
branch2DataData to use to take branch2
conditions.
branch2StateCurrent state of branch2 condition.
isochChannelHandlerHandler to call when a branch is
taken.
isochChannelHandlerDataData for above handler to use for its
own purposes.
The channel handler field within each of the buffers of the linked list provides a means of accommodating data conversion. For example,video camera32 may transmit video data in YUV format However, monitor18 may require the data in RGB format. Thus, a conversion would be required to change the YUV data to RGB data before display. The channel handler can be a set of software instructions to be called whenever a particular channel branch is taken so that after a buffer is filled, the data stored in the buffer can be converted from YUV data to RGB data for display. Thus, the channel handler would specify an address which corresponds to instructions for performing a conversion routine.
Another example of when such a channel handler may be required is when compressed data is being transmitted over the serial bus. Before display, the data would need to be decompressed. The channel handler routine could be used to decompress the data in the manner described for the YUV to RGB translation described above. Other examples of the use of such channel handlers will be apparent to those skilled in the art.
Thus far, the present invention has been described with the assumption that theCPU10 will manipulate data transferred across the isochronous channel (i.e., the CPU transfers the data to the linked list of buffers within system memory for later transfer to a frame buffer). This need not, however, be the case. In other embodiments, theCPU10 can establish the isochronous channel without becoming part of the channel. For example, in the situation where a user wishes to record video data produced bycamera32 on a video cassette, the isochronous channel can be established betweenonly video camera32 andVCR36. In this example, one driver might be associated with thevideo camera32 and a second driver might be associated with theVCR36. The camera driver would establish the channel ID and add thecamera32 as a sender client in the manner described above. The camera driver would then call the VCR driver and would pass a reference to the channel ID. The VCR driver would add theVCR36 as a listener client as described above. Once all of the clients have been added to the channel, the “start” instruction can be issued as described above. No linked list of buffers is required because theVCR36 can record the video data directly (it need not be in frames). Now, isochronous data (i.e., video data) will be transmitted from thecamera32 to theVCR36 without interrupting the CPU10 (which is not a client of the isochronous channel). Those skilled in the art will appreciate that any number of clients can be added to the isochronous channel in this fashion to accommodate the required data transfer.
Although the methods of the present invention have been described with reference to the use of a linked list of buffers at the receiving node, those skilled in the art will appreciate that a similar configuration of buffers could be used at the sending node. In such an embodiment, isochronous data would be stored in a linked list of buffers similar to that described above and transmitted over the isochronous channel as network conditions permit.
Thus a system and method for managing isochronous data channels within a computer system has been described. In the foregoing specification, the invention has been described with reference to specific exemplary embodiments thereof. It will, however, be appreciated by those skilled in the art that various modifications and changes may be made thereto without departing from the broader spirit and scope of the invention as set forth in the appended claims. The specification and drawings are accordingly, to be regarded in an illustrative rather than a restrictive sense.

Claims (18)

1. A method comprising:
configuring an isochronous channel within a computer system to include a linked list of buffers configured to receive isochronous data transmitted within said computer system, each buffer comprising a data field for storing the isochronous data and a condition field for storing condition data to be evaluated;
adding a sender client configured to transmit said isochronous data to said isochronous channel, said sender client being a software driver routine associated with a sender node of said computer system, and providing said sender client with a channel identifier ; and
adding a listener client to said isochronous channel, said listener client being a software driver routine associated with a listener node of said computer system, by providing said listener client with said channel identifier said listener client loading the isochronous data into the linked list of buffers, and evaluating the condition data in the condition field to determine a next one of the buffers from which to next access isochronous data.
8. A sequence of computer-readable instructions embodied on a computer-readable medium comprising instructions arranged to cause a processor to configure an isochronous channel within a computer system including said processor to include a linked list of buffers configured to receive isochronous data transmitted within said computer system, each buffer comprising a data field for storing the isochronous data and a condition field for storing condition data to be evaluated, and to cause said processor to add a sender client to said isochronous channel and to cause said processor to add a listener client to said isochronous channel, and said listener client loading the isochronous data into the linked list of buffers and evaluating the condition data in the condition field of each buffer to determine a next one of the buffers from which to next access isochronous data.
9. A computer system, comprising:
an isochronous channel having a linked list of buffers configured to receive isochronous data transmitted within said computer system, each buffer comprising a data field for storing the isochronous data and a condition field for storing condition data to be evaluated;
a sender client associated with said isochronous channel and configured to transmit said isochronous data, said sender client being a software driver routine associated with a sender node of said computer system; and
a listener client associated with said isochronous channel and configured to receive said isochronous data, said listener client being a software driver routine associated with a listener node of said computer system, and said listener client loading the isochronous data into the linked list of buffers and evaluating the condition data in the condition field of each buffer to determine a next buffer from which to next access isochronous data; and
wherein said sender client has an associated channel identifier that is provided to said listener client.
13. A computer readable medium for handling of real time data transmitted on an isochronous channel within a computer system, the computer readable medium comprising:
a program, executable on the computer system, for configuring a linked list of buffers, each buffer comprising a data field for storing the isochronous data, a condition field for storing condition data to be evaluated; a first pointer field for storing a first pointer to one of the buffers from which isochronous data is to be next accessed in response to the condition data satisfying the condition; and a second pointer field for storing a second pointer to one of the buffers from which isochronous data is to be next accessed in response to the condition data not satisfying the condition; and
a program, executable on the computer system for receiving the isochronous data from a source device, loading the isochronous data into the linked list of buffers, evaluating the condition data in the condition field; and responsively using either the first pointer or the second pointer to next access isochronous data from one of the buffers.
18. A computer implemented method for handling of real time data transmitted on an isochronous channel within a computer system, the method comprising:
establishing a linked list of buffers for receiving isochronous data from a source device, each buffer comprising a data field for storing the isochronous data, a condition field, a first pointer field for storing a first pointer to one of the buffers from which isochronous data is to be next accessed in response to the condition data, and a second pointer field for storing a second pointer to one of the buffers from which isochronous data is to be next accessed in response to the condition data;
receiving the isochronous data from the source device;
loading the isochronous data into the linked list of buffers;
accessing the data in the linked list of buffers for output to a client device; and
responsive to an evaluation of the condition data, using the first pointer or second pointer to access a next buffer.
US10/845,0601996-04-012004-05-12Isochronous channel having a linked list of buffersExpired - LifetimeUSRE39763E1 (en)

Priority Applications (2)

Application NumberPriority DateFiling DateTitle
US10/845,060USRE39763E1 (en)1996-04-012004-05-12Isochronous channel having a linked list of buffers
US11/503,541USRE44443E1 (en)1996-04-012006-08-11Isochronous channel having a linked list of buffers

Applications Claiming Priority (3)

Application NumberPriority DateFiling DateTitle
US08/625,993US5940600A (en)1996-04-011996-04-01Isochronous channel having a linked list of buffers
US09/932,846USRE38641E1 (en)1996-04-012001-08-17Isochronous channel having a linked list of buffers
US10/845,060USRE39763E1 (en)1996-04-012004-05-12Isochronous channel having a linked list of buffers

Related Parent Applications (2)

Application NumberTitlePriority DateFiling Date
US08/625,993ReissueUS5940600A (en)1996-04-011996-04-01Isochronous channel having a linked list of buffers
US09/932,846ContinuationUSRE38641E1 (en)1996-04-012001-08-17Isochronous channel having a linked list of buffers

Related Child Applications (1)

Application NumberTitlePriority DateFiling Date
US08/625,993ContinuationUS5940600A (en)1996-04-011996-04-01Isochronous channel having a linked list of buffers

Publications (1)

Publication NumberPublication Date
USRE39763E1true USRE39763E1 (en)2007-08-07

Family

ID=24508505

Family Applications (4)

Application NumberTitlePriority DateFiling Date
US08/625,993CeasedUS5940600A (en)1996-04-011996-04-01Isochronous channel having a linked list of buffers
US09/932,846Expired - LifetimeUSRE38641E1 (en)1996-04-012001-08-17Isochronous channel having a linked list of buffers
US10/845,060Expired - LifetimeUSRE39763E1 (en)1996-04-012004-05-12Isochronous channel having a linked list of buffers
US11/503,541Expired - LifetimeUSRE44443E1 (en)1996-04-012006-08-11Isochronous channel having a linked list of buffers

Family Applications Before (2)

Application NumberTitlePriority DateFiling Date
US08/625,993CeasedUS5940600A (en)1996-04-011996-04-01Isochronous channel having a linked list of buffers
US09/932,846Expired - LifetimeUSRE38641E1 (en)1996-04-012001-08-17Isochronous channel having a linked list of buffers

Family Applications After (1)

Application NumberTitlePriority DateFiling Date
US11/503,541Expired - LifetimeUSRE44443E1 (en)1996-04-012006-08-11Isochronous channel having a linked list of buffers

Country Status (1)

CountryLink
US (4)US5940600A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20070088859A1 (en)*2003-11-282007-04-19Olivier BurellerMethod for monitoring the state of a device in a network and device for carrying out said monitoring.
US20210132945A1 (en)*2019-11-042021-05-06Apple Inc.Chained Buffers In Neural Network Processor

Families Citing this family (46)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5940600A (en)*1996-04-011999-08-17Apple Computer, Inc.Isochronous channel having a linked list of buffers
JP3721234B2 (en)*1996-10-072005-11-30富士写真フイルム株式会社 Printer system and operation control method thereof
US6381657B2 (en)*1997-01-312002-04-30Hewlett-Packard CompanySharing list for multi-node DMA write operations
JP3782542B2 (en)*1997-04-022006-06-07キヤノン株式会社 Image processing apparatus and image processing system
KR100230281B1 (en)*1997-04-141999-11-15윤종용Multi-media system for transmitting and receiving a program number and method for transmitting and receiving a program number
JP3927647B2 (en)*1997-04-212007-06-13キヤノン株式会社 Information processing apparatus, information processing method, and information processing system
JPH11127214A (en)*1997-10-211999-05-11Sony CorpInformation processor, control method and transmission medium
US6298406B1 (en)*1997-10-242001-10-02Sony CorporationMethod of and apparatus for detecting direction of reception of bus packets and controlling direction of transmission of bus packets within an IEEE 1394 serial bus node
US6237049B1 (en)*1998-01-062001-05-22Sony Corporation Of JapanMethod and system for defining and discovering proxy functionality on a distributed audio video network
US6088748A (en)*1998-06-172000-07-11Advanced Micro Devices, Inc.Personal computer system incorporating an isochronous multi-channel, multi-rate data bus
US6134698A (en)*1998-06-172000-10-17Advanced Micro Devices, Inc.Reduced pin count isochronous data bus
US6085270A (en)*1998-06-172000-07-04Advanced Micro Devices, Inc.Multi-channel, multi-rate isochronous data bus
US6404771B1 (en)*1998-06-172002-06-11Advanced Micro Devices, Inc.Clock lead/lag extraction in an isochronous data bus
US6628607B1 (en)1999-07-092003-09-30Apple Computer, Inc.Method and apparatus for loop breaking on a serial bus
US7330815B1 (en)*1999-10-042008-02-12Globalenglish CorporationMethod and system for network-based speech recognition
US6691096B1 (en)1999-10-282004-02-10Apple Computer, Inc.General purpose data container method and apparatus for implementing AV/C descriptors
US6671768B1 (en)1999-11-012003-12-30Apple Computer, Inc.System and method for providing dynamic configuration ROM using double image buffers for use with serial bus devices
US6618750B1 (en)1999-11-022003-09-09Apple Computer, Inc.Method and apparatus for determining communication paths
US6813663B1 (en)1999-11-022004-11-02Apple Computer, Inc.Method and apparatus for supporting and presenting multiple serial bus nodes using distinct configuration ROM images
US6587904B1 (en)*1999-11-052003-07-01Apple Computer, Inc.Method and apparatus for preventing loops in a full-duplex bus
US6636914B1 (en)1999-11-052003-10-21Apple Computer, Inc.Method and apparatus for arbitration and fairness on a full-duplex bus using dual phases
US6457086B1 (en)*1999-11-162002-09-24Apple Computers, Inc.Method and apparatus for accelerating detection of serial bus device speed signals
US7266617B1 (en)*2000-01-182007-09-04Apple Inc.Method and apparatus for border node behavior on a full-duplex bus
US6639918B1 (en)*2000-01-182003-10-28Apple Computer, Inc.Method and apparatus for border node behavior on a full-duplex bus
US8407595B1 (en)2000-02-112013-03-26Sony CorporationImaging service for automating the display of images
US7136528B2 (en)2000-02-112006-11-14Sony CorporationSystem and method for editing digital images
US7262778B1 (en)2000-02-112007-08-28Sony CorporationAutomatic color adjustment of a template design
US7810037B1 (en)2000-02-112010-10-05Sony CorporationOnline story collaboration
US7050453B1 (en)2000-02-172006-05-23Apple Computer, Inc.Method and apparatus for ensuring compatibility on a high performance serial bus
US6718497B1 (en)2000-04-212004-04-06Apple Computer, Inc.Method and apparatus for generating jitter test patterns on a high performance serial bus
US6618785B1 (en)2000-04-212003-09-09Apple Computer, Inc.Method and apparatus for automatic detection and healing of signal pair crossover on a high performance serial bus
GB0028353D0 (en)*2000-11-212001-01-03Aspex Technology LtdImprovements relating to digital data communications
US7353284B2 (en)*2003-06-132008-04-01Apple Inc.Synchronized transmission of audio and video data from a computer to a client via an interface
US7668099B2 (en)*2003-06-132010-02-23Apple Inc.Synthesis of vertical blanking signal
US20040255338A1 (en)*2003-06-132004-12-16Apple Computer, Inc.Interface for sending synchronized audio and video data
US8275910B1 (en)2003-07-022012-09-25Apple Inc.Source packet bridge
US7788567B1 (en)*2003-11-182010-08-31Apple Inc.Symbol encoding for tolerance to single byte errors
US7995606B1 (en)2003-12-032011-08-09Apple Inc.Fly-by and ack-accelerated arbitration for broadcast packets
US7502338B1 (en)2003-12-192009-03-10Apple Inc.De-emphasis training on a point-to-point connection
US7237135B1 (en)*2003-12-292007-06-26Apple Inc.Cyclemaster synchronization in a distributed bridge
US7308517B1 (en)2003-12-292007-12-11Apple Inc.Gap count analysis for a high speed serialized bus
US20050231358A1 (en)*2004-04-192005-10-20Company Steven LSearch engine for singles with (GPS) position data
US8483108B2 (en)*2006-07-242013-07-09Apple Inc.Apparatus and methods for de-emphasis training on a point-to-point connection
US9237294B2 (en)2010-03-052016-01-12Sony CorporationApparatus and method for replacing a broadcasted advertisement based on both heuristic information and attempts in altering the playback of the advertisement
US9058685B2 (en)*2010-03-112015-06-16Broadcom CorporationMethod and system for controlling a 3D processor using a control list in memory
US9832528B2 (en)2010-10-212017-11-28Sony CorporationSystem and method for merging network-based content with broadcasted programming content

Citations (10)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5317692A (en)*1991-01-231994-05-31International Business Machines CorporationMethod and apparatus for buffer chaining in a communications controller
US5406559A (en)*1992-11-021995-04-11National Semiconductor CorporationIsochronous link protocol
US5452420A (en)*1989-07-241995-09-19Allen-Bradley Company, Inc.Intelligent network interface circuit for establishing communication link between protocol machine and host processor employing counter proposal set parameter negotiation scheme
US5566169A (en)*1992-11-021996-10-15National Semiconductor CorporationData communication network with transfer port, cascade port and/or frame synchronizing signal
US5594732A (en)*1995-03-031997-01-14Intecom, IncorporatedBridging and signalling subsystems and methods for private and hybrid communications systems including multimedia systems
US5617418A (en)*1992-11-021997-04-01National Semiconductor CorporationNetwork link detection and generation
US5754789A (en)*1993-08-041998-05-19Sun Microsystems, Inc.Apparatus and method for controlling point-to-point interconnect communications between nodes
US5815678A (en)*1995-07-141998-09-29Adaptec, Inc.Method and apparatus for implementing an application programming interface for a communications bus
US6243783B1 (en)*1996-02-022001-06-05Sony CorporationApplication programming interface for managing and automating data transfer operations between applications over a bus structure
USRE38641E1 (en)*1996-04-012004-10-26Apple Computer, Inc.Isochronous channel having a linked list of buffers

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5452420A (en)*1989-07-241995-09-19Allen-Bradley Company, Inc.Intelligent network interface circuit for establishing communication link between protocol machine and host processor employing counter proposal set parameter negotiation scheme
US5317692A (en)*1991-01-231994-05-31International Business Machines CorporationMethod and apparatus for buffer chaining in a communications controller
US5594734A (en)*1992-11-021997-01-14National Semiconductor CorporationAsynchronous processor access to a switch table in a network with isochronous capability
US5440556A (en)*1992-11-021995-08-08National Semiconductor CorporationLow power isochronous networking mode
US5566169A (en)*1992-11-021996-10-15National Semiconductor CorporationData communication network with transfer port, cascade port and/or frame synchronizing signal
US5406559A (en)*1992-11-021995-04-11National Semiconductor CorporationIsochronous link protocol
US5617418A (en)*1992-11-021997-04-01National Semiconductor CorporationNetwork link detection and generation
US5668811A (en)*1992-11-021997-09-16National Semiconductor CorporationMethod of maintaining frame synchronization in a communication network
US5754789A (en)*1993-08-041998-05-19Sun Microsystems, Inc.Apparatus and method for controlling point-to-point interconnect communications between nodes
US5594732A (en)*1995-03-031997-01-14Intecom, IncorporatedBridging and signalling subsystems and methods for private and hybrid communications systems including multimedia systems
US5815678A (en)*1995-07-141998-09-29Adaptec, Inc.Method and apparatus for implementing an application programming interface for a communications bus
US6243783B1 (en)*1996-02-022001-06-05Sony CorporationApplication programming interface for managing and automating data transfer operations between applications over a bus structure
USRE38641E1 (en)*1996-04-012004-10-26Apple Computer, Inc.Isochronous channel having a linked list of buffers

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
Apple Computer, Inc., "Interim Draft, Designing PCI Cards and Drivers for Power MacIntosh Computers", A8 Draft-Preliminary Information, pp. 1-372, (Mar. 9, 1995).*
High Performance Serial Bus Working Group of the Microprocessor and Microcomputer Standards Committee, "P1394 Standard for a High Performance Serial Bus", P1394 Draft 8.0v3, pp. 1-364, (Oct. 16, 1995).*
ISO/IEC 13213 ANSI/IEEE Standard 1212, "Information Technology-Microprocessor Systems-Control and Status Registers (CSR) Architecture For Microprocessor Buses", First Edition, pp. 1-125, (Oct. 5, 1994).*
Philips Electronics et al, Digital Interface for Consumer Electronic Audio/Video Equipment Draft Version 2.0, IEEE 1394 Trade Association Meeting, pp. 1-47, Part 2-pp. 1-6, (Oct. 1995).*

Cited By (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20070088859A1 (en)*2003-11-282007-04-19Olivier BurellerMethod for monitoring the state of a device in a network and device for carrying out said monitoring.
US7876787B2 (en)*2003-11-282011-01-25Thomson LicensingMethod for monitoring the state of a device in a network and device for carrying out said monitoring
US20210132945A1 (en)*2019-11-042021-05-06Apple Inc.Chained Buffers In Neural Network Processor
US11513799B2 (en)*2019-11-042022-11-29Apple Inc.Chained buffers in neural network processor

Also Published As

Publication numberPublication date
US5940600A (en)1999-08-17
USRE38641E1 (en)2004-10-26
USRE44443E1 (en)2013-08-13

Similar Documents

PublicationPublication DateTitle
USRE39763E1 (en)Isochronous channel having a linked list of buffers
US5930480A (en)Software architecture for controlling data streams based on linked command blocks
JP3993893B2 (en) Application programming interface for data transfer over bus and bus management
US6519268B1 (en)Asynchronous data pipe for automatically managing asynchronous data transfers between an application and a bus structure
US6901474B2 (en)Application programming interface for data transfer and bus management over a bus structure
KR100294960B1 (en)Data communication system, data communication method, and data communication apparatus
US7577782B2 (en)Application programming interface for data transfer and bus management over a bus structure
US6167471A (en)Method of and apparatus for dispatching a processing element to a program location based on channel number of received data
US6298406B1 (en)Method of and apparatus for detecting direction of reception of bus packets and controlling direction of transmission of bus packets within an IEEE 1394 serial bus node
US6363428B1 (en)Apparatus for and method of separating header information from data in an IEEE 1394-1995 serial bus network
KR20010075135A (en)Data transfer control device and electronic apparatus
US6904475B1 (en)Programmable first-in first-out (FIFO) memory buffer for concurrent data stream handling
KR100516411B1 (en) Method and system for autonomous operation of PCI-serial bus interface device of packetized data communication interface device
US7496679B2 (en)Packet communication apparatus
JP2715137B2 (en) Communication network control method
JPH0693685B2 (en) Frame selective reception method
JPH05153128A (en)Communication speed control method and device
US6405235B1 (en)Data receiving device capable of executing simultaneous reception operation
CN115866179A (en)Bridge video transmission system and method avoiding video low-level protocol analysis
EP0921470A1 (en)Data receiving device capable of simultaneous reception
KleijnenPHILAN: An integrated local area network for high speed applications
JPH0210942A (en)Loop communication system
JPS63158942A (en)Data communication system
JPH08205212A (en) Exchange processing system for electronic exchange

Legal Events

DateCodeTitleDescription
REMIMaintenance fee reminder mailed
FPAYFee payment

Year of fee payment:12

SULPSurcharge for late payment

Year of fee payment:11


[8]ページ先頭

©2009-2025 Movatter.jp