From ca6ff0c8b69b2db0503478bbca1b750c433b0102 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sun, 26 Nov 2006 05:58:05 +0000 Subject: [PATCH] Fix a typo. --- sys/dev/pci/if_bge.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 59896871b702..fc36f495966b 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_bge.c,v 1.120 2006/11/26 04:00:45 tsutsui Exp $ */ +/* $NetBSD: if_bge.c,v 1.121 2006/11/26 05:58:05 tsutsui Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -79,7 +79,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.120 2006/11/26 04:00:45 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.121 2006/11/26 05:58:05 tsutsui Exp $"); #include "bpfilter.h" #include "vlan.h" @@ -1964,7 +1964,7 @@ static const struct bge_revision { { BGE_CHIPID_BCM5750_A0, BGE_QUIRK_ONLY_PHY_1|BGE_QUIRK_5705_CORE, - "BCM5750 A1" }, + "BCM5750 A0" }, { BGE_CHIPID_BCM5750_A1, BGE_QUIRK_ONLY_PHY_1|BGE_QUIRK_5705_CORE,