On 2015-03-10 07:07, Ninad Shaha wrote:
Dear All,

I have installed OpenBSD 5.6 on IBM X3650 M4 server. This server
contains 2 numbers of Broadcom NetXtreme II BCM57712 10GBase-T dual port
adapter. This adapter is not visible or detected by OpenBSD. It just
shows not configured in dmesg.

The phrase "not configured" in a dmesg is kernel-speak for "recognized,
but no driver is currently available."

The BCM57712 will be in 5.7, and is available in -current now if you'd like
to test it with a snapshot.

From your dmesg:

pci2 at ppb1 bus 17
*
"Broadcom BCM57712" rev 0x01 at pci2 dev 0 function 0 not configured**
**"Broadcom BCM57712" rev 0x01 at pci2 dev 0 function 1 not configured**

From -current src/sys/dev/pci/pcidevs:

product BROADCOM BCM57712       0x1662  BCM57712
product BROADCOM BCM57712_MF    0x1663  BCM57712 MF
product BROADCOM BCM5717C       0x1665  BCM5717C
product BROADCOM BCM5714        0x1668  BCM5714
product BROADCOM BCM5714S       0x1669  BCM5714S
product BROADCOM BCM5780        0x166a  BCM5780
product BROADCOM BCM5780S       0x166b  BCM5780S
product BROADCOM BCM5705F       0x166e  BCM5705F
product BROADCOM BCM57712_VF    0x166f  BCM57712 VF

Reply via email to