diff options
author | 2010-04-04 08:10:58 +0000 | |
---|---|---|
committer | 2010-04-04 08:10:58 +0000 | |
commit | 74f7c21bd28cd69296e2c9539bacb43f777a5af5 (patch) | |
tree | 323ce3f8161b0650709cfe7f5e3450471a81d6f2 | |
parent | Fix 5GHz channels TX power settings for RT2860/RT2870 (does not (diff) | |
download | wireguard-openbsd-74f7c21bd28cd69296e2c9539bacb43f777a5af5.tar.xz wireguard-openbsd-74f7c21bd28cd69296e2c9539bacb43f777a5af5.zip |
PCI ID for Atheros AR9300.
It will require a lot of work in athn(4) to be supported though,
because of important differences (in DMA and registers) with
AR5008/AR9001/AR9002 series.
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 4b66f84fbfd..f57aec47746 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1543 2010/03/30 14:43:06 oga Exp $ +$OpenBSD: pcidevs,v 1.1544 2010/04/04 08:10:58 damien Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1374,6 +1374,7 @@ product ATHEROS AR9285 0x002b AR9285 product ATHEROS AR2427 0x002c AR2427 product ATHEROS AR9227 0x002d AR9227 product ATHEROS AR9287 0x002e AR9287 +product ATHEROS AR9300 0x0030 AR9300 product ATHEROS AR5210_AP 0x0207 AR5210 (Early) product ATHEROS AR5212_IBM 0x1014 AR5212 (IBM MiniPCI) product ATHEROS AR5210_DEFAULT 0x1107 AR5210 (no eeprom) |