Sun System Firmware Release Hub


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS Sun System Firmware Release Hub
# 1  
Old 09-17-2008
Sun System Firmware Release Hub

Part of the BigAdmin Patching Center - The Firmware Release hub provides firmware FAQs, information about available Sun firmware releases, and other resources to help you manage your Sun systems. * Frequently Asked Questions About Sun System Firmware * History of Sun Firmware Naming and Versioning * Feature History of SysFW 6.x and 7.x Major and Minor Releases for Sun CMT Systems * Firmware Release History per Platform for Sun Systems

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Hardware

Sun T5220 Firmware question

Hello all, I've been researching this to no avail, I have a T5220 running firmware 7.2.2.e (139442-06) However, the issue I have is that I want to update the firmware yet Oracle maintains 3 different sets of firmware for the T5220: 7.2.x = (139442-14) Being the latest at 7.2.11.a;... (4 Replies)
Discussion started by: seckure
4 Replies
Login or Register to Ask a Question
IPWFW(4)						   BSD Kernel Interfaces Manual 						  IPWFW(4)

NAME
ipwfw -- Firmware Module for Intel PRO/Wireless 2100 driver SYNOPSIS
To compile this module into the kernel, place the following line in your kernel configuration file: device ipwfw This will include three firmware images inside the kernel. If you want to pick only the firmware image for the mode you want to operate your network adapter in choose one of the following: device ipwbssfw device ipwibssfw device ipwmonitorfw Alternatively, to load the driver as a module at boot time, place the following lines in loader.conf(5): ipw_bss_load="YES" ipw_ibss_load="YES" ipw_monitor_load="YES" DESCRIPTION
This module provides access to firmware sets for the Intel PRO/Wireless 2100 series of IEEE 802.11 adapters. It may be statically linked into the kernel, or loaded as a module. For the loaded firmware to be enabled for use the license at /usr/share/doc/legal/intel_ipw/LICENSE must be agreed to by adding the following line to loader.conf(5): legal.intel_ipw.license_ack=1 FILES
/usr/share/doc/legal/intel_ipw/LICENSE ipwfw firmware license SEE ALSO
ipw(4), firmware(9) BSD
January 14, 2010 BSD