diff options
author | 2007-11-04 08:16:17 +0000 | |
---|---|---|
committer | 2007-11-04 08:16:17 +0000 | |
commit | f324a436bbe5fcae12bc657413b1ac016ac54b1a (patch) | |
tree | f879b8021e67a5036475239155375c84fb86a637 | |
parent | improve/repair locator printing; ok jsg (diff) | |
download | wireguard-openbsd-f324a436bbe5fcae12bc657413b1ac016ac54b1a.tar.xz wireguard-openbsd-f324a436bbe5fcae12bc657413b1ac016ac54b1a.zip |
the 1200 and 1202 shoudl work fine too.
-rw-r--r-- | sys/dev/pci/arc.c | 4 |
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 }, |