Subject: BCM5715 not supported
To: None <tech-kern@netbsd.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: tech-kern
Date: 01/24/2007 19:19:45
Hello,

today I saw this on a fairy new machine:


I see this in pcidevs:

product BROADCOM BCM5715	0x1678	BCM5715 1000baseT Ethernet
product BROADCOM BCM5715S	0x1679	BCM5715S 1000baseSX Ethernet

but if_bge.c contains only:

	{ PCI_VENDOR_BROADCOM,
	  PCI_PRODUCT_BROADCOM_BCM5714,
	  "Broadcom BCM5714/5715 Gigabit Ethernet",
	  },

Should I just add the BCM5715, BCM5715S (and also 5714S)? And change the
description of PCI_PRODUCT_BROADCOM_BCM5714 to just 
"Broadcom BCM5714 Gigabit Ethernet"?

Pavel