diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-11-21 15:16:37 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-11-21 15:16:37 +0000 |
commit | 73eeb50056443e9d0c6bbbf6699884dc561dbe40 (patch) | |
tree | 8bba944d44d15af36b598e9bfd458e869422d36a /sys/dev/pci | |
parent | 8eb7cafc561fd5f4ac62964afd3df3208e24b112 (diff) |
attach to the AR9227 too
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_athn_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_athn_pci.c b/sys/dev/pci/if_athn_pci.c index 0ec3596af17..69134973966 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.1 2009/11/14 16:55:11 damien Exp $ */ +/* $OpenBSD: if_athn_pci.c,v 1.2 2009/11/21 15:16:36 damien Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -87,6 +87,7 @@ static const struct pci_matchid athn_pci_devices[] = { { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9280 }, { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9281 }, { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9285 }, + { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9227 }, { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9287 } }; |