US20020016904A1 - System and method for handling power state change requests initiated by peripheral devices - Google Patents

System and method for handling power state change requests initiated by peripheral devices Download PDF

Info

Publication number
US20020016904A1
US20020016904A1 US09/093,712 US9371298A US2002016904A1 US 20020016904 A1 US20020016904 A1 US 20020016904A1 US 9371298 A US9371298 A US 9371298A US 2002016904 A1 US2002016904 A1 US 2002016904A1
Authority
US
United States
Prior art keywords
power
peripheral device
operating system
change request
request
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.)
Granted
Application number
US09/093,712
Other versions
US6446214B2 (en
Inventor
George Chrysanthakopoulos
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.)
Microsoft Technology Licensing LLC
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US09/093,712 priority Critical patent/US6446214B2/en
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHRYSANTHAKOPOULOS, G.
Publication of US20020016904A1 publication Critical patent/US20020016904A1/en
Application granted granted Critical
Publication of US6446214B2 publication Critical patent/US6446214B2/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • G06F1/3206Monitoring of events, devices or parameters that trigger a change in power modality
    • G06F1/3215Monitoring of peripheral devices

Definitions

  • peripheral devices became increasingly more intelligent.
  • Today, many peripheral devices have local controllers and processors to manage internal operation independent of the operating system. It is not uncommon for peripheral devices to perform such tasks as managing their own power consumption, running their own diagnostics, analyzing their current operating efficiency and determining whether improvements can or should be made.
  • the device manufactures tailor the local management controllers to the specific attributes of the device. As a result, the localized controllers are often better at managing the device than the operating system, which tends to be designed more generically across many device platforms.
  • This invention concerns a computer operating system that is designed to manage intelligent peripheral devices having local power management.
  • the operating system is coupled to the peripheral devices via a bus architecture that supports unsolicited status requests from peripheral devices.
  • One particular bus architecture is a high performance serial bus constructed according to the IEEE 1394 specification.
  • FIG. 3 is a flow diagram showing steps in a method for managing power state changes in a peripheral device.
  • a transport driver 62 that implements a transport protocol on the underlying peripheral bus 38 .
  • the transport driver 62 defines the packet formats for transferring data packets over the peripheral bus 38 .
  • the transport driver 62 is implemented using Serial Bus Protocol 2 (Sbp2), which is described in the publicly available Serial Bus Protocol 2 Specification at ftp://ftp.symbios.com/pub/standards/io/t 10 /drafts .
  • the transport driver also implements a command set dictating what contents are inserted into the protocol packets.
  • the transport driver 60 sends the command down to the bus driver 60 and across the bus 38 to the peripheral device (step 112 ).
  • the device's local power management system changes the device's power state to the state it originally requested in the unsolicited request (step 114 ).
  • the operating system is kept aware of the current power state of the peripheral device.
  • the operating system does not need to blindly poll the peripheral device for power state status.
  • the system and method described herein are not limited only to the IEEE 1394 bus structure, but can be implemented using other bus architectures that support the capability for unsolicited/asynchronous notification.
  • the power management system can be implemented by any peripheral device using a command set (e.g., RBC) on any physical bus including, but no limited to, parallel SCSI and Fibre Channel.
  • RBC command set

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Power Sources (AREA)

Abstract

A computer operating system is coupled to intelligent peripheral devices via a peripheral bus architecture that supports unsolicited status requests from peripheral devices. Each peripheral device has local power management that initiates an unsolicited power change request when the device is preparing to change power states. The peripheral bus carries the unsolicited power change request to the operating system. Upon receipt, the operating system issues a power change request directing the peripheral device to perform the power state transition. In this manner, the operating system remains aware of the peripheral device's power state and acts as if it is controlling the device's power state transitions.

Description

    TECHNICAL FIELD
  • This invention relates to computer operating systems. More particularly, this invention relates to operating systems and methods that handle power state change requests submitted by peripheral devices. [0001]
  • BACKGROUND
  • Conventional operating systems are designed to manage peripheral devices such as memory drives, monitors, printers, scanners, and so forth. Originally, the peripheral devices were designed to perform only the most rudimentary tasks, while all higher level management was left to the operating system (OS). The peripheral devices were not designed to handle such tasks as power management, allocation of local resources, diagnostics, and so on. Instead, the devices relied almost entirely on the operating system for higher level management and operating decisions. [0002]
  • Over time, the peripheral devices became increasingly more intelligent. Today, many peripheral devices have local controllers and processors to manage internal operation independent of the operating system. It is not uncommon for peripheral devices to perform such tasks as managing their own power consumption, running their own diagnostics, analyzing their current operating efficiency and determining whether improvements can or should be made. The device manufactures tailor the local management controllers to the specific attributes of the device. As a result, the localized controllers are often better at managing the device than the operating system, which tends to be designed more generically across many device platforms. [0003]
  • One area of particular interest is power management. Device manufacturers have developed highly accurate heuristics for managing power consumption within their products. The local controllers implement these product-specific heuristics and tend to ignore power instructions from the operating system, often resulting in better power management. [0004]
  • Unfortunately, localized power management causes a problem in that the operating system may not be aware of the device's current power state. As an example, conventional storage devices have a local power manager that powers down the device to a sleep mode after a specified period of inactivity. The operating system, however, is left unaware of this power state transition. Accordingly, the operating system may still presume that the device is in a ready mode. [0005]
  • The operating system might alternatively attempt to poll the device to see if the storage device is ready and available, or the operating system might attempt to write some cached data to the medium. If the device is currently awake, it can reply to the request or accommodate the cached data. However, if the device is currently asleep (unbeknownst to the operating system), the status request or write operation initiated by the operating system causes the device to wake up before the request can be answered or the write operation performed. This can happen repeatedly if the device continues to power down on its own between each OS-initiated status request or write operation. [0006]
  • As a result, the operating system actually thwarts the local controller's efforts to minimize power consumption by routinely causing the device to change power states. Had the operating system known that the device was asleep, it would not need to send the status request or it would first wake up the device before trying to write cached data. [0007]
  • The inventor has developed an OS-based method for managing power state transitions of intelligent peripheral devices. [0008]
  • SUMMARY
  • This invention concerns a computer operating system that is designed to manage intelligent peripheral devices having local power management. The operating system is coupled to the peripheral devices via a bus architecture that supports unsolicited status requests from peripheral devices. One particular bus architecture is a high performance serial bus constructed according to the IEEE 1394 specification. [0009]
  • When the local power management decides to change power states, the local power management initiates an unsolicited power change request indicating a new power level. The peripheral bus carries the unsolicited power change request to the operating system. Upon receipt of the unsolicited power change request, the operating system issues a power change request directing the peripheral device to perform the power state transition. In this manner, the operating system remains aware of the peripheral device's power state and in fact, acts as if it is controlling the device's power state transitions. [0010]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram of functional components in a computer. [0011]
  • FIG. 2 is a block diagram of a driver architecture implemented in an operating system of the FIG. 1 computer. [0012]
  • FIG. 3 is a flow diagram showing steps in a method for managing power state changes in a peripheral device.[0013]
  • DETAILED DESCRIPTION
  • FIG. 1 shows functional components of a [0014] computer 20. It includes a central processing unit (CPU) 22 having a processor 24, a system memory 26, and a system bus 28 that interconnects the various components. The system memory 26 includes read only memory (ROM) 30 and random access memory (RAM) 32. A basic input/output system 34 (BIOS) is stored in ROM 30. The system bus 28 may be implemented as any one of several bus structures and using any of a variety of bus architectures. It includes a CPU bus structure 36 (e.g., local bus, memory bus, and/or memory controller) and a peripheral bus structure 38.
  • A number of software modules may be stored in the [0015] RAM 32 for execution on the processor 24. These modules include an operating system 40, one or more application programs 42, other program modules 44, and program data 46. The operating system 40 can be any type of operating system, including Windows brand operating systems from Microsoft Corporation (e.g., Windows CE, Windows 98, Windows NT, etc.), Unix-based operating systems, and various other types of operating systems.
  • The [0016] computer 20 has one or more peripheral devices coupled to the system bus 28 and particularly, to the peripheral bus 38. In the illustrated example, the peripheral devices include a monitor 50, one or more memory drives 52 (e.g., hard disk drive, floppy disk drive, optical disk drive, flash memory cards, digital video disks, etc.), a printer 54, and a scanner 56. The illustrated devices are merely representative of various types of peripheral devices and are not intended to form an exhaustive list. Many other peripheral devices may be used.
  • It is noted that the operating system, programs, and data can be stored on the [0017] memory drives 52 in addition to the CPU system memory 26. In this manner, the system memory 26, drives 52, and removable storage media (e.g., floppy disks, CD-ROM, DVD disk, etc.) provide nonvolatile storage of computer readable instructions, data structures, program modules and other data for the computer.
  • The peripheral devices [0018] 50-56 are considered “intelligent” devices in that they have local processing capabilities independent of the computer CPU 22. These local processing capabilities enable the devices to manage themselves apart from any management of the operating system 40. In particular, the devices are implemented with local power management systems. The peripheral devices 50-56 are designed to optimize power usage and are capable of changing power states depending upon current operating conditions. For example, the local power management systems are able to power down their devices when usage is low and to power up the devices when activity resumes. The local power management systems are capable of generating power state change requests that can be submitted to the operating system 40. These requests are unsolicited in that the operating system 40 did not request them.
  • The [0019] peripheral bus 38 is configured to support the unsolicited requests made by the peripheral devices 50-56 to the operating system 40. As one preferred example, the peripheral bus 38 conforms to IEEE 1394, which specifies a standard for a high performance serial bus. The structure of this bus is well known and will not be described in detail. For more information on the IEEE 1394 serial bus, the reader is directed to the publicly available IEEE 1394-1995 Serial Bus Specification, which is incorporated herein by reference. This specification is available in printed form only from IEEE.
  • FIG. 2 shows an exemplary driver architecture implemented by the [0020] operating system 40 to facilitate data communication to and from the peripheral devices over the peripheral bus 38. At the physical level, the operating system 40 implements a peripheral bus driver/host controller driver 60 to handle the physical movement of data over the peripheral bus 38.
  • Layered atop the bus driver is a [0021] transport driver 62 that implements a transport protocol on the underlying peripheral bus 38. The transport driver 62 defines the packet formats for transferring data packets over the peripheral bus 38. As one exemplary implementation, the transport driver 62 is implemented using Serial Bus Protocol 2 (Sbp2), which is described in the publicly available Serial Bus Protocol 2 Specification at ftp://ftp.symbios.com/pub/standards/io/t10/drafts. The transport driver also implements a command set dictating what contents are inserted into the protocol packets. One exemplary command set is RBC (reduced block commands), which is described in the publicly available Reduced Block Commands Specification at ftp://ftp.symbios.com/pub/standards/io/t10/drafts. The RBC specification includes a description of an unsolicited status data format for a power state change request. These specifications are also incorporated herein by reference.
  • The [0022] operating system 40 also implements a SCSI class driver 64, which is layered atop the transport driver. It is noted that other driver architectures with different drivers may be constructed and used within the context of this invention.
  • FIG. 3 shows a method for managing a power state change in a peripheral device. The steps are implemented in software components resident at the peripheral device and at the operating system. At [0023] step 100, the peripheral device issues an unsolicited status with power state change request. The unsolicited request is passed over the peripheral bus 38 and received by the host controller driver 60 in the computer operating system 40 (step 102).
  • Since the request was directed to a pre-allocated address in host memory, the bus driver calls the transport driver's callback associated with the unsolicited status address (step [0024] 104). When the transport driver 64 receives the unsolicited request, it calls a predefined routine to initiate a power state change to the new power state requested by the device (step 106). In the Windows NT operating system, this request is made by calling the function “PoRequestPowerIrp”. The power state request is sent to the top of the driver stack and handled by each intermediate driver loaded for the requesting peripheral device.
  • In response to the power state change, the [0025] operating system 40 performs any operations and sends any requests to the peripheral device that are warranted by the power change before the peripheral device actually makes the power state transition (step 108). For instance, if the peripheral device is a disk drive that is about to power down, the OS file system might wish to write cached data to the disk drive prior to the power state transition.
  • Thereafter, the operating system initiates a request to change the power state of the peripheral device to the requested power state (step [0026] 110). This is accomplished by issuing, as a final command in the series, a START_STOP_UNIT command that sets the device in the desired power state. The START_STOP_UNIT command is a standard SCSI command. The transport driver 62 modifies the START_STOP_UNIT command to comply with the RBC command specification.
  • The [0027] transport driver 60 sends the command down to the bus driver 60 and across the bus 38 to the peripheral device (step 112). Upon receipt of the command, the device's local power management system changes the device's power state to the state it originally requested in the unsolicited request (step 114).
  • As a result, the operating system is kept aware of the current power state of the peripheral device. The operating system does not need to blindly poll the peripheral device for power state status. [0028]
  • It is noted that the system and method described herein are not limited only to the IEEE 1394 bus structure, but can be implemented using other bus architectures that support the capability for unsolicited/asynchronous notification. As an example, the power management system can be implemented by any peripheral device using a command set (e.g., RBC) on any physical bus including, but no limited to, parallel SCSI and Fibre Channel. [0029]
  • Although the invention has been described in language specific to structural features and/or methodological steps, it is to be understood that the invention defined in the appended claims is not necessarily limited to the specific features or steps described. Rather, the specific features and steps are disclosed as preferred forms of implementing the claimed invention. [0030]

Claims (9)

1. A method for managing a power state transition in a peripheral device, the peripheral device having local power management, the method comprising the following steps:
receiving an unsolicited request from the peripheral device indicating an upcoming power state transition between first and second power states;
in response to the unsolicited request, generating a power change request directing the peripheral device to perform the power state transition between the first and second power states; and
sending the power change request to the peripheral device.
2. A method as recited in claim 1, further comprising the step of performing an operation involving the peripheral device before sending the power change request.
3. A method as recited in claim 1, further comprising the step of sending a request to the peripheral device before sending the power change request.
4. An operating system stored on a computer-readable storage medium, the operating system comprising computer-executable instructions for performing the following steps:
receiving an unsolicited request from a peripheral device over a peripheral bus, the unsolicited request informing the operating system of an upcoming power state transition from one power state to another power state;
in response to the unsolicited request, generating a power change request directing the peripheral device to perform the power state transition; and
sending the power change request to the peripheral device.
5. An operating system as recited in claim 4, further comprising computer-executable instructions for performing the step of performing an operation involving the peripheral device before sending the power change request.
6. An operating system as recited in claim 4, further comprising computer-executable instructions for performing the step of sending a request to the peripheral device before sending the power change request.
7. A computer comprising:
a central processing unit (CPU) having a processor and a memory;
an operating system stored in the memory and executable on the processor;
a peripheral device having local power management, the local power management being configured to manage transition of the peripheral device between first and second power states, the local power management being capable of initiating an unsolicited power change request, which is indicative of a power state transition between the first and second power states, independent of any inquiry made by the operating system;
a peripheral bus interfacing the CPU and the peripheral device, the peripheral bus being configured to transfer the unsolicited power change request initiated by the peripheral device to the operating system; and
the operating system being configured to receive the unsolicited power change request from the peripheral device over the peripheral bus and in response, to issue a power change request directing the peripheral device to perform the power state transition.
8. A computing device as recited in claim 7, wherein the operating system is further configured to perform an operation involving the peripheral device before issuing the power change request.
9. A computing device as recited in claim 7, wherein the operating system is further configured to send one or more requests to the peripheral device before issuing the power change request.
US09/093,712 1998-06-08 1998-06-08 System and method for handling power state change requests initiated by peripheral devices Expired - Lifetime US6446214B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/093,712 US6446214B2 (en) 1998-06-08 1998-06-08 System and method for handling power state change requests initiated by peripheral devices

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US09/093,712 US6446214B2 (en) 1998-06-08 1998-06-08 System and method for handling power state change requests initiated by peripheral devices

Publications (2)

Publication Number Publication Date
US20020016904A1 true US20020016904A1 (en) 2002-02-07
US6446214B2 US6446214B2 (en) 2002-09-03

Family

ID=22240341

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/093,712 Expired - Lifetime US6446214B2 (en) 1998-06-08 1998-06-08 System and method for handling power state change requests initiated by peripheral devices

Country Status (1)

Country Link
US (1) US6446214B2 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004152309A (en) * 2002-10-31 2004-05-27 Lg Electron Inc Power control device and power control method for computer system
US20040122985A1 (en) * 2002-11-29 2004-06-24 Nec Infrontia Corporation Communication device using a plurality of communication interfaces, and wireless LAN access point
US20060080461A1 (en) * 2004-06-02 2006-04-13 Wilcox Jeffrey R Packet exchange for controlling system power modes
US20080068239A1 (en) * 2006-09-14 2008-03-20 Texas Instruments Incorporated Entry/Exit Control To/From a Low Power State in a Complex Multi Level Memory System
US20080229130A1 (en) * 2007-03-13 2008-09-18 Teck Ee Guan Power reduction for system on chip
US20110264946A1 (en) * 2010-04-26 2011-10-27 Broadcom Corporation Modular integrated circuit with clock control circuit
US20130254436A1 (en) * 2005-10-28 2013-09-26 Microsoft Corporation Task offload to a peripheral device
US20140215237A1 (en) * 2013-01-29 2014-07-31 Hewlett-Packard Development Company, L.P. Power state transition saving session information

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6470290B1 (en) 1999-08-31 2002-10-22 Lg Electronics, Inc. Device having an improved apparatus and method for setting power management mode
US6886105B2 (en) * 2000-02-14 2005-04-26 Intel Corporation Method and apparatus for resuming memory operations from a low latency wake-up low power state
KR100361340B1 (en) * 2000-05-15 2002-12-05 엘지전자 주식회사 Controlling method for cpu clock
US6654896B1 (en) * 2000-05-16 2003-11-25 Hewlett-Packard Development Company, L.P. Handling of multiple compliant and non-compliant wake-up sources in a computer system
KR100613201B1 (en) * 2000-08-28 2006-08-18 마이크로코넥트 엘엘씨 Measuring method for cpu usage
US7243249B1 (en) * 2000-09-29 2007-07-10 Intel Corporation Method and apparatus for facilitating power state control and awareness of an autonomous subsystem in a computer based system
US7103891B1 (en) * 2000-10-12 2006-09-05 Adaptec, Inc. Method and apparatus for establishing a profile table for host bus adapters
US6795927B1 (en) * 2001-05-01 2004-09-21 Advanced Micro Devices, Inc. Power state resynchronization
US20030123486A1 (en) * 2001-12-31 2003-07-03 Globespanvirata Incorporated System and method for utilizing power management functionality between DSL peers
US7350087B2 (en) * 2003-03-31 2008-03-25 Intel Corporation System and method of message-based power management
US7240223B2 (en) * 2003-05-07 2007-07-03 Apple Inc. Method and apparatus for dynamic power management in a processor system
US7424632B2 (en) * 2004-02-13 2008-09-09 Microsoft Corporation Systems and methods that facilitate state machine power and wake state management
US20060149977A1 (en) * 2004-12-31 2006-07-06 Barnes Cooper Power managing point-to-point AC coupled peripheral device
US7707437B2 (en) * 2006-05-03 2010-04-27 Standard Microsystems Corporation Method, system, and apparatus for a plurality of slave devices determining whether to adjust their power state based on broadcasted power state data
US20080068238A1 (en) * 2006-09-14 2008-03-20 Texas Instruments Incorporated Entry/Exit Control To/From a Low Power State in a CPU with an Unprotected Pipeline
US8448001B1 (en) 2009-03-02 2013-05-21 Marvell International Ltd. System having a first device and second device in which the main power management module is configured to selectively supply a power and clock signal to change the power state of each device independently of the other device

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5652890A (en) * 1991-05-17 1997-07-29 Vantus Technologies, Inc. Interrupt for a protected mode microprocessor which facilitates transparent entry to and exit from suspend mode
US5410713A (en) * 1992-01-02 1995-04-25 Smith Corona/Acer Power-management system for a computer
US5483656A (en) * 1993-01-14 1996-01-09 Apple Computer, Inc. System for managing power consumption of devices coupled to a common bus
US5754798A (en) * 1994-02-18 1998-05-19 Kabushiki Kaisha Toshiba Computer system with function for controlling system configuration and power supply status data
US5752050A (en) * 1994-10-04 1998-05-12 Intel Corporation Method and apparatus for managing power consumption of external devices for personal computers using a power management coordinator
US6092209A (en) * 1994-10-04 2000-07-18 Intel Corporation Method and apparatus for managing power consumption of peripheral devices of personal computers
JPH08234874A (en) * 1995-02-22 1996-09-13 Canon Inc Information processing system
US5862389A (en) * 1995-02-27 1999-01-19 Intel Corporation Method and apparatus for selectively invoking a particular interrupt service routine for a particular interrupt request
KR0148053B1 (en) * 1995-05-12 1998-09-15 김광호 Backlight driving control device and its driving control method of liquid crystal display elements
US5812860A (en) * 1996-02-12 1998-09-22 Intel Corporation Method and apparatus providing multiple voltages and frequencies selectable based on real time criteria to control power consumption
US5923897A (en) * 1996-04-01 1999-07-13 Microsoft Corporation System for adapter with status and command registers to provide status information to operating system and processor operative to write eject command to command register
US5819100A (en) * 1996-11-19 1998-10-06 Dell Usa, L.P. Operating system independent method and system for preserving hard disk drive life span in power managed computers
US5884086A (en) * 1997-04-15 1999-03-16 International Business Machines Corporation System and method for voltage switching to supply various voltages and power levels to a peripheral device
US5938771A (en) * 1997-10-30 1999-08-17 Advanced Micro Devices, Inc. Apparatus and method in a network interface for enabling power up of a host computer using magic packet and on-now power up management schemes
US6122745A (en) * 1998-12-31 2000-09-19 Sun Microsystems Incorporated Method and apparatus for managing power consumption in data processing systems

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4636302B2 (en) * 2002-10-31 2011-02-23 エルジー エレクトロニクス インコーポレイティド Power management apparatus and power management method for computer system
JP2004152309A (en) * 2002-10-31 2004-05-27 Lg Electron Inc Power control device and power control method for computer system
US20070294554A1 (en) * 2002-10-31 2007-12-20 Kim Seo K Apparatus and method for managing power in computer system
EP1416358A3 (en) * 2002-10-31 2009-04-08 Lg Electronics Inc. Apparatus and method for managing power in computer system
US7707447B2 (en) 2002-10-31 2010-04-27 Lg Electronics Inc. Apparatus and method for managing power in computer system
US20040122985A1 (en) * 2002-11-29 2004-06-24 Nec Infrontia Corporation Communication device using a plurality of communication interfaces, and wireless LAN access point
US7281143B2 (en) * 2002-11-29 2007-10-09 Nec Infrontia Corporation Method of controlling power by a power controller controlling a power switch of an unused communication interface
US20060080461A1 (en) * 2004-06-02 2006-04-13 Wilcox Jeffrey R Packet exchange for controlling system power modes
NL1027147C2 (en) * 2004-06-02 2007-01-08 Intel Corp Package exchange for controlling power procedures of a system.
USRE46193E1 (en) * 2005-05-16 2016-11-01 Texas Instruments Incorporated Distributed power control for controlling power consumption based on detected activity of logic blocks
US20130254436A1 (en) * 2005-10-28 2013-09-26 Microsoft Corporation Task offload to a peripheral device
US9858214B2 (en) * 2005-10-28 2018-01-02 Microsoft Technology Licensing, Llc Task offload to a peripheral device
US20080068239A1 (en) * 2006-09-14 2008-03-20 Texas Instruments Incorporated Entry/Exit Control To/From a Low Power State in a Complex Multi Level Memory System
US8201004B2 (en) * 2006-09-14 2012-06-12 Texas Instruments Incorporated Entry/exit control to/from a low power state in a complex multi level memory system
US20080229130A1 (en) * 2007-03-13 2008-09-18 Teck Ee Guan Power reduction for system on chip
US8510547B2 (en) 2007-03-13 2013-08-13 Intel Corporation Power reduction for system on chip
US7991992B2 (en) * 2007-03-13 2011-08-02 Intel Corporation Power reduction for system on chip
US8392745B2 (en) * 2010-04-26 2013-03-05 Broadcom Corporation Modular integrated circuit with clock control circuit
US20110264946A1 (en) * 2010-04-26 2011-10-27 Broadcom Corporation Modular integrated circuit with clock control circuit
US20140215237A1 (en) * 2013-01-29 2014-07-31 Hewlett-Packard Development Company, L.P. Power state transition saving session information
US9223388B2 (en) * 2013-01-29 2015-12-29 Hewlett Packard Enterprise Development Lp Power state transition saving session information

Also Published As

Publication number Publication date
US6446214B2 (en) 2002-09-03

Similar Documents

Publication Publication Date Title
US6446214B2 (en) System and method for handling power state change requests initiated by peripheral devices
US6993571B2 (en) Power conservation in a server cluster
TWI451324B (en) Framework that supports driverless printing
US7890780B2 (en) Systems and methods for managing power for data storage devices
US6937353B2 (en) Information processing apparatus, mode control method and storage medium
US11010094B2 (en) Task management method and host for electronic storage device
US20080231885A1 (en) Direct printing method using ram storage for spooled printer files
CN102147717A (en) Printer, method and system facilitating non-driven printing
JPH10143340A (en) Printer
US6636951B1 (en) Data storage system, data relocation method and recording medium
US20230152978A1 (en) Data Access Method and Related Device
JP2011060238A (en) Information processor, image forming apparatus, operation mode switching method
JPH10312370A (en) Network system with power-saving function
CN103019975A (en) Universal serial bus (USB) transmission control method and host equipment
JP2000123472A (en) Method and device for processing data of tape drive
CN113806295B (en) File migration method, system, equipment and computer readable storage medium
US5666539A (en) Reducing I/O activity to allow a host based printing system to activate power management functions
US20050050550A1 (en) Method and system for moderating thread priority boost for I/O completion
JP3241842B2 (en) Printer selection method and information processing apparatus using the method
JP2003237192A (en) Image recorder, image recording system, image recording method, program and storage medium
JP2012038156A (en) Network equipment, power saving method of network equipment and its program
JPH1097489A (en) Method and device for block length conversion of magnetic disk unit
CN109614050B (en) Method, device and equipment for controlling dormant state of disk and readable storage medium
JPH11184715A (en) Data processing process execution controller
JP3642220B2 (en) Data transfer method, print control apparatus and recording medium

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:CHRYSANTHAKOPOULOS, G.;REEL/FRAME:009239/0668

Effective date: 19980604

STCF Information on status: patent grant

Free format text: PATENTED CASE

CC Certificate of correction
FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034541/0001

Effective date: 20141014