SYSTEM AND METHOD FOR HANDLING POWER STATE CHANGE REQUESTS INITIATED BY PERIPHERAL DEVICES

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.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
TECHNICAL FIELD

[0001] 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.

BACKGROUND

[0002] 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.

[0003] 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.

[0004] 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.

[0005] 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.

[0006] 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.

[0007] 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.

[0008] The inventor has developed an OS-based method for managing power state transitions of intelligent peripheral devices.

SUMMARY

[0009] 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.

[0010] 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.

BRIEF DESCRIPTION OF THE DRAWINGS

[0011] FIG. 1 is a block diagram of functional components in a computer.

[0012] FIG. 2 is a block diagram of a driver architecture implemented in an operating system of the FIG. 1 computer.

[0013] FIG. 3 is a flow diagram showing steps in a method for managing power state changes in a peripheral device.

DETAILED DESCRIPTION

[0014] FIG. 1 shows functional components of a 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.

[0015] A number of software modules may be stored in the 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.

[0016] The 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.

[0017] It is noted that the operating system, programs, and data can be stored on the 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.

[0018] The peripheral devices 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.

[0019] The 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.

[0020] FIG. 2 shows an exemplary driver architecture implemented by the 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.

[0021] Layered atop the bus driver is 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. 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.

[0022] The 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.

[0023] 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 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).

[0024] 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 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.

[0025] In response to the power state change, the 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.

[0026] Thereafter, the operating system initiates a request to change the power state of the peripheral device to the requested power state (step 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.

[0027] The 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).

[0028] 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.

[0029] 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.

[0030] 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.

Claims

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.

Patent History
Publication number: 20020016904
Type: Application
Filed: Jun 8, 1998
Publication Date: Feb 7, 2002
Inventor: GEORGE CHRYSANTHAKOPOULOS (KIRKLAND, WA)
Application Number: 09093712
Classifications
Current U.S. Class: Long Instruction Word (712/24)
International Classification: G06F015/00; G06F015/76;