summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2008-05-14 03:52:34 +0000
committerbrad <brad@openbsd.org>2008-05-14 03:52:34 +0000
commitd0ffedaace9d41bfb7db040d1bcd37641109f440 (patch)
tree1b32818c79d22cce585661c1a4b571791c4438d5
parentregen (diff)
downloadwireguard-openbsd-d0ffedaace9d41bfb7db040d1bcd37641109f440.tar.xz
wireguard-openbsd-d0ffedaace9d41bfb7db040d1bcd37641109f440.zip
Add the Altima AC1003 PCI id.
ok dlg@
-rw-r--r--sys/dev/pci/if_bge.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
index cc9d8644232..327589996ba 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.230 2008/05/12 03:50:55 brad Exp $ */
+/* $OpenBSD: if_bge.c,v 1.231 2008/05/14 03:52:34 brad Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -209,6 +209,7 @@ const struct pci_matchid bge_devices[] = {
{ PCI_VENDOR_ALTIMA, PCI_PRODUCT_ALTIMA_AC1000 },
{ PCI_VENDOR_ALTIMA, PCI_PRODUCT_ALTIMA_AC1001 },
+ { PCI_VENDOR_ALTIMA, PCI_PRODUCT_ALTIMA_AC1003 },
{ PCI_VENDOR_ALTIMA, PCI_PRODUCT_ALTIMA_AC9100 },
{ PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_BCM5701 },