diff options
-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 |