Add PCI ID for Cisco Aironet 350 Series cards. The patch differs
slightly from the submitted one. PR: kern/29415 Submitted by: Bob Fleck <rfleck@cigital.com>
This commit is contained in:
parent
a4616748ab
commit
88f7a9cf86
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81221
@ -96,6 +96,7 @@ struct an_type {
|
||||
};
|
||||
|
||||
#define AIRONET_VENDORID 0x14B9
|
||||
#define AIRONET_DEVICEID_35x 0x0350
|
||||
#define AIRONET_DEVICEID_4500 0x4500
|
||||
#define AIRONET_DEVICEID_4800 0x4800
|
||||
#define AIRONET_DEVICEID_4xxx 0x0001
|
||||
@ -103,6 +104,7 @@ struct an_type {
|
||||
#define AN_PCI_LOIO 0x18 /* Aironet iobase */
|
||||
|
||||
static struct an_type an_devs[] = {
|
||||
{ AIRONET_VENDORID, AIRONET_DEVICEID_35x, "Cisco Aironet 350 Series" },
|
||||
{ AIRONET_VENDORID, AIRONET_DEVICEID_4500, "Aironet PCI4500" },
|
||||
{ AIRONET_VENDORID, AIRONET_DEVICEID_4800, "Aironet PCI4800" },
|
||||
{ AIRONET_VENDORID, AIRONET_DEVICEID_4xxx, "Aironet PCI4500/PCI4800" },
|
||||
|
Loading…
Reference in New Issue
Block a user