US6920513B2 - Bus management techniques - Google Patents

Bus management techniques Download PDF

Info

Publication number
US6920513B2
US6920513B2 US10/306,038 US30603802A US6920513B2 US 6920513 B2 US6920513 B2 US 6920513B2 US 30603802 A US30603802 A US 30603802A US 6920513 B2 US6920513 B2 US 6920513B2
Authority
US
United States
Prior art keywords
pointer
bus
command
response
selectively
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 - Fee Related, expires
Application number
US10/306,038
Other versions
US20040103229A1 (en
Inventor
Roy Callum
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.)
Intel Corp
Original Assignee
Intel Corp
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 Intel Corp filed Critical Intel Corp
Priority to US10/306,038 priority Critical patent/US6920513B2/en
Assigned to INTEL CORPORATION reassignment INTEL CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CALLUM, ROY
Publication of US20040103229A1 publication Critical patent/US20040103229A1/en
Priority to US11/097,427 priority patent/US7689991B2/en
Application granted granted Critical
Publication of US6920513B2 publication Critical patent/US6920513B2/en
Adjusted expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/40Bus structure
    • G06F13/4004Coupling between buses
    • G06F13/4027Coupling between buses using bus bridges
    • G06F13/405Coupling between buses using bus bridges where the bridge performs a synchronising function
    • G06F13/4059Coupling between buses using bus bridges where the bridge performs a synchronising function where the synchronisation uses buffers, e.g. for speed matching between buses

Definitions

  • the subject matter disclosed herein generally relates to techniques to manage use of a shared computer bus.
  • FIG. 1 depicts a prior art system that may perform inter-computer information transfers.
  • the system of FIG. 1 includes a personal computer (PC) 100 coupled to communicate with an I/O device 150 .
  • PC 100 may include a central processing unit (CPU) 110 , memory 120 , chipset 130 , and bus 140 .
  • Bus 140 may utilize Peripheral Component Interconnect (PCI), Ethernet (described for example in IEEE 802.3 and related standards), IEEE 1394, and/or other standards to provide communication between PC 100 and I/O device 150 .
  • PCI Peripheral Component Interconnect
  • Ethernet described for example in IEEE 802.3 and related standards
  • IEEE 1394 IEEE 1394
  • I/O device 150 may include at least a microprocessor and memory or hardwired logic.
  • Example implementations of I/O device 150 include but are not limited to an Ethernet interface card, audio card, and/or video card.
  • bus 140 may be scheduled using a circular queue of task descriptors.
  • DMA direct memory access
  • a task descriptor is used to start a bulk data transfer between memory 120 and I/O device 150 .
  • a direct read or write issued by CPU 110 that calls for use of bus 140 may interrupt bulk data transfers involving I/O device 150 . After CPU 110 uses bus 140 , the interrupted bulk data transfer may resume.
  • One drawback with such interruption may be that I/O device 150 engages in a time consuming negotiation to access and use bus 140 and memory 120 in order to resume the bulk data transfer.
  • FIG. 1 depicts a prior art system that may perform inter-computer information transfers.
  • FIG. 2 depicts variables and fields that may be used in an embodiment of the present invention.
  • FIG. 3 depicts variables and fields that may be used in an embodiment of the present invention.
  • FIG. 4 depicts a flow diagram of one example operation of an information transfer controller in accordance with an embodiment of the present invention.
  • FIG. 5 depicts a flow diagram of one example operation of an I/O controller in accordance with an embodiment of the present invention.
  • FIGS. 2 and 3 depict modules and variables that may be utilized in some embodiments of the present invention.
  • Information transfer controller 310 FIG. 2
  • I/O controller 410 FIG. 3
  • I/O controller 410 may prevent CPU 110 from interrupting direct memory access operations or other operations performed by I/O device 150 .
  • PC 100 may utilize at least the following modules and variables depicted in FIG. 2 : information transfer controller 310 , a task list 320 , variable mem_head_pointer 325 , variable mem_tail_pointer 330 , and variable mem_hw_idle 340 .
  • Task list 320 may store a list of tasks that I/O device 150 performs and/or will perform. Some tasks in task list 320 may relate to use of bus 140 and/or memory 120 (e.g., a bulk data transfer).
  • CPU 110 may utilize information transfer controller 310 prior to adding a task to task list 320 .
  • Variable mem_head_pointer 325 may reference a task within task list 320 that CPU 110 expects I/O device 150 to currently perform.
  • Variable mem_tail_pointer 330 may reference a last task within task list 320 that CPU 110 expects I/O device 150 will perform last. For example, CPU 110 may expect I/O device 150 to perform all the tasks referenced by mem_head_pointer 325 and mem_tail_pointer 330 as well as tasks in task list 320 between tasks referenced by mem 13 head_pointer 325 and mem_tail_pointer 330 .
  • Variable mem_hw_idle 340 may indicate whether I/O device 150 is idle or not idle.
  • I/O device 150 may be “not idle” when performing an operation, such as, but not limited to, transferring/receiving information to/from memory 120 using bus 140 . I/O device 150 may be “not idle” when otherwise performing a task that involves bus 140 .
  • Variables mem_head_pointer 325 mem_tail_pointer 330 , and mem_hw_idle 340 may be stored in memory accessible by PC 100 .
  • I/O device 150 may utilize at least the following modules and variables depicted in FIG. 3 : P/O controller 410 , variable HW_head_pointer 415 , and variable HW_tail_pointer 420 . I/O device 150 may utilize I/O controller 410 to prevent CPU 110 from interrupting operations performed by I/O device 150 .
  • Variable HW_head_pointer 415 may reference a task within task list 320 that I/O device 150 currently performs.
  • Variable HW_tail_pointer 420 may reference a last task within task list 320 that I/O device 150 is to perform.
  • I/O device 150 may perform tasks referenced by HW_head_pointer 415 and HW_tail_pointer 420 as well as tasks in task list 320 between tasks referenced by HW_head_pointer 415 and HW_tail_pointer 420 .
  • Variables HW_head_pointer 415 and HW_tail_pointer 420 may be stored in a memory accessible at least by I/O device 150 .
  • FIG. 4 depicts a flow diagram 500 of one example implementation of information transfer controller 310 in accordance with an embodiment of the present invention.
  • PC 100 may utilize information transfer controller 310 prior to requesting I/O device 150 to perform a new task.
  • information transfer controller 310 may manage additions of new tasks that relate to information transfers between memory 120 and I/O device 150 .
  • PC 100 (or a software program utilized by I/O device 150 ) may call for execution of information transfer controller 310 prior to PC 100 requesting a new task to be performed by I/O device 150 .
  • Information transfer controller 310 may be implemented as any of or a combination of: hardwired logic, software stored by a memory device and executed by a microprocessor, firmware, an application specific integrated circuit (ASIC), and/or a field programmable gate array (FPGA).
  • ASIC application specific integrated circuit
  • FPGA field programmable gate array
  • information transfer controller 310 may initialize some variables utilized by information transfer controller 310 . For example, information transfer controller 310 may (1) set variable mem_tail_pointer 330 to point to no task within task list 320 and (2) set variable mem_hw_idle 340 to indicate that I/O device 150 is idle.
  • I/O device 150 may change the status of variable mem_hw_idle 340 to indicate that I/O device 150 is not idle.
  • information transfer controller 310 may determine whether I/O device 150 is idle. For example, to determine whether I/O device 150 is idle, information transfer controller 310 may read variable mem_hw_idle 340 . If I/O device 150 is idle, then action 520 may follow. If I/O device 150 is not idle, then action 530 may follow.
  • information transfer controller 310 may adjust variables mem_tail_pointer 330 and HW_tail_pointer 420 to point to a new task requested by PC 100 for I/O device 150 to perform. For example, in one implementation, information transfer controller 310 may adjust variables mem_tail_pointer 330 and HW_tail_pointer 420 to point to a new task added to task list 320 by PC 100 .
  • information transfer controller 310 may adjust variable mem_tail_pointer 330 to point to the new task requested by PC 100 for I/O device 150 to perform. For example, in one implementation, information transfer controller 310 may adjust variable mem_tail_pointer 330 to point to a new task added to task list 320 by PC 100 .
  • PC 100 may not adjust tasks to be performed by I/O device 150 or otherwise interrupt operation of I/O device 150 .
  • Information transfer controller 310 may prevent PC 100 from interrupting a bulk memory transfer operation or other operation performed by I/O device 150 .
  • FIG. 5 depicts a flow diagram 600 of one example implementation of the I/O controller 410 in accordance with an embodiment of the present invention.
  • I/O device 150 may utilize I/O controller 410 to manage task assignments.
  • I/O controller 410 may be implemented as any of or a combination of: hardwired logic, software stored by a memory device and executed by a microprocessor, firmware, an application specific integrated circuit (ASIC), and/or a field programmable gate array (FPGA).
  • ASIC application specific integrated circuit
  • FPGA field programmable gate array
  • I/O controller 410 may initialize operation.
  • action 610 may include I/O controller 410 (1) setting variable HW_tail_pointer 420 to point to no task within task list 320 and (2) setting variable mem_hw_idle 340 to indicate that I/O device 150 is idle.
  • I/O controller 410 may wait for a new task to be provided for I/O device 150 to perform.
  • I/O controller 410 may determine a new task is available when variables HW_head_pointer 415 and HW_tail_pointer 420 point to different tasks within task list 320 . If a new task is available, action 630 may follow action 620 .
  • I/O controller 410 may indicate that I/O device 150 is not idle. For example, in action 630 , I/O controller 410 may adjust variable mem_hw_idle 340 to indicate that I/O device 150 is not idle.
  • I/O device 150 may perform a new task identified in action 620 .
  • the new task may be the task pointed to by HW_head_pointer 415 .
  • I/O controller 410 may determine whether I/O device 150 performed all tasks. For example, I/O device 150 may have performed all tasks if variables HW_head_pointer 415 and HW_tail_pointer 420 point to the same task. If I/O device 150 has performed all tasks, then action 650 may follow. If I/O device 150 has not performed all tasks, then action 697 may follow.
  • I/O controller 410 may determine whether the last task that PC 100 tracks I/O device 150 to perform matches a task that I/O device 150 stores as a last task. For example, in action 650 , I/O controller 410 may determine whether variable HW_tail_pointer 420 matches variable mem_tail_pointer 330 . If the variables match, then action 660 may follow action 650 . If the variables do not match, then action 695 may follow action 650 .
  • I/O controller 410 may indicate to PC 100 that I/O device 150 is idle.
  • I/O controller 410 may set variable mem_hw_idle 340 to indicate that I/O device 150 is idle.
  • I/O controller 410 may delay a short period before performing action 680 .
  • I/O controller 410 may re-perform action 650 .
  • I/O controller 410 may determine whether variable HW_tail_pointer 420 points to the same task as that of variable mem_tail_pointer 330 . If the variables match, then action 620 may follow action 680 . If the variables do not match, then action 690 may follow action 680 .
  • Action 680 may account for situations in which the outcome of action 650 is inaccurate because variable HW_tail_pointer 420 is unsuccessfully attempted to be updated while variables HW_tail_pointer 420 and mem_tail_pointer 330 are compared in action 650 .
  • I/O controller 410 may indicate to PC 100 that I/O device 150 is not idle. For example, in action 690 , I/O controller 410 may set variable mem_hw_idle 340 to indicate that I/O device 150 is not idle. Action 695 may follow action 690 .
  • I/O controller 410 may set variable HW_tail_pointer 420 to point to the same task in task list 320 as that pointed to by mem_tail_pointer 330 . Accordingly, a new task attempted to be added by PC 100 when I/O device 150 was not idle may be added in action 695 when I/O device 150 is idle.
  • the I/O controller 410 may adjust variable HW_head_pointer 415 to point to a task after the most recently completed task in task list 320 .
  • Action 640 may follow action 697 .
  • I/O device 150 may perform a next task that may be the task identified in action 697 .

Abstract

Techniques to prevent interruption of operations performed by an I/O device. One advantage may be that the I/O device does not need to re-establish its interrupted operation (and waste the associated time to re-establish its interrupted operation). Accordingly, bus utilization efficiency may be improved.

Description

FIELD
The subject matter disclosed herein generally relates to techniques to manage use of a shared computer bus.
DESCRIPTION OF RELATED ART
FIG. 1 depicts a prior art system that may perform inter-computer information transfers. The system of FIG. 1 includes a personal computer (PC) 100 coupled to communicate with an I/O device 150. PC 100 may include a central processing unit (CPU) 110, memory 120, chipset 130, and bus 140. Bus 140 may utilize Peripheral Component Interconnect (PCI), Ethernet (described for example in IEEE 802.3 and related standards), IEEE 1394, and/or other standards to provide communication between PC 100 and I/O device 150.
I/O device 150 may include at least a microprocessor and memory or hardwired logic. Example implementations of I/O device 150 include but are not limited to an Ethernet interface card, audio card, and/or video card.
Under PCI, use of bus 140 may be scheduled using a circular queue of task descriptors. Under direct memory access (DMA) control, a task descriptor is used to start a bulk data transfer between memory 120 and I/O device 150. However, a direct read or write issued by CPU 110 that calls for use of bus 140 may interrupt bulk data transfers involving I/O device 150. After CPU 110 uses bus 140, the interrupted bulk data transfer may resume. One drawback with such interruption may be that I/O device 150 engages in a time consuming negotiation to access and use bus 140 and memory 120 in order to resume the bulk data transfer.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 depicts a prior art system that may perform inter-computer information transfers.
FIG. 2 depicts variables and fields that may be used in an embodiment of the present invention.
FIG. 3 depicts variables and fields that may be used in an embodiment of the present invention.
FIG. 4 depicts a flow diagram of one example operation of an information transfer controller in accordance with an embodiment of the present invention.
FIG. 5 depicts a flow diagram of one example operation of an I/O controller in accordance with an embodiment of the present invention.
Note that use of the same reference numbers in different figures indicates the same or like elements.
DETAILED DESCRIPTION
Some embodiments of the present invention include techniques to prevent a CPU from interrupting active direct memory access operations or other operations performed by an I/O device. FIGS. 2 and 3 depict modules and variables that may be utilized in some embodiments of the present invention. Information transfer controller 310 (FIG. 2) and I/O controller 410 (FIG. 3) may prevent CPU 110 from interrupting direct memory access operations or other operations performed by I/O device 150.
In accordance with an embodiment of the present invention, PC 100 may utilize at least the following modules and variables depicted in FIG. 2: information transfer controller 310, a task list 320, variable mem_head_pointer 325, variable mem_tail_pointer 330, and variable mem_hw_idle 340. Task list 320 may store a list of tasks that I/O device 150 performs and/or will perform. Some tasks in task list 320 may relate to use of bus 140 and/or memory 120 (e.g., a bulk data transfer). CPU 110 may utilize information transfer controller 310 prior to adding a task to task list 320.
Variable mem_head_pointer 325 may reference a task within task list 320 that CPU 110 expects I/O device 150 to currently perform. Variable mem_tail_pointer 330 may reference a last task within task list 320 that CPU 110 expects I/O device 150 will perform last. For example, CPU 110 may expect I/O device 150 to perform all the tasks referenced by mem_head_pointer 325 and mem_tail_pointer 330 as well as tasks in task list 320 between tasks referenced by mem13 head_pointer 325 and mem_tail_pointer 330. Variable mem_hw_idle 340 may indicate whether I/O device 150 is idle or not idle. For example, I/O device 150 may be “not idle” when performing an operation, such as, but not limited to, transferring/receiving information to/from memory 120 using bus 140. I/O device 150 may be “not idle” when otherwise performing a task that involves bus 140. Variables mem_head_pointer 325 mem_tail_pointer 330, and mem_hw_idle 340 may be stored in memory accessible by PC 100.
In accordance with an embodiment of the present invention, I/O device 150 may utilize at least the following modules and variables depicted in FIG. 3: P/O controller 410, variable HW_head_pointer 415, and variable HW_tail_pointer 420. I/O device 150 may utilize I/O controller 410 to prevent CPU 110 from interrupting operations performed by I/O device 150.
Variable HW_head_pointer 415 may reference a task within task list 320 that I/O device 150 currently performs. Variable HW_tail_pointer 420 may reference a last task within task list 320 that I/O device 150 is to perform. I/O device 150 may perform tasks referenced by HW_head_pointer 415 and HW_tail_pointer 420 as well as tasks in task list 320 between tasks referenced by HW_head_pointer 415 and HW_tail_pointer 420. Variables HW_head_pointer 415 and HW_tail_pointer 420 may be stored in a memory accessible at least by I/O device 150.
FIG. 4 depicts a flow diagram 500 of one example implementation of information transfer controller 310 in accordance with an embodiment of the present invention. PC 100 may utilize information transfer controller 310 prior to requesting I/O device 150 to perform a new task. In one implementation, information transfer controller 310 may manage additions of new tasks that relate to information transfers between memory 120 and I/O device 150. PC 100 (or a software program utilized by I/O device 150) may call for execution of information transfer controller 310 prior to PC 100 requesting a new task to be performed by I/O device 150.
Information transfer controller 310 may be implemented as any of or a combination of: hardwired logic, software stored by a memory device and executed by a microprocessor, firmware, an application specific integrated circuit (ASIC), and/or a field programmable gate array (FPGA).
Prior to execution, information transfer controller 310 may initialize some variables utilized by information transfer controller 310. For example, information transfer controller 310 may (1) set variable mem_tail_pointer 330 to point to no task within task list 320 and (2) set variable mem_hw_idle 340 to indicate that I/O device 150 is idle.
After initialization of variable mem_hw_idle 340, I/O device 150 may change the status of variable mem_hw_idle 340 to indicate that I/O device 150 is not idle. In action 510, information transfer controller 310 may determine whether I/O device 150 is idle. For example, to determine whether I/O device 150 is idle, information transfer controller 310 may read variable mem_hw_idle 340. If I/O device 150 is idle, then action 520 may follow. If I/O device 150 is not idle, then action 530 may follow.
In action 520, information transfer controller 310 may adjust variables mem_tail_pointer 330 and HW_tail_pointer 420 to point to a new task requested by PC 100 for I/O device 150 to perform. For example, in one implementation, information transfer controller 310 may adjust variables mem_tail_pointer 330 and HW_tail_pointer 420 to point to a new task added to task list 320 by PC 100.
In action 530, information transfer controller 310 may adjust variable mem_tail_pointer 330 to point to the new task requested by PC 100 for I/O device 150 to perform. For example, in one implementation, information transfer controller 310 may adjust variable mem_tail_pointer 330 to point to a new task added to task list 320 by PC 100.
Accordingly, when I/O device 150 is not idle, PC 100 may not adjust tasks to be performed by I/O device 150 or otherwise interrupt operation of I/O device 150. Information transfer controller 310 may prevent PC 100 from interrupting a bulk memory transfer operation or other operation performed by I/O device 150.
FIG. 5 depicts a flow diagram 600 of one example implementation of the I/O controller 410 in accordance with an embodiment of the present invention. I/O device 150 may utilize I/O controller 410 to manage task assignments. I/O controller 410 may be implemented as any of or a combination of: hardwired logic, software stored by a memory device and executed by a microprocessor, firmware, an application specific integrated circuit (ASIC), and/or a field programmable gate array (FPGA).
In action 610, I/O controller 410 may initialize operation. For example, action 610 may include I/O controller 410 (1) setting variable HW_tail_pointer 420 to point to no task within task list 320 and (2) setting variable mem_hw_idle 340 to indicate that I/O device 150 is idle.
In action 620, I/O controller 410 may wait for a new task to be provided for I/O device 150 to perform. In one implementation, I/O controller 410 may determine a new task is available when variables HW_head_pointer 415 and HW_tail_pointer 420 point to different tasks within task list 320. If a new task is available, action 630 may follow action 620.
In action 630, I/O controller 410 may indicate that I/O device 150 is not idle. For example, in action 630, I/O controller 410 may adjust variable mem_hw_idle 340 to indicate that I/O device 150 is not idle.
In action 640, I/O device 150 may perform a new task identified in action 620. For example, the new task may be the task pointed to by HW_head_pointer 415.
In action 645, I/O controller 410 may determine whether I/O device 150 performed all tasks. For example, I/O device 150 may have performed all tasks if variables HW_head_pointer 415 and HW_tail_pointer 420 point to the same task. If I/O device 150 has performed all tasks, then action 650 may follow. If I/O device 150 has not performed all tasks, then action 697 may follow.
In action 650, I/O controller 410 may determine whether the last task that PC 100 tracks I/O device 150 to perform matches a task that I/O device 150 stores as a last task. For example, in action 650, I/O controller 410 may determine whether variable HW_tail_pointer 420 matches variable mem_tail_pointer 330. If the variables match, then action 660 may follow action 650. If the variables do not match, then action 695 may follow action 650.
In action 660, I/O controller 410 may indicate to PC 100 that I/O device 150 is idle. For example, I/O controller 410 may set variable mem_hw_idle 340 to indicate that I/O device 150 is idle.
In action 670, I/O controller 410 may delay a short period before performing action 680. In action 680, I/O controller 410 may re-perform action 650. For example, I/O controller 410 may determine whether variable HW_tail_pointer 420 points to the same task as that of variable mem_tail_pointer 330. If the variables match, then action 620 may follow action 680. If the variables do not match, then action 690 may follow action 680.
Action 680 may account for situations in which the outcome of action 650 is inaccurate because variable HW_tail_pointer 420 is unsuccessfully attempted to be updated while variables HW_tail_pointer 420 and mem_tail_pointer 330 are compared in action 650.
In action 690, I/O controller 410 may indicate to PC 100 that I/O device 150 is not idle. For example, in action 690, I/O controller 410 may set variable mem_hw_idle 340 to indicate that I/O device 150 is not idle. Action 695 may follow action 690.
In action 695, I/O controller 410 may set variable HW_tail_pointer 420 to point to the same task in task list 320 as that pointed to by mem_tail_pointer 330. Accordingly, a new task attempted to be added by PC 100 when I/O device 150 was not idle may be added in action 695 when I/O device 150 is idle.
In action 697, the I/O controller 410 may adjust variable HW_head_pointer 415 to point to a task after the most recently completed task in task list 320. Action 640 may follow action 697. For example, subsequently, in action 640, I/O device 150 may perform a next task that may be the task identified in action 697.
The drawings and the forgoing description gave examples of the present invention. The scope of the present invention, however, is by no means limited by these specific examples. Numerous variations, whether explicitly given in the specification or not, such as differences in structure, dimension, and use of material, are possible. The scope of the invention is at least as broad as given by the following claims.

Claims (19)

1. A method comprising:
selectively determining whether a bus is in use in response to a first command that comprises a request to use the bus;
selectively associating a first pointer with the first command in response to the bus being in use; and
selectively associating the first pointer and a second pointer with the first command in response to the bus not being in use.
2. The method of claim 1, wherein the determining whether the bus is in use comprises reading a memory location that indicates whether an I/O device is performing an operation.
3. The method of claim 1, wherein the first pointer indicates a last task that a computer coupled to an I/O device expects the I/O device to perform.
4. The method of claim 1, wherein the second pointer indicates a last task that an I/O device is scheduled to perform.
5. The method of claim 1, wherein an internal memory accessible to a computer stores the first pointer.
6. The method of claim 1, wherein an external memory accessible to an I/O device stores the second pointer.
7. The method of claim 1, further comprising:
when the bus is not in use, selectively associating the second pointer with the first command in response to the first and second pointers not being associated with the same command.
8. An apparatus comprising:
a memory to store a first pointer;
logic circuitry to selectively determine whether a bus is in use in response to a first command that comprises a request to use the bus;
logic circuitry to selectively associate the first pointer with the first command in response to the bus being in use; and
logic circuitry to selectively associate the first pointer and a second pointer with the first command in response to the bus not being in use.
9. The apparatus of claim 8, wherein the logic circuitry to determine whether the bus is in use comprises logic circuitry to read a memory location that indicates whether an I/O device is performing an operation.
10. The apparatus of claim 8, wherein the first pointer indicates a last task the I/O device is expected to perform.
11. The apparatus of claim 8,wherein the second pointer indicates a last task that an I/O device is schedule to perform.
12. The apparatus of claim 8, wherein an external memory accessible to an I/O device stores the second pointer.
13. The apparatus of claim 8, further comprising:
logic circuitry to selectively associate the second pointer with the first command when the bus is not in use and in response to the first and second pointers not being associated with the same command.
14. An article comprising a machine readable storage medium to store instructions, that when executed, instruct a machine to:
selectively determine whether a bus is in use in response to a first command that comprises a request to use the bus;
selectively associate first pointer with the first command in response to the bus being in use; and
selectively associate the first pointer and a second pointer with the first command in response to the bus not being in use.
15. The article of claim 14, wherein the instruction to determine whether the bus is in use comprises an instruction to read a memory location that indicates whether an I/O device is performing an operation.
16. The article of claim 14, further comprising instructions, that when executed, instruct a machine to:
selectively associate the second pointer with the first command when the bus is not in use and in response to the first and second pointers not being associated with the same command.
17. A system comprising:
a personal computer comprising a processor, memory, bus, and chipset, wherein the chipset is to communicatively couple together the processor, memory, and bus; and
an input/output (I/O) device communicatively coupled to the bus and capable to receive and transfer information using the bus, wherein the personal computer comprises:
logic circuitry to selectively determine whether the bus is in use in response to a first command that comprises a request to use the bus,
logic circuitry to selectively associate a first pointer with the first command in response to the bus being in use, and
logic circuitry to selectively associate the first pointer and a second pointer with the first command in response to the bus not being in use.
18. The system of claim 17, wherein the I/O device comprises:
logic circuitry to selectively associate the second pointer with the first command when the bus is not in use and in response to the first and second pointers not being associated with the same command.
19. The system of claim 17, wherein the bus is compatible with Peripheral Component Interconnect.
US10/306,038 2002-11-26 2002-11-26 Bus management techniques Expired - Fee Related US6920513B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US10/306,038 US6920513B2 (en) 2002-11-26 2002-11-26 Bus management techniques
US11/097,427 US7689991B2 (en) 2002-11-26 2005-03-31 Bus management techniques

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/306,038 US6920513B2 (en) 2002-11-26 2002-11-26 Bus management techniques

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/097,427 Division US7689991B2 (en) 2002-11-26 2005-03-31 Bus management techniques

Publications (2)

Publication Number Publication Date
US20040103229A1 US20040103229A1 (en) 2004-05-27
US6920513B2 true US6920513B2 (en) 2005-07-19

Family

ID=32325577

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/306,038 Expired - Fee Related US6920513B2 (en) 2002-11-26 2002-11-26 Bus management techniques
US11/097,427 Expired - Fee Related US7689991B2 (en) 2002-11-26 2005-03-31 Bus management techniques

Family Applications After (1)

Application Number Title Priority Date Filing Date
US11/097,427 Expired - Fee Related US7689991B2 (en) 2002-11-26 2005-03-31 Bus management techniques

Country Status (1)

Country Link
US (2) US6920513B2 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005107843A1 (en) 2004-04-30 2005-11-17 C.R. Bard, Inc. Valved sheath introducer for venous cannulation
US8926564B2 (en) 2004-11-29 2015-01-06 C. R. Bard, Inc. Catheter introducer including a valve and valve actuator
US8403890B2 (en) 2004-11-29 2013-03-26 C. R. Bard, Inc. Reduced friction catheter introducer and method of manufacturing and using the same
US9597483B2 (en) 2004-11-29 2017-03-21 C. R. Bard, Inc. Reduced-friction catheter introducer and method of manufacturing and using the same
US8932260B2 (en) 2004-11-29 2015-01-13 C. R. Bard, Inc. Reduced-friction catheter introducer and method of manufacturing and using the same
CN101903062A (en) 2007-10-19 2010-12-01 C·R·巴德股份有限公司 Introducer including shaped distal region

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5265228A (en) * 1989-12-05 1993-11-23 Texas Instruments Incorporated Apparatus for transfer of data units between buses
US5423012A (en) * 1991-12-10 1995-06-06 Mitsubishi Denki Kabushiki Kaisha Apparatus and method in a computer for executing calculation instructions and data instructions having uniform word lengths
US5938747A (en) * 1997-03-13 1999-08-17 Adapter, Inc. Hardware command block delivery queue for host adapters and other devices with onboard processors
US6279051B1 (en) * 1998-06-02 2001-08-21 Adaptec, Inc. Host adapter having paged payload buffers for simultaneously transferring data between a computer bus and a peripheral bus

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FI108594B (en) * 1994-09-27 2002-02-15 Nokia Corp A method for routing information within a telephone network access control network
US6470346B2 (en) * 1998-10-07 2002-10-22 Millennium Pharmaceuticals, Inc. Remote computation framework
US6260098B1 (en) * 1998-12-17 2001-07-10 International Business Machines Corporation Shared peripheral controller
JP4478321B2 (en) * 2000-11-27 2010-06-09 富士通株式会社 Storage system
US6964046B1 (en) * 2001-03-06 2005-11-08 Microsoft Corporation System and method for scheduling a future event

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5265228A (en) * 1989-12-05 1993-11-23 Texas Instruments Incorporated Apparatus for transfer of data units between buses
US5423012A (en) * 1991-12-10 1995-06-06 Mitsubishi Denki Kabushiki Kaisha Apparatus and method in a computer for executing calculation instructions and data instructions having uniform word lengths
US5938747A (en) * 1997-03-13 1999-08-17 Adapter, Inc. Hardware command block delivery queue for host adapters and other devices with onboard processors
US6279051B1 (en) * 1998-06-02 2001-08-21 Adaptec, Inc. Host adapter having paged payload buffers for simultaneously transferring data between a computer bus and a peripheral bus

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"GASP: A programmable signal processor" by Rogers, J. (abstract only) Publication Date: Apr. 1976. *
"Speculative dynamic vectorization" by Pajuedo, A.; Gonzalez, A.; Valero, M. (abstract only) Publication Date: May 25-29, 2002. *

Also Published As

Publication number Publication date
US7689991B2 (en) 2010-03-30
US20040103229A1 (en) 2004-05-27
US20050172287A1 (en) 2005-08-04

Similar Documents

Publication Publication Date Title
US6021458A (en) Method and apparatus for handling multiple level-triggered and edge-triggered interrupts
US10877766B2 (en) Embedded scheduling of hardware resources for hardware acceleration
US3789365A (en) Processor interrupt system
US6950919B2 (en) Computer system with operating system to dynamically adjust the main memory
US7640375B2 (en) DMA controller, method, information processing system, and program for transferring information blocks comprising data and descriptors
CN102567109A (en) Interrupt distribution scheme
US11243795B2 (en) CPU overcommit with guest idle polling
US20110219373A1 (en) Virtual machine management apparatus and virtualization method for virtualization-supporting terminal platform
US7689991B2 (en) Bus management techniques
US11010094B2 (en) Task management method and host for electronic storage device
US7376762B2 (en) Systems and methods for direct memory access
US20040098722A1 (en) System, method, and computer program product for operating-system task management
US5065313A (en) Digital computer system having circuit for regulation of I/O command recovery time
US10705993B2 (en) Programming and controlling compute units in an integrated circuit
US20210011759A1 (en) Multi-core system and method of controlling operation of the same
CN114328350A (en) Communication method, device and medium based on AXI bus
EP0669582A2 (en) Immediate system management interrupt source with associated reason register
JP2669911B2 (en) DMA controller and information processing system
US5561818A (en) Microprocessor and data processing system for data transfer using a register file
CN111177027A (en) Dynamic random access memory, memory management method, system and storage medium
US8332546B2 (en) Fully asynchronous direct memory access controller and processor work
US7272680B2 (en) Method of transferring data between computer peripherals
JP2002278753A (en) Data processing system
JPS63293660A (en) Communication controller
JPS63118947A (en) Single chip microcomputer

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTEL CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:CALLUM, ROY;REEL/FRAME:013760/0603

Effective date: 20030129

CC Certificate of correction
FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

SULP Surcharge for late payment

Year of fee payment: 7

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20170719