From ecc41c131b99a4c4854741e2e4e586139dcfecdf Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Wed, 14 May 2008 03:52:35 +0000 Subject: Add the Altima AC1003 PCI id. ok dlg@ --- sys/dev/pci/if_bge.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev') 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 }, -- cgit v1.2.3