mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add the emulation PCI device id - these days, 0xabcd shows up all over
the internet as "AR9380 and later which didn't get its PCI ID written in at power-on", so it's hardly an unknown constant. Obtained from: Qualcomm Atheros
This commit is contained in:
parent
89da5b3198
commit
321e63ddee
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@
|
|||
|
||||
/* AR9300 */
|
||||
#define AR9300_DEVID_AR9380_PCIE 0x0030
|
||||
#define AR9300_DEVID_EMU_PCIE 0xabcd
|
||||
#define AR9300_DEVID_AR9340 0x0031
|
||||
#define AR9300_DEVID_AR9485_PCIE 0x0032
|
||||
#define AR9300_DEVID_AR9580_PCIE 0x0033
|
||||
|
|
|
|||
Loading…
Reference in a new issue