Broadcom driver for Solaris


 
Thread Tools Search this Thread
Operating Systems Solaris Broadcom driver for Solaris
# 1  
Old 03-30-2013
Signal Broadcom driver for Solaris

I'm having the hardest time finding the Broadcom drivers for Solaris. I need an odd ball, 32-bit for Solaris 10. Anyone know where I can find one?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Looking for a wireless driver for Solaris 10(x86)

Hello, I just installed Solaris 10 on an good old Thinkpad r52 laptop, everything seems to work fine, except for a wireless network interface which needs a third party driver. Back in days this driver was freely available from opensolaris.org now it's gone. The name of the package is SUNWiwi,... (2 Replies)
Discussion started by: nongrato
2 Replies

2. Solaris

Need video driver package for Solaris 11

I'm trying to install Solaris on my laptop for training purposes. It recognizes all the hardware except for the Intel Mobile 4 Series (GMA 4500m) video controller. Wikipedia says that Solaris 11 does support Mobile 4 Series controllers but for some reason it doesn't have the driver for it out... (0 Replies)
Discussion started by: nikaido
0 Replies

3. Red Hat

Installing broadcom driver for wireless access

I use lspci and dmesg command and find out that i have ipw2000 wireless card on my laptop. I want to install driver for that but i'm not getting proper driver for that.My linux version is el5 and architecture is i386. (0 Replies)
Discussion started by: amitbharad
0 Replies

4. Hardware

Difference between platform driver,codec driver and Machine driver

In general terms what are the differences platform driver,codec driver and Machine driver? (1 Reply)
Discussion started by: rupeshkp728
1 Replies

5. Solaris

Solaris 10, problem with attaching driver

Today I installed Solaris driver for my NIC card (downloaded from OpenSolaris site ) I`m using Solaris 10 x86 based PC ! When I installation was completed I saw a message "Warning driver successfully added to system bad failed to atach " , then i looked at /etc/drivers_aliases and saw... (3 Replies)
Discussion started by: solaris_user
3 Replies

6. Solaris

Solaris 10 - printer driver challenge

Hi, I have a Solaris 9 box that is connected to an Intermec EasyCoder 3400e tag printer. We set up the printer in solaris 9 using Jet Direct Admin console to use dump blotter address and the whole thing works fine. We are now moving from the Solaris 9 box to Solaris 10 box and Jet Direct Admin... (2 Replies)
Discussion started by: mikies
2 Replies

7. Solaris

Solaris 10 and Broadcom drivers

Hi to all, I've installed Solaris 10 on my workstation but I've some networks problems.My NIC,a Broadcom integrated chipset don't work with solaris.Whit the prtconf command I'm unable to identify the correct chipset's model.And I'm searching hovewer for some drivers but I'm fear that Broadcom... (2 Replies)
Discussion started by: bgf0
2 Replies

8. UNIX for Dummies Questions & Answers

display driver under solaris 8

dear all : i installed solaris 8 on my PC , i am having aproblem with the display , i have an S3 savage 4 (32MB) Display adapter , i don't have its driver under solaris , any help or advises ?? (1 Reply)
Discussion started by: behmoth
1 Replies

9. UNIX for Advanced & Expert Users

pgx32 driver download for solaris 7

Hi, i need to download the driver for the graphic card PGX32 for solaris 7. Where can i find it? I looked in the sun website but i didn't find it (maybe i haven't searched well !!) Thanks in advance. Tarek (5 Replies)
Discussion started by: tarek_gh
5 Replies
Login or Register to Ask a Question
UBSEC(4)						   BSD Kernel Interfaces Manual 						  UBSEC(4)

NAME
ubsec -- Broadcom and BlueSteel uBsec 5x0x crypto accelerator SYNOPSIS
ubsec* at pci? dev ? function ? DESCRIPTION
The ubsec driver supports cards containing any of the following chips: Bluesteel 5501 The original chipset, no longer made. This extremely rare unit was not very fast, lacked an RNG, and had a number of other bugs. Bluesteel 5601 A faster and fixed version of the original, with a random number unit and large number engine added. Broadcom BCM5801 A BCM5805 without public key engine or random number generator. Broadcom BCM5802 A slower version of the BCM5805. Broadcom BCM5805 Faster version of Bluesteel 5601. Broadcom BCM5820 64 bit version of the chip, and significantly more advanced. Broadcom BCM5821 Faster version of the BCM5820. (This is the chip found on the Sun Crypto Accelerator 1000.) Broadcom BCM5822 Faster version of the BCM5820. Broadcom BCM5823 Faster version of the BCM5822. Broadcom BCM5823 Faster version of the BCM5821, with AES hardware. The ubsec driver registers itself to accelerate DES, Triple-DES, MD5, SHA1, MD5-HMAC, and SHA1-HMAC operations for opencrypto(9), and thus for fast_ipsec(4) and crypto(4). On those models which contain a public key engine (almost all of the more recent ones), this feature is registered with the crypto(4) subsys- tem. On all models except the Bluesteel 5501 and Broadcom 5801, the driver registers itself to provide random data to the rnd(4) subsystem. SEE ALSO
crypto(4), fast_ipsec(4), intro(4), rnd(4), opencrypto(9) HISTORY
The ubsec device driver appeared in OpenBSD 2.8. The ubsec device driver was imported to FreeBSD 5.0, back-ported to FreeBSD 4.8, and subse- quently imported to NetBSD 2.0. BUGS
The BCM5801 and BCM5802 have not actually been tested. Whilst some of the newer chips support AES, AES is not supported by the driver. BSD
June 10, 2000 BSD