mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Add support for Peppercon ROL-F Card.
Submitted by: Sascha Holzeiter <sascha@root-login.org> PR: 48559
This commit is contained in:
parent
0f265fea23
commit
25b803ef49
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111381
@ -156,6 +156,8 @@ static struct rl_type rl_devs[] = {
|
||||
"Corega FEther CB-TXD" },
|
||||
{ COREGA_VENDORID, COREGA_DEVICEID_FETHERIICBTXD,
|
||||
"Corega FEtherII CB-TXD" },
|
||||
{ PEPPERCON_VENDORID, PEPPERCON_DEVICEID_ROLF,
|
||||
"Peppercon AG ROL-F" },
|
||||
{ 0, 0, NULL }
|
||||
};
|
||||
|
||||
|
@ -490,7 +490,15 @@ struct rl_softc {
|
||||
*/
|
||||
#define COREGA_DEVICEID_FETHERIICBTXD 0xa11e
|
||||
|
||||
/*
|
||||
* Peppercon vendor ID
|
||||
*/
|
||||
#define PEPPERCON_VENDORID 0x1743
|
||||
|
||||
/*
|
||||
* Peppercon ROL-F device ID
|
||||
*/
|
||||
#define PEPPERCON_DEVICEID_ROLF 0x8139
|
||||
|
||||
/*
|
||||
* PCI low memory base and low I/O base register, and
|
||||
|
Loading…
Reference in New Issue
Block a user