mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Added "sn" and "pcic" entries to UserConfig.
This commit is contained in:
parent
32a57b686c
commit
5df7e2d6d1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56048
@ -395,6 +395,7 @@ static DEV_INFO device_info[] = {
|
||||
{"sf", "Adaptec AIC-6915 PCI Ethernet adapters", 0,CLS_NETWORK},
|
||||
{"sis", "Sis 900/SiS 7016 Ethernet adapters", 0,CLS_NETWORK},
|
||||
{"sk", "SysKonnect SK-984x gigabit Ethernet adapters", 0,CLS_NETWORK},
|
||||
{"sn", "SMC/Megahertz Ethernet adapters", 0,CLS_NETWORK},
|
||||
{"ste", "Sundance ST201 PCI Ethernet adapters", 0,CLS_NETWORK},
|
||||
{"ti", "Alteon Networks Tigon gigabit Ethernet adapters", 0,CLS_NETWORK},
|
||||
{"tl", "Texas Instruments ThunderLAN Ethernet adapters", 0,CLS_NETWORK},
|
||||
@ -461,6 +462,7 @@ static DEV_INFO device_info[] = {
|
||||
|
||||
{"apm", "Advanced Power Management", FLG_FIXED, CLS_MISC},
|
||||
{"labpc", "National Instruments Lab-PC/Lab-PC+", 0, CLS_MISC},
|
||||
{"pcic", "PC-card controller", 0, CLS_MISC},
|
||||
{"npx", "Math coprocessor", FLG_IMMUTABLE, CLS_MISC},
|
||||
{"lkm", "Loadable PCI driver support", FLG_INVISIBLE, CLS_MISC},
|
||||
{"vga", "Catchall PCI VGA driver", FLG_INVISIBLE, CLS_MISC},
|
||||
|
Loading…
Reference in New Issue
Block a user