diff options
author | 2006-06-19 05:15:23 +0000 | |
---|---|---|
committer | 2006-06-19 05:15:23 +0000 | |
commit | 7583d931d96831bf02d3ee6c9c7afdbb9c960ab2 (patch) | |
tree | 7297ef9571e595d46f6a1203db253be00e3958d1 | |
parent | add new PCI ids. (diff) | |
download | wireguard-openbsd-7583d931d96831bf02d3ee6c9c7afdbb9c960ab2.tar.xz wireguard-openbsd-7583d931d96831bf02d3ee6c9c7afdbb9c960ab2.zip |
add the new ASIC revs to the bge_majorrevs table.
-rw-r--r-- | sys/dev/pci/if_bge.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 9193145a2b4..66314584e46 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.155 2006/06/19 05:11:56 brad Exp $ */ +/* $OpenBSD: if_bge.c,v 1.156 2006/06/19 05:15:23 brad Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -353,6 +353,8 @@ static const struct bge_revision bge_majorrevs[] = { { BGE_ASICREV_BCM5752, "unknown BCM5752" }, { BGE_ASICREV_BCM5780, "unknown BCM5780" }, { BGE_ASICREV_BCM5714, "unknown BCM5714" }, + { BGE_ASICREV_BCM5755, "unknown BCM5755" }, + { BGE_ASICREV_BCM5787, "unknown BCM5787" }, { 0, NULL } }; |