mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Recognize the Altima AC9100 chip, which is used in current versions
of the Netgear GA302-T. I changed the symbolic names in the submitter's patch to reflect the part number of the chip instead of the board. PR: kern/38988 Submitted by: Brad Chapman <chapmanb@arches.uga.edu> MFC after: 2 days
This commit is contained in:
parent
59ac432a4d
commit
470bd96a07
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100695
@ -145,6 +145,8 @@ static struct bge_type bge_devs[] = {
|
||||
"SysKonnect Gigabit Ethernet" },
|
||||
{ ALTIMA_VENDORID, ALTIMA_DEVICE_AC1000,
|
||||
"Altima AC1000 Gigabit Ethernet" },
|
||||
{ ALTIMA_VENDORID, ALTIMA_DEVICE_AC9100,
|
||||
"Altima AC9100 Gigabit Ethernet" },
|
||||
{ 0, 0, NULL }
|
||||
};
|
||||
|
||||
|
@ -1811,6 +1811,7 @@ struct bge_status_block {
|
||||
*/
|
||||
#define ALTIMA_VENDORID 0x173b
|
||||
#define ALTIMA_DEVICE_AC1000 0x03e8
|
||||
#define ALTIMA_DEVICE_AC9100 0x03ea
|
||||
|
||||
/*
|
||||
* Offset of MAC address inside EEPROM.
|
||||
|
Loading…
Reference in New Issue
Block a user