Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/pci/if_bge.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/pci/if_bge.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.129 retrieving revision 1.130 diff -u -p -r1.129 -r1.130 --- src/sys/dev/pci/if_bge.c 2007/04/25 21:12:48 1.129 +++ src/sys/dev/pci/if_bge.c 2007/05/21 15:36:26 1.130 @@ -1,4 +1,4 @@ -/* $NetBSD: if_bge.c,v 1.129 2007/04/25 21:12:48 joerg Exp $ */ +/* $NetBSD: if_bge.c,v 1.130 2007/05/21 15:36:26 cube Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -79,7 +79,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.129 2007/04/25 21:12:48 joerg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.130 2007/05/21 15:36:26 cube Exp $"); #include "bpfilter.h" #include "vlan.h" @@ -2156,6 +2156,10 @@ static const struct bge_product { "Broadcom BCM5714/5715 Gigabit Ethernet", }, { PCI_VENDOR_BROADCOM, + PCI_PRODUCT_BROADCOM_BCM5715, + "Broadcom BCM5714/5715 Gigabit Ethernet", + }, + { PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5789, "Broadcom BCM5789 Gigabit Ethernet", },