diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-05-14 03:52:35 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-05-14 03:52:35 +0000 |
commit | ecc41c131b99a4c4854741e2e4e586139dcfecdf (patch) | |
tree | 9fe83918c5ee44f5ca8506d7037596fa9f1c95bf /sys/dev | |
parent | 07f3494c7cd43599c74408a2f0d0c1b75636903a (diff) |
Add the Altima AC1003 PCI id.
ok dlg@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_bge.c | 3 |
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 }, |