diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2010-04-04 08:10:59 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2010-04-04 08:10:59 +0000 |
commit | 4f4be8e1006ed81eac767d1bd582ed7d3598d224 (patch) | |
tree | 767716aa5bd0939d59e8fd68693fe35a4693069e /sys/dev/pci/pcidevs | |
parent | b7872898e20689664cfa3b484c36c31568e03967 (diff) |
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.
Diffstat (limited to 'sys/dev/pci/pcidevs')
-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) |