summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2007-11-04 08:16:18 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2007-11-04 08:16:18 +0000
commit01947bffe87e32dccc04b78ab969c72e279d4de0 (patch)
tree87b377478f777df0376dce0e021b3876ea1d20dd
parent2d35f5a206d9305994c4c9de73cf0e68f5f8c8e3 (diff)
the 1200 and 1202 shoudl work fine too.
-rw-r--r--sys/dev/pci/arc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/arc.c b/sys/dev/pci/arc.c
index 8c1f6b8f903..b06b78b07be 100644
--- a/sys/dev/pci/arc.c
+++ b/sys/dev/pci/arc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arc.c,v 1.71 2007/10/30 13:22:57 dlg Exp $ */
+/* $OpenBSD: arc.c,v 1.72 2007/11/04 08:16:17 dlg Exp $ */
/*
* Copyright (c) 2006 David Gwynne <dlg@openbsd.org>
@@ -63,6 +63,8 @@ static const struct pci_matchid arc_devices[] = {
{ PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1130 },
{ PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1160 },
{ PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1170 },
+ { PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1200 },
+ { PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1202 },
{ PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1210 },
{ PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1220 },
{ PCI_VENDOR_ARECA, PCI_PRODUCT_ARECA_ARC1230 },