Sponsored Content
Operating Systems AIX Latest firmware version for P770 Post 302714995 by zaxxon on Saturday 13th of October 2012 12:47:00 PM
Old 10-13-2012
Sorry but you have a Power 770 and don't know where at the IBM website to check for latest firmware? You're kidding, right?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

What is the latest version of Unix?

I want to buy it (2 Replies)
Discussion started by: LANSTARR.COM
2 Replies

2. UNIX for Advanced & Expert Users

Need older version of System Firmware for 7026-H80

Hi all, I have an H80 that I'm migrating to 5.3 and prior to doing so it needed the firmware upgraded. I don't have copies of the old firmware that was on it since I was not the one who installed it and there were no copies to be found on the server itself. I installed the latest version and... (4 Replies)
Discussion started by: howardle
4 Replies

3. BSD

latest version of bsd

Any body there ? What is latest BSD version ? (4 Replies)
Discussion started by: chilaka
4 Replies

4. Solaris

Command to check firmware version

Command to check firmware version of HP x86 server on which solaris installed. I m not getting version by using prtdiag -v command (1 Reply)
Discussion started by: sunray
1 Replies

5. AIX

How to obtain old version of HBA firmware ?

Hi all: I have a need to down-rev my AIX HBA firmware due to storage instability after upgrading, but IBM support only makes the latest version of firmware available for download. Can anyone provide pointer/tips for obtaining old HBA firmware ? Specifics: 280B HBA df1000fa driver... (1 Reply)
Discussion started by: kwachtler
1 Replies

6. Solaris

How to find the Latest Firmware

Dear All I have a Sun Fire v440 server. How to find the latest firmware for this server and from where i can download the firmware. What is theprocedure install the latest firmware. please share the process if possible. How can i check the latest firmware of any sun server. Tahnk u... (1 Reply)
Discussion started by: sudhansu
1 Replies

7. Hardware

I need help to download firmware fo HMC from version 7.3.4 to vervion 7.3.5

All, I need to upgrade my HMC from version 7.3.4 to vervion 7.3.5. The HMC has a Machine type of 7310-CR2 Xseries 335 . Where could I download the firmware for such hardware (HMC Machine type of 7310-CR2 Xseries 335 )? Please answer because I need to upgrade that HMC the HMC to bring to... (3 Replies)
Discussion started by: jesifra
3 Replies

8. Red Hat

OS version and Firmware version

Guys, How to find OS version and firmware version in LINUX? Like in AIX. uname -a will show me the version 5.3, 6.1,7.1. lsmcode -c will show me - system firmware image as SF240_417. What are the similar commands in Linux. I checked uname -a and cat /etc/release. uname... (1 Reply)
Discussion started by: ElizabethPJ
1 Replies

9. HP-UX

Regarding firmware and kernel version of HP-UX systems.

Dear All, Please help to find out the patch and firmware versions in HP-UX systems. as uname -r is showing os version and uname -a HP-UX xxxxxx B.11.23 U 9000/800 2781427196 unlimited-user license. Kindly help to find out the existing Kernel and firmware versions. Also I need to... (3 Replies)
Discussion started by: anuragr
3 Replies

10. Solaris

Solaris 11 SRU latest version

Hi During a host review session I was told to check if the engineers have been updating Solaris 11 OS regularly by verifying the SRU version of the system. However i was having no luck in finding the latest SRU version number in oracle website for hours. I wonder did anyone here know where i... (4 Replies)
Discussion started by: kaze
4 Replies
SMAPI(4)						 BSD/i386 Kernel Interfaces Manual						  SMAPI(4)

NAME
smapi -- System Management Application Program Interface driver DESCRIPTION
Many IBM Thinkpad laptops utilize a special software interface known as SMAPI (System Management Application Program Interface). This inter- face controls various aspects of the system including: o System Interface (the BIOS can store system information such as the system identifier), o System Configuration (where devices such as the display can be configured), o Power Management (software can interact with the SMAPI BIOS for Power Management control). Client software must locate a ``header image'' stored in the F000 segment in the Thinkpad ROM (read-only memory), which resides at the 16-byte boundary. This is considered the ``Entry Point'' for the service. The ``header image'' stores information like: o signature, o SMAPI version (major and minor), o header image length, o checksum information (which verifies the image), o an Information Word (used to identify the BIOS service level), o Real Mode Entry Point (where clients using the Real/V86 mode for the far-call value), o and finally a 16-bit/32-bit Protected Mode Entry Point: base code address which specifies the BIOS physical address. The client must prepare a 64 kilobyte selector for this BIOS). To invoke the SMAPI BIOS, a far-call must be used on the entry point specified in the header file. All other information should be stored in the client data area. The client is required to prepare both an input and output parameter in a data area of its own. This area can be ``informed'' by pushing those pointers into its stack before the far-calls. The SMAPI BIOS uses the stack and data areas with the selector during a BIOS invocation, thus the caller must define the same privilege area as the BIOS. The parameter structure will be made up by using the input and output fields prepared by the caller. The input field will specify the func- tion request to the BIOS. The BIOS will then drop a return value into the output field. These fields are made up of three parts. The first holds parameters, function numbers, and return codes. The next will contain an offset in hexadecimal. Finally a length field which is com- prised of Byte, Word, or Double Word. SEE ALSO
IBM Thinkpad 560/560E Technical Reference, 06J0536 S76H-7587-01. IBM Thinkpad 560Z Technical Reference, xxxxxxx xxxx-xxxx-xx. IBM Thinkpad 600 Technical Reference, xxxxxxx xxxx-xxxx-xx. IBM Thinkpad 760XD/760XL/765D/765L Technical Reference, 06J0537 S30H-2433-02. IBM Thinkpad 770 Technical Reference, 05L1739 S05L-1739-00. AUTHORS
The smapi driver was written by Matthew N. Dodd <mdodd@FreeBSD.org>. This manual page was written by Tom Rhodes <trhodes@FreeBSD.org> and Matthew N. Dodd <mdodd@FreeBSD.org>. BSD
April 1, 2003 BSD
All times are GMT -4. The time now is 09:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy