From a998ea7bf0773a86f544da789b2d9aa386521790 Mon Sep 17 00:00:00 2001 From: Damien Bergamini Date: Sun, 16 May 2010 15:06:23 +0000 Subject: add AR9300 PCI Id --- sys/dev/pci/if_athn_pci.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci') diff --git a/sys/dev/pci/if_athn_pci.c b/sys/dev/pci/if_athn_pci.c index c3014aef15f..fad7aa668ee 100644 --- a/sys/dev/pci/if_athn_pci.c +++ b/sys/dev/pci/if_athn_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_athn_pci.c,v 1.5 2010/02/02 17:16:47 damien Exp $ */ +/* $OpenBSD: if_athn_pci.c,v 1.6 2010/05/16 15:06:22 damien Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini @@ -89,7 +89,8 @@ static const struct pci_matchid athn_pci_devices[] = { { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9285 }, { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR2427 }, { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9227 }, - { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9287 } + { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9287 }, + { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9300 } }; int -- cgit v1.2.3