Add commented-out modern USB NICs for users easily finding them out.

This commit is contained in:
rin 2019-02-07 21:53:50 +00:00
parent a70d7d88f5
commit 5f129d1d91
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.83 2019/02/07 21:51:59 rin Exp $
# $NetBSD: GENERIC,v 1.84 2019/02/07 21:53:50 rin Exp $
#
# GENERIC machine description file
#
@ -308,6 +308,7 @@ cd* at atapibus? drive ? # ATAPI CD-ROM drives
# USB Ethernet adapters
aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
axe* at uhub? port ? # ASIX AX88172 based adapters
#axen* at uhub? port ? # ASIX AX88178a/AX88179 based adapters
cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
@ -315,6 +316,8 @@ mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
#ure* at uhub? port ? # Realtek RTL8152/RTL8153 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
#urndis* at uhub? port ? # Microsoft RNDIS specification
#usmsc* at uhub? port ? # SMSC95xx based adapters
# Kyocera AIR-EDGE PHONE
#ukyopon* at uhub? port ?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_C700,v 1.10 2019/02/07 21:51:59 rin Exp $
# $NetBSD: INSTALL_C700,v 1.11 2019/02/07 21:53:50 rin Exp $
#
# INSTALL config file (C700 with memory disk root)
#
@ -39,6 +39,7 @@ no cd*
no aue*
no axe*
#no axen*
no cdce*
no cue*
no kue*
@ -46,3 +47,5 @@ no mue*
no udav*
#no ure*
no url*
#no urndis*
#no usmsc*