diff options
author | kato <kato@FreeBSD.org> | 2000-01-20 08:35:32 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 2000-01-20 08:35:32 +0000 |
commit | 40c8b7d4079170b28a50593bfbbb25f3b11e703f (patch) | |
tree | a4adbf7504ce0a3da2238cdef4dfd206962b7a70 /sys | |
parent | b8cfd16cdfb596f000d9452be077613ff2225d4d (diff) | |
download | FreeBSD-src-40c8b7d4079170b28a50593bfbbb25f3b11e703f.zip FreeBSD-src-40c8b7d4079170b28a50593bfbbb25f3b11e703f.tar.gz |
Synced with sys/i386/i386/userconfig.c rev 1.169.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pc98/i386/userconfig.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c index fc76e0f..7aca803 100644 --- a/sys/pc98/i386/userconfig.c +++ b/sys/pc98/i386/userconfig.c @@ -406,6 +406,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}, @@ -481,6 +482,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}, #ifdef PC98 |