diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-07-31 08:15:53 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-07-31 08:15:53 +0000 |
commit | 6f44e7efa1ba38318855db7f27aa6cf22ce1b323 (patch) | |
tree | 77457e3f7f253c0da0c81ad140475214ac2519a4 | |
parent | ad16f8384dbc08234a04049272565d72e739306f (diff) |
new pci ids for future controllers
-rw-r--r-- | sys/dev/pci/arc.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/pci/arc.c b/sys/dev/pci/arc.c index 0629f474174..1289a57d349 100644 --- a/sys/dev/pci/arc.c +++ b/sys/dev/pci/arc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arc.c,v 1.2 2006/07/29 15:14:35 dlg Exp $ */ +/* $OpenBSD: arc.c,v 1.3 2006/07/31 08:15:52 dlg Exp $ */ /* * Copyright (c) 2006 David Gwynne <dlg@openbsd.org> @@ -58,7 +58,11 @@ static const struct pci_matchid arc_devices[] = { { PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1230 }, { PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1260 }, { PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1270 }, - { PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1280 } + { PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1280 }, + { PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1380 }, + { PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1381 }, + { PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1680 }, + { PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1681 } }; #define ARC_PCI_BAR PCI_MAPREG_START |