diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-19 05:15:24 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-19 05:15:24 +0000 |
commit | c752076198aa7348d06ad867cc37c9e270e6e404 (patch) | |
tree | 48ff2c563a8185f899fe65e530f77266be519dbf /sys/dev/pci/if_bge.c | |
parent | 1bad0eacfc126b004ca294c3f97e16bcf5c9caba (diff) |
add the new ASIC revs to the bge_majorrevs table.
Diffstat (limited to 'sys/dev/pci/if_bge.c')
-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 } }; |