US20050099965A1 - Method for computing speed map for IEEE-1394 network - Google Patents
Method for computing speed map for IEEE-1394 network Download PDFInfo
- Publication number
- US20050099965A1 US20050099965A1 US11/006,979 US697904A US2005099965A1 US 20050099965 A1 US20050099965 A1 US 20050099965A1 US 697904 A US697904 A US 697904A US 2005099965 A1 US2005099965 A1 US 2005099965A1
- Authority
- US
- United States
- Prior art keywords
- node
- speed
- ieee
- serial bus
- network
- 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.)
- Abandoned
Links
- 238000000034 method Methods 0.000 title claims description 13
- 239000013598 vector Substances 0.000 claims description 12
- 230000005540 biological transmission Effects 0.000 description 9
- 239000011159 matrix material Substances 0.000 description 4
- 230000002093 peripheral effect Effects 0.000 description 4
- 230000015654 memory Effects 0.000 description 3
- 230000008569 process Effects 0.000 description 3
- 238000012545 processing Methods 0.000 description 2
- 238000012546 transfer Methods 0.000 description 2
- 230000008901 benefit Effects 0.000 description 1
- 230000000903 blocking effect Effects 0.000 description 1
- 238000010276 construction Methods 0.000 description 1
- 230000001419 dependent effect Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 239000003999 initiator Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000000644 propagated effect Effects 0.000 description 1
- 239000000126 substance Substances 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/28—Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
- H04L12/40—Bus networks
- H04L12/40052—High-speed IEEE 1394 serial bus
- H04L12/40078—Bus configuration
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/64—Hybrid switching systems
- H04L12/6418—Hybrid transport
Definitions
- This invention relates generally to data communications and, more particularly, to a method for controlling isochronous data communications within a digital system having a bus architecture that complies with the IEEE-1394 Standard for a High Performance Serial Bus.
- each bus architecture operates according to a communications protocol that defines the manner in which data transfer between components is accomplished.
- IEEE-1394 Serial Bus Standard 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”).
- 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.
- 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.
- the IEEE-1394 Serial Bus supports multiple data rates, for example, 98.304 Mbit/s (referred to as the “base rate”), 196.608 Mbit/s and 393.216 Mbit/s (hereafter referred to as 100, 200 and 400 Mbit/s, respectively).
- base rate 98.304 Mbit/s
- 196.608 Mbit/s 196.608 Mbit/s
- 393.216 Mbit/s hereafter referred to as 100, 200 and 400 Mbit/s, respectively.
- each node of a network configured in accordance with the IEEE-1394 Serial Bus Standard broadcasts its speed capabilities as part of a node self-identification transmission.
- each higher speed node i.e., those capable of data rates in excess of the base rate
- exchanges speed information with its parent at the end of the node self-identification process In this way, each node is provided with a complete record of the speed capabilities of the nodes attached to each of its connected ports.
- a speed code is sent by a node as part of a bus arbitration phase. If a directly attached node is incapable of receiving high speed data, then it is not sent any clocked data. Instead, a data prefix is continually sent by the node accessing the bus to the slower speed node, until the higher speed node has completed sending the packet on its remaining ports. This keeps the slower attached node from arbitrating while the high speed data is sent out of the other port(s). Since the slower node propagates the data prefix to all of its other ports, all devices down stream from that node will also be kept from arbitrating.
- the initiator of a packet needs to know the speed capabilities of the nodes along the path between it and a responding node.
- this information is available in the form of a speed map published by the bus manager based on data gathered from the node self-identification phase.
- the speed map is an array of vectors, where each vector entry indicates the maximum data transfer rate supported between two nodes.
- the IEEE 1394 Serial Bus Standard specifies a format for a SPEED_MAP register but does not specify how the bus manager is to compute the vector entries for the speed map.
- Digital network 100 includes 11 nodes ( 0 - 10 ) interconnected via point-to-point links in a tree fashion according to the IEEE Serial Bus Standard. Each node ( 0 - 10 ) has an associated maximum transmission speed which in FIG. 1 is indicated in parenthesis next to the node number.
- 100 represents a 98.304 Mbit/s capable node and 200 represents a 196.608 Mbit/s capable node is used here for convenience.
- This scheme for computing speed map vector entries consumes a significant amount of time, especially when there are a large number of nodes in the digital system. Accordingly, a new method for computing the speed map vector entries is needed.
- a speed map for the digital network is computed by first, computing a first speed between a first node and a second node of the digital network; and second, computing a second speed between the first node and a third node of the digital network using the computed first speed.
- FIG. 1 illustrates a digital system having a serial bus made up of a number of nodes and supporting the computation of a speed map according to a conventional scheme
- FIG. 2 illustrates a speed map matrix for the digital system of FIG. 1 ;
- FIG. 3 illustrates a digital system configured to compute speed map entries in accordance with one embodiment of the present invention
- FIG. 4 illustrates the digital system of FIG. 3 in an alternative representation
- FIG. 5 illustrates a speed map matrix for the digital system of FIG. 4 .
- FIG. 3 shows an exemplary digital system 5 utilizing the methods of the present invention.
- a speed map for the digital network is computed by first, computing a first speed between a first node and a second node of the digital network; and second, computing a second speed between the first node and a third node of the digital network using the computed first speed.
- the digital system 5 of FIG. 3 includes a central processing unit (CPU) 10 , a monitor 18 , a printer 26 , a video camera 32 , a video cassette recorder (VCR) 36 , a keyboard 42 , and a mouse 46 .
- the CPU 10 includes an internal hard drive 14 and a memory (not shown).
- Each of the devices of digital system 5 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.
- the CPU 10 is the local host for the CPU node 12 ; the monitor 18 is the local host for the monitor node 16 ; the printer 26 is the local host for the printer node 24 ; the video camera 32 is the local host for the video camera node 30 ; the VCR 36 is the local host for the VCR node 34 ; the keyboard 42 is the local host for the keyboard node 40 ; the mouse 46 is the local host for the mouse node 44 ; and the internal hard drive 14 is the local host for the internal hard drive node 15 .
- the CPU 10 is the local host for the CPU node 12 ; the monitor 18 is the local host for the monitor node 16 ; the printer 26 is the local host for the printer node 24 ; the video camera 32 is the local host for the video camera node 30 ; the VCR 36 is the local host for the VCR node 34 ; the keyboard 42 is the local host for the keyboard node 40 ; the mouse 46 is the local host for the mouse node 44 ; and the internal hard drive 14 is the local host for the internal hard
- a point-to-point link such as cable 20 is used to connect two nodes to one another.
- CPU node 12 is coupled to internal hard drive node 15 by an internal link 21 , to monitor node 16 by cable 20 , and to keyboard node 40 by a cable 20 e.
- the keyboard node 40 is coupled to the mouse node 44 by a cable 20 f.
- the monitor node 16 is coupled to the nodes of the other peripherals (not shown) by cable 20 a and to the printer node 24 by cable 20 b.
- the printer node 24 is coupled to the video camera node 30 by cable 20 c and to the VCR node 34 by cable 20 d.
- Each of the cables 20 - 20 f and the internal link 21 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 the nodes 12 , 15 , 16 , 24 , 32 , 34 , 40 and 44 may have identical construction, although some of the nodes, such as mouse node 44 , can be simplified because of their specific 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 node 12 , as illustrated, has 3 ports, while the mouse node 44 has only 1 port.
- Digital system 5 is illustrated in an alternative representation in FIG. 4 .
- this is only one possible configuration of digital system 5 and other configurations may result upon a bus reset.
- Other peripherals which may be connected to digital system 5 are not shown in FIG. 4 to simplify the following discussion, however, such peripherals may be present in other embodiments.
- arbitrary transmission speeds have been assigned to the nodes (in parentheses) of digital system 5 for purposes of explanation and these arbitrary speeds should in no way limit the scope of the present invention.
- the vector entries for a speed map for digital system 5 are computed using a recursive algorithm where previously computed speed values are used to compute a current speed value.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Systems (AREA)
Abstract
Within a digital network having a bus architecture that complies with the IEEE-1394 Standard for a High Performance Serial Bus a speed map for the digital network is computed by first, computing a first speed between a first node and a second node of the digital network; and second, computing a second speed between the first node and a third node of the digital network using the computed first speed.
Description
- This invention relates generally to data communications and, more particularly, to a method for controlling isochronous data communications within a digital system having a bus architecture that complies with the IEEE-1394 Standard for a High Performance Serial Bus.
- The components of a computer or other digital 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 made up of one root and several parent and child nodes, and an 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.
- The IEEE-1394 Serial Bus supports multiple data rates, for example, 98.304 Mbit/s (referred to as the “base rate”), 196.608 Mbit/s and 393.216 Mbit/s (hereafter referred to as 100, 200 and 400 Mbit/s, respectively). During start up, each node of a network configured in accordance with the IEEE-1394 Serial Bus Standard broadcasts its speed capabilities as part of a node self-identification transmission. In addition, each higher speed node (i.e., those capable of data rates in excess of the base rate) exchanges speed information with its parent at the end of the node self-identification process. In this way, each node is provided with a complete record of the speed capabilities of the nodes attached to each of its connected ports.
- During normal packet transmission, a speed code is sent by a node as part of a bus arbitration phase. If a directly attached node is incapable of receiving high speed data, then it is not sent any clocked data. Instead, a data prefix is continually sent by the node accessing the bus to the slower speed node, until the higher speed node has completed sending the packet on its remaining ports. This keeps the slower attached node from arbitrating while the high speed data is sent out of the other port(s). Since the slower node propagates the data prefix to all of its other ports, all devices down stream from that node will also be kept from arbitrating.
- Although this process (which is described in detail in the IEEE-1394 Serial Bus Standard) ensures that all nodes will arbitrate correctly, it is still possible for slower nodes to act as blocking points for higher speed packets. To prevent this, the initiator of a packet needs to know the speed capabilities of the nodes along the path between it and a responding node. On a fully managed bus, this information is available in the form of a speed map published by the bus manager based on data gathered from the node self-identification phase. According to the IEEE 1394 Serial Bus Standard, the speed map is an array of vectors, where each vector entry indicates the maximum data transfer rate supported between two nodes. The IEEE 1394 Serial Bus Standard specifies a format for a SPEED_MAP register but does not specify how the bus manager is to compute the vector entries for the speed map.
- One prior scheme for computing the vector entries for the speed map requires that each path between nodes be traversed to determine the maximum possible transmission speed between any two nodes. To illustrate, consider the digital network illustrated in
FIG. 1 .Digital network 100 includes 11 nodes (0-10) interconnected via point-to-point links in a tree fashion according to the IEEE Serial Bus Standard. Each node (0-10) has an associated maximum transmission speed which inFIG. 1 is indicated in parenthesis next to the node number. The above convention where 100 represents a 98.304 Mbit/s capable node and 200 represents a 196.608 Mbit/s capable node is used here for convenience. To compute the maximum transmission speed between any two nodes, for example node 0 andnode 4, the prior scheme computes:
max speed 0→4=MIN(speed 0, speed 4)=200 Mbit/s.
Then, to compute the maximum speed betweennodes 0 and 1,
max speed 0→1=MIN(speed 0,speed 4,speed 3, speed 1)=100 Mbit/s.
In other words, for each node pair, this scheme always traverses the entire network path between the nodes of the pair to compute the maximum transmission speed. When all such paths for each node pair have been computed, a matrix such as the one shown inFIG. 2 may be generated (of course the actual speed map stored by the bus manager will comply with the format shown in the IEEE 1394 Serial Bus Standard). - This scheme for computing speed map vector entries consumes a significant amount of time, especially when there are a large number of nodes in the digital system. Accordingly, a new method for computing the speed map vector entries is needed.
- Within a digital network having a bus architecture that complies with the IEEE-1394 Standard for a High Performance Serial Bus a speed map for the digital network is computed by first, computing a first speed between a first node and a second node of the digital network; and second, computing a second speed between the first node and a third node of the digital network using the computed first speed.
- 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 digital system having a serial bus made up of a number of nodes and supporting the computation of a speed map according to a conventional scheme; -
FIG. 2 illustrates a speed map matrix for the digital system ofFIG. 1 ; -
FIG. 3 illustrates a digital system configured to compute speed map entries in accordance with one embodiment of the present invention; -
FIG. 4 illustrates the digital system ofFIG. 3 in an alternative representation; and -
FIG. 5 illustrates a speed map matrix for the digital system ofFIG. 4 . - As described herein, methods for computing a speed map for a digital system having a bus architecture that complies with the IEEE-1394 Standard for a High Performance Serial Bus are provided. For example,
FIG. 3 shows an exemplarydigital system 5 utilizing the methods of the present invention. As will be described in detail below, in one embodiment a speed map for the digital network is computed by first, computing a first speed between a first node and a second node of the digital network; and second, computing a second speed between the first node and a third node of the digital network using the computed first speed. - Some portions of the detailed description which follows are presented in terms of data structures, algorithms and symbolic representations of operations on data within a computer network and/or a computer memory. These descriptions and representations are the means used by those skilled in the computer science arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of steps leading to a desired result. The steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical and/or magnetic signals capable of being stored, transferred, combined, compared and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers or the like. It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise, it will be appreciated that throughout the description of the present invention, use of terms such as “processing”, “computing”, “calculating”, “determining”, “displaying”, or the like, refer to the actions and processes of a computer or other digital system that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices.
- The
digital system 5 ofFIG. 3 includes a central processing unit (CPU) 10, amonitor 18, aprinter 26, avideo camera 32, a video cassette recorder (VCR) 36, akeyboard 42, and amouse 46. TheCPU 10 includes an internalhard drive 14 and a memory (not shown). Each of the devices ofdigital system 5 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, theCPU 10 is the local host for theCPU node 12; themonitor 18 is the local host for themonitor node 16; theprinter 26 is the local host for theprinter node 24; thevideo camera 32 is the local host for thevideo camera node 30; theVCR 36 is the local host for theVCR node 34; thekeyboard 42 is the local host for thekeyboard node 40; themouse 46 is the local host for themouse node 44; and the internalhard drive 14 is the local host for the internalhard drive node 15. 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 a local host always be powered. - A point-to-point link such as
cable 20 is used to connect two nodes to one another.CPU node 12 is coupled to internalhard drive node 15 by aninternal link 21, to monitornode 16 bycable 20, and tokeyboard node 40 by a cable 20 e. Thekeyboard node 40 is coupled to themouse node 44 by a cable 20 f. Themonitor node 16 is coupled to the nodes of the other peripherals (not shown) bycable 20 a and to theprinter node 24 bycable 20 b. Theprinter node 24 is coupled to thevideo camera node 30 bycable 20 c and to theVCR node 34 bycable 20 d. Each of the cables 20-20 f and theinternal link 21 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 the
12, 15, 16, 24, 32, 34, 40 and 44 may have identical construction, although some of the nodes, such asnodes mouse node 44, can be simplified because of their specific 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 node 12, as illustrated, has 3 ports, while themouse node 44 has only 1 port. -
Digital system 5 is illustrated in an alternative representation inFIG. 4 . Of course, this is only one possible configuration ofdigital system 5 and other configurations may result upon a bus reset. Other peripherals which may be connected todigital system 5 are not shown inFIG. 4 to simplify the following discussion, however, such peripherals may be present in other embodiments. Also, arbitrary transmission speeds have been assigned to the nodes (in parentheses) ofdigital system 5 for purposes of explanation and these arbitrary speeds should in no way limit the scope of the present invention. - According to the present invention, the vector entries for a speed map for
digital system 5 are computed using a recursive algorithm where previously computed speed values are used to compute a current speed value. For example, the present invention computes:
Then, the present invention computes: - Notice that when computing the maximum speed for transmissions between the
CPU node 12 and theMouse node 44, rather than recomputing for the path between theCPU node 12 and the Keyboard node 42 (which lies along the network path from theCPU node 12 to the Mouse node 44) as in schemes of the past, the present invention makes use of the previously computed CPU/Keyboard speed and then simply takes into account the new portion of the path from theKeyboard node 40 to theMouse node 44. This has the advantage of greatly speeding up the time required to compute the vector entries for the speed map as each path in the network need only be traversed once. A full speed map matrix computed in this fashion fordigital system 5 is shown inFIG. 5 (of course the actual speed map stored by the bus manager will comply with the format shown in the IEEE 1394 Serial Bus Standard). - Thus a method for computing a speed map of a digital system having a bus architecture that complies with the IEEE-1394 Standard for a High Performance Serial Bus 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 (6)
1. A method of computing a speed map for a digital network, comprising the steps of:
computing a first speed between a first node and a second node of the digital network; and
computing a second speed between the first node and a third node of the digital network using the computed first speed.
2. The method of claim 1 wherein the digital network comprises a network configured in accordance with the IEEE 1394 Standard for a High Performance Serial Bus.
3. A method comprising computing vector entries for a speed map of a digital network using previously computed vector entries of the speed map.
4. The method of claim 3 wherein the digital network comprises a network configured in accordance with the IEEE 1394 Standard for a High Performance Serial Bus.
5. A speed map of a digital network comprising vector entries computed using previously computed vector entries of the speed map.
6. The speed map of claim 5 wherein the digital network comprises a network configured in accordance with the IEEE 1394 Standard for a High Performance Serial Bus.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US11/006,979 US20050099965A1 (en) | 1998-02-20 | 2004-12-07 | Method for computing speed map for IEEE-1394 network |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US09/027,400 US6829225B2 (en) | 1998-02-20 | 1998-02-20 | Method for computing speed map for IEEE-1394 network |
| US11/006,979 US20050099965A1 (en) | 1998-02-20 | 2004-12-07 | Method for computing speed map for IEEE-1394 network |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US09/027,400 Continuation US6829225B2 (en) | 1998-02-20 | 1998-02-20 | Method for computing speed map for IEEE-1394 network |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US20050099965A1 true US20050099965A1 (en) | 2005-05-12 |
Family
ID=21837518
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US09/027,400 Expired - Lifetime US6829225B2 (en) | 1998-02-20 | 1998-02-20 | Method for computing speed map for IEEE-1394 network |
| US11/006,979 Abandoned US20050099965A1 (en) | 1998-02-20 | 2004-12-07 | Method for computing speed map for IEEE-1394 network |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US09/027,400 Expired - Lifetime US6829225B2 (en) | 1998-02-20 | 1998-02-20 | Method for computing speed map for IEEE-1394 network |
Country Status (1)
| Country | Link |
|---|---|
| US (2) | US6829225B2 (en) |
Families Citing this family (27)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2000007111A1 (en) * | 1998-07-31 | 2000-02-10 | Matsushita Electric Industrial Co., Ltd. | Connection-confirmable information processing system, connection-confirmable information processing apparatus, information processing method by which connection is confirmable, recorder, recording system, recording method, method for recognizing correspondence between node and terminal, computer, terminal, and program recor |
| US6628607B1 (en) | 1999-07-09 | 2003-09-30 | Apple Computer, Inc. | Method and apparatus for loop breaking on a serial bus |
| US6728809B1 (en) * | 1999-09-09 | 2004-04-27 | Matsushita Electric Industrial Co., Ltd. | Time-out control apparatus, terminal unit, time-out control system and time-out procedure |
| US6691096B1 (en) | 1999-10-28 | 2004-02-10 | Apple Computer, Inc. | General purpose data container method and apparatus for implementing AV/C descriptors |
| US6671768B1 (en) | 1999-11-01 | 2003-12-30 | Apple Computer, Inc. | System and method for providing dynamic configuration ROM using double image buffers for use with serial bus devices |
| US6618750B1 (en) | 1999-11-02 | 2003-09-09 | Apple Computer, Inc. | Method and apparatus for determining communication paths |
| US6813663B1 (en) | 1999-11-02 | 2004-11-02 | Apple Computer, Inc. | Method and apparatus for supporting and presenting multiple serial bus nodes using distinct configuration ROM images |
| US6587904B1 (en) | 1999-11-05 | 2003-07-01 | Apple Computer, Inc. | Method and apparatus for preventing loops in a full-duplex bus |
| US6636914B1 (en) | 1999-11-05 | 2003-10-21 | Apple Computer, Inc. | Method and apparatus for arbitration and fairness on a full-duplex bus using dual phases |
| US6639918B1 (en) * | 2000-01-18 | 2003-10-28 | Apple Computer, Inc. | Method and apparatus for border node behavior on a full-duplex bus |
| US7266617B1 (en) * | 2000-01-18 | 2007-09-04 | Apple Inc. | Method and apparatus for border node behavior on a full-duplex bus |
| US7050453B1 (en) | 2000-02-17 | 2006-05-23 | Apple Computer, Inc. | Method and apparatus for ensuring compatibility on a high performance serial bus |
| US6618785B1 (en) | 2000-04-21 | 2003-09-09 | Apple Computer, Inc. | Method and apparatus for automatic detection and healing of signal pair crossover on a high performance serial bus |
| US6718497B1 (en) | 2000-04-21 | 2004-04-06 | Apple Computer, Inc. | Method and apparatus for generating jitter test patterns on a high performance serial bus |
| WO2003009533A1 (en) * | 2001-07-11 | 2003-01-30 | Fujitsu Limited | Interface device and method of control thereof |
| US6880025B2 (en) * | 2001-12-27 | 2005-04-12 | Koninklijke Philips Electronics N.V. | Efficient timeout message management in IEEE 1394 bridged serial bus network |
| JP2007528563A (en) * | 2003-05-09 | 2007-10-11 | エルジー エレクトロニクス インコーポレーテッド | Recording medium having data structure for managing at least data area of recording medium, and recording / reproducing method and apparatus |
| JP4278439B2 (en) * | 2003-06-02 | 2009-06-17 | パイオニア株式会社 | Information communication apparatus, system thereof, method thereof, program thereof, and recording medium recording the program |
| US7668099B2 (en) | 2003-06-13 | 2010-02-23 | Apple Inc. | Synthesis of vertical blanking signal |
| US7353284B2 (en) | 2003-06-13 | 2008-04-01 | Apple Inc. | Synchronized transmission of audio and video data from a computer to a client via an interface |
| US8275910B1 (en) | 2003-07-02 | 2012-09-25 | Apple Inc. | Source packet bridge |
| DE10340156A1 (en) * | 2003-09-01 | 2005-03-24 | Deutsche Thomson-Brandt Gmbh | Method and apparatus for determining electronic information about transmission speeds in a network |
| US7788567B1 (en) * | 2003-11-18 | 2010-08-31 | Apple Inc. | Symbol encoding for tolerance to single byte errors |
| US7502338B1 (en) | 2003-12-19 | 2009-03-10 | Apple Inc. | De-emphasis training on a point-to-point connection |
| US7308517B1 (en) | 2003-12-29 | 2007-12-11 | Apple Inc. | Gap count analysis for a high speed serialized bus |
| US7237135B1 (en) * | 2003-12-29 | 2007-06-26 | Apple Inc. | Cyclemaster synchronization in a distributed bridge |
| US8483108B2 (en) * | 2006-07-24 | 2013-07-09 | Apple Inc. | Apparatus and methods for de-emphasis training on a point-to-point connection |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5504767A (en) * | 1995-03-17 | 1996-04-02 | Si Diamond Technology, Inc. | Doped diamond laser |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5504757A (en) | 1994-09-27 | 1996-04-02 | International Business Machines Corporation | Method for selecting transmission speeds for transmitting data packets over a serial bus |
| JP3726417B2 (en) * | 1997-04-15 | 2005-12-14 | ソニー株式会社 | Electronic device, method for creating communication speed information between electronic devices, and recording medium |
| US6160796A (en) * | 1998-01-06 | 2000-12-12 | Sony Corporation Of Japan | Method and system for updating device identification and status information after a local bus reset within a home audio/video network |
-
1998
- 1998-02-20 US US09/027,400 patent/US6829225B2/en not_active Expired - Lifetime
-
2004
- 2004-12-07 US US11/006,979 patent/US20050099965A1/en not_active Abandoned
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5504767A (en) * | 1995-03-17 | 1996-04-02 | Si Diamond Technology, Inc. | Doped diamond laser |
Also Published As
| Publication number | Publication date |
|---|---|
| US20020057655A1 (en) | 2002-05-16 |
| US6829225B2 (en) | 2004-12-07 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6829225B2 (en) | Method for computing speed map for IEEE-1394 network | |
| US6373821B2 (en) | Method for setting time stamp in SYT field of packet headers for IEEE-1394 devices | |
| US7660932B2 (en) | Composing on-chip interconnects with configurable interfaces | |
| US5930480A (en) | Software architecture for controlling data streams based on linked command blocks | |
| US5764930A (en) | Method and apparatus for providing reset transparency on a reconfigurable bus | |
| US5632016A (en) | System for reformatting a response packet with speed code from a source packet using DMA engine to retrieve count field and address from source packet | |
| US6477171B1 (en) | Method and system for negotiation of the highest common link rate among nodes of a fibre channel arbitrated loop | |
| US5504757A (en) | Method for selecting transmission speeds for transmitting data packets over a serial bus | |
| US20090154486A1 (en) | Tracking Network Contention | |
| EP0827062A1 (en) | Electronic apparatus and operation mode controlling method therefor | |
| US20080022079A1 (en) | Executing an allgather operation with an alltoallv operation in a parallel computer | |
| JP3726417B2 (en) | Electronic device, method for creating communication speed information between electronic devices, and recording medium | |
| US20030208611A1 (en) | On -chip inter-network performance optimization using configurable performance parameters | |
| US5841989A (en) | System and method for efficiently routing data packets in a computer interconnect | |
| US6754184B2 (en) | Information processing apparatus and method, and distribution medium | |
| JP3584789B2 (en) | Data transfer control device and electronic equipment | |
| JPH1069459A (en) | Serial interface control device and control method therefor | |
| US5809027A (en) | Arbitration switching system and a method of arbitration switching in a high-speed packet switching system with a parallel common bus type | |
| US6012117A (en) | Methods and apparatus for arbitrating and controlling arbitration for access to a serial bus | |
| US6578095B1 (en) | Data transfer control device for transferring data among a plurality of nodes and electronic equipment | |
| EP1351459B1 (en) | Data transfer control device and electronic equipment | |
| US6834316B1 (en) | Data transfer controller and electronic device | |
| JP3368867B2 (en) | Communication system and communication equipment | |
| US6757773B1 (en) | System and method for determining support capability of a device coupled to a bus system | |
| US20110292944A1 (en) | Fly-by and ack-accelerated arbitration for broadcast packets |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: APPLE INC.,CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:APPLE COMPUTER, INC., A CALIFORNIA CORPORATION;REEL/FRAME:019242/0889 Effective date: 20070109 Owner name: APPLE INC., CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:APPLE COMPUTER, INC., A CALIFORNIA CORPORATION;REEL/FRAME:019242/0889 Effective date: 20070109 |
|
| STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |