Add (commented out) mue(4) to where appropriate.

Also add MII/PHY drivers for USB NICs if missing.
This commit is contained in:
rin 2018-08-25 20:52:40 +00:00
parent 559388397c
commit 46f2680da4
39 changed files with 122 additions and 70 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.75 2018/08/01 20:04:09 maxv Exp $
# $NetBSD: P4032,v 1.76 2018/08/25 20:52:40 rin Exp $
#
# Algorithmics P-4032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P4032-$Revision: 1.75 $"
#ident "P4032-$Revision: 1.76 $"
maxusers 32
@ -276,6 +276,7 @@ ukphy* at mii? phy ? # generic unknown PHYs
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
# Serial adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: P5064,v 1.86 2018/08/01 20:04:09 maxv Exp $
# $NetBSD: P5064,v 1.87 2018/08/25 20:52:40 rin Exp $
#
# Algorithmics P-5064 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P5064-$Revision: 1.86 $"
#ident "P5064-$Revision: 1.87 $"
maxusers 32
@ -341,6 +341,7 @@ fd* at fdc? drive ?
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
# Serial adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: P6032,v 1.77 2018/08/01 20:04:09 maxv Exp $
# $NetBSD: P6032,v 1.78 2018/08/25 20:52:40 rin Exp $
#
# Algorithmics P-6032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P6032-$Revision: 1.77 $"
#ident "P6032-$Revision: 1.78 $"
maxusers 32
@ -346,6 +346,7 @@ fd* at fdc? drive ?
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
# Serial adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.384 2018/08/01 20:04:09 maxv Exp $
# $NetBSD: GENERIC,v 1.385 2018/08/25 20:52:40 rin Exp $
#
# This machine description file is used to generate the default NetBSD
# kernel.
@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "GENERIC-$Revision: 1.384 $"
ident "GENERIC-$Revision: 1.385 $"
maxusers 32
@ -613,6 +613,7 @@ aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
axe* at uhub? port ? # ASIX AX88172 based adapters
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.98 2018/08/25 07:48:56 maxv Exp $
# $NetBSD: ALL,v 1.99 2018/08/25 20:52:40 rin Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@ -17,7 +17,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "ALL-$Revision: 1.98 $"
#ident "ALL-$Revision: 1.99 $"
maxusers 64 # estimated number of users
@ -1219,6 +1219,7 @@ 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
#mos* at uhub? port ? # Moschip MCS7730/MCS7830/MCS7832 based adapters
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
umb* at uhub? port ? # Mobile Broadband Interface Model (EXPERIMENTAL)
url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOM0,v 1.155 2018/08/14 06:04:24 maxv Exp $
# $NetBSD: XEN3_DOM0,v 1.156 2018/08/25 20:52:40 rin Exp $
include "arch/amd64/conf/std.xen"
@ -10,7 +10,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#options UVMHIST_PRINT
#options SYSCALL_DEBUG
#ident "XEN3_DOM0-$Revision: 1.155 $"
#ident "XEN3_DOM0-$Revision: 1.156 $"
maxusers 32 # estimated number of users
@ -657,6 +657,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
urndis* at uhub? port ? # Microsoft RNDIS specification

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.167 2018/08/01 20:04:10 maxv Exp $
# $NetBSD: GENERIC,v 1.168 2018/08/25 20:52:40 rin Exp $
#
# GENERIC machine description file
#
@ -379,6 +379,7 @@ aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
axe* at uhub? port ? # ASIX AX88172 based adapters
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.104 2018/08/01 20:04:10 maxv Exp $
# $NetBSD: INSTALL,v 1.105 2018/08/25 20:52:40 rin Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@ -318,6 +318,7 @@ ukphy* at mii? phy ? # generic unknown PHYs
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
# USB Generic driver

View File

@ -1,4 +1,4 @@
# $NetBSD: HDL_G,v 1.53 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: HDL_G,v 1.54 2018/08/25 20:52:40 rin Exp $
#
# HDL_G -- I-O DATA HDL-G Kernel
#
@ -298,6 +298,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: HPT5325,v 1.38 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: HPT5325,v 1.39 2018/08/25 20:52:40 rin Exp $
#
# This configuration supports for HP T5325 Thin Client
#
@ -301,6 +301,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: MINI2440,v 1.23 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: MINI2440,v 1.24 2018/08/25 20:52:40 rin Exp $
#
# MINI2440 -- Friendly ARM evaluation board based on Samsung S3C2440
#
@ -287,11 +287,16 @@ wd* at umass?
#ustir* at uhub? port ?
#irframe* at ustir?
# MII/PHY support
#ukphy* at mii? phy ? # generic unknown PHYs
#urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
# USB Ethernet adapters
#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
# Prolific PL2301/PL2302 host-to-host adapter

View File

@ -1,4 +1,4 @@
# $NetBSD: MMNET_GENERIC,v 1.41 2018/08/25 07:48:56 maxv Exp $
# $NetBSD: MMNET_GENERIC,v 1.42 2018/08/25 20:52:40 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mmnet"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.41 $"
#ident "GENERIC-$Revision: 1.42 $"
maxusers 32 # estimated number of users
@ -350,11 +350,7 @@ sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
#sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
#tlphy* at mii? phy ? # ThunderLAN PHYs
#tqphy* at mii? phy ? # TDK Semiconductor PHYs
ukphy* at at91emac? phy ?
ukphy* at aue? phy ? # generic unknown PHYs
ukphy* at axe? phy ? # generic unknown PHYs
ukphy* at udav? phy ? # generic unknown PHYs
ukphy* at url? phy ? # generic unknown PHYs
ukphy* at mii? phy ? # generic unknown PHYs
#urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
@ -420,6 +416,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: MPCSA_GENERIC,v 1.62 2018/08/25 07:48:56 maxv Exp $
# $NetBSD: MPCSA_GENERIC,v 1.63 2018/08/25 20:52:40 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mpcsa"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.62 $"
#ident "GENERIC-$Revision: 1.63 $"
maxusers 32 # estimated number of users
@ -409,11 +409,7 @@ wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11)
#sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
#tlphy* at mii? phy ? # ThunderLAN PHYs
#tqphy* at mii? phy ? # TDK Semiconductor PHYs
ukphy0 at at91emac0 phy 3
ukphy* at aue? phy ? # generic unknown PHYs
ukphy* at axe? phy ? # generic unknown PHYs
ukphy* at udav? phy ? # generic unknown PHYs
ukphy* at url? phy ? # generic unknown PHYs
ukphy* at mii? phy ? # generic unknown PHYs
#urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
@ -482,6 +478,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: NSLU2,v 1.44 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: NSLU2,v 1.45 2018/08/25 20:52:40 rin Exp $
#
# Linksys NSLU2 "Slug" NAS Device
#
@ -190,6 +190,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS_A6,v 1.32 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: OPENBLOCKS_A6,v 1.33 2018/08/25 20:52:40 rin Exp $
#
# OPENBLOCKS_A6 -- Plat'Home. OpenBlockS A6 kernel
#
@ -153,7 +153,11 @@ mvsata* at mvsoc? offset ? irq ?
# On-chip Gigabit Ethernet Controller Interface
mvgbec* at mvsoc? offset ?
mvgbe* at mvgbec? port ? irq ?
# MII/PHY support
makphy* at mii? phy ?
ukphy* at mii? phy ? # generic unknown PHYs
urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
# On-chip USB 2.0 Interface
ehci* at mvsoc? offset ? irq ?
@ -245,6 +249,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: SHEEVAPLUG,v 1.60 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: SHEEVAPLUG,v 1.61 2018/08/25 20:52:40 rin Exp $
#
# This configuration supports for generically Marvell SheevaPlug
#
@ -300,6 +300,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2410,v 1.66 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: SMDK2410,v 1.67 2018/08/25 20:52:40 rin Exp $
#
# SMDK2410 -- Samsung's S3C2410 evaluation board.
#
@ -262,11 +262,16 @@ irframe* at uirda?
ustir* at uhub? port ?
irframe* at ustir?
# MII/PHY support
ukphy* at mii? phy ? # generic unknown PHYs
urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
# USB Ethernet adapters
aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
axe* at uhub? port ? # ASIX AX88172 based adapters
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
# Prolific PL2301/PL2302 host-to-host adapter

View File

@ -1,4 +1,4 @@
# $NetBSD: TS7200,v 1.70 2018/07/12 10:46:43 maxv Exp $
# $NetBSD: TS7200,v 1.71 2018/08/25 20:52:40 rin Exp $
#
# TS7200 - Kernel for Technologic Systems TS7200 ARM hardware
#
@ -331,6 +331,7 @@ uhub* at uhub? port ?
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#udav* at uhub? port ? # Davicom DM9601 based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS266_OPT,v 1.23 2017/05/24 20:23:04 christos Exp $
# $NetBSD: OPENBLOCKS266_OPT,v 1.24 2018/08/25 20:52:41 rin Exp $
#
include "arch/evbppc/conf/OPENBLOCKS266"
@ -217,6 +217,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: PMPPC,v 1.43 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: PMPPC,v 1.44 2018/08/25 20:52:41 rin Exp $
#
# PMPPC
#
@ -345,6 +345,7 @@ aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
axe* at uhub? port ? # ASIX AX88172 based adapters
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
# Prolific PL2301/PL2302 host-to-host adapter

View File

@ -1,4 +1,4 @@
# $NetBSD: WZERO3,v 1.45 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: WZERO3,v 1.46 2018/08/25 20:52:41 rin Exp $
#
# WZERO3 -- Sharp Windows Mobile 5 based PDA
#
@ -8,7 +8,7 @@ include "arch/hpcarm/conf/files.wzero3"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.45 $"
#ident "GENERIC-$Revision: 1.46 $"
# estimated number of users
maxusers 32
@ -229,6 +229,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.236 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: GENERIC,v 1.237 2018/08/25 20:52:41 rin Exp $
#
# GENERIC machine description file
#
@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.tx39"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.236 $"
#ident "GENERIC-$Revision: 1.237 $"
maxusers 16
@ -595,6 +595,7 @@ aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
axe* at uhub? port ? # ASIX AX88172 based adapters
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters

View File

@ -1,7 +1,7 @@
#
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
#
# $NetBSD: TX3922,v 1.107 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: TX3922,v 1.108 2018/08/25 20:52:41 rin Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -227,6 +227,7 @@ aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
axe* at uhub? port ? # ASIX AX88172 based adapters
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
# Prolific PL2301/PL2302 host-to-host adapter

View File

@ -1,4 +1,4 @@
# $NetBSD: VR41XX,v 1.70 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: VR41XX,v 1.71 2018/08/25 20:52:41 rin Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/hpcmips/conf/std.hpcmips"
include "arch/hpcmips/conf/std.hpcmips.vr41"
#ident "GENERIC-$Revision: 1.70 $"
#ident "GENERIC-$Revision: 1.71 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@ -459,11 +459,16 @@ umidi* at uhub? port ? configuration ?
#uirda* at uhub? port ? configuration ? interface ?
#irframe* at uirda?
# MII/PHY support
ukphy* at mii? phy ? # generic unknown PHYs
urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
# USB Ethernet adapters
aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
axe* at uhub? port ? # ASIX AX88172 based adapters
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
# Prolific PL2301/PL2302 host-to-host adapter

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.19 2018/08/01 20:04:11 maxv Exp $
# $NetBSD: GENERIC,v 1.20 2018/08/25 20:52:41 rin Exp $
#
# GENERIC machine description file
#
@ -23,7 +23,7 @@ include "arch/hppa/conf/std.hppa"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
#ident "GENERIC-$Revision: 1.19 $"
#ident "GENERIC-$Revision: 1.20 $"
maxusers 32 # estimated number of users
@ -618,6 +618,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.448 2018/08/25 07:48:56 maxv Exp $
# $NetBSD: ALL,v 1.449 2018/08/25 20:52:41 rin Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "ALL-$Revision: 1.448 $"
#ident "ALL-$Revision: 1.449 $"
maxusers 64 # estimated number of users
@ -1331,6 +1331,7 @@ 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
umb* at uhub? port ? # Mobile Broadband Interface Model (EXPERIMENTAL)
url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.158 2018/08/01 16:59:09 maxv Exp $
# $NetBSD: GENERIC_TINY,v 1.159 2018/08/25 20:52:41 rin Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@ -456,6 +456,7 @@ we1 at isa? port 0x300 iomem 0xcc000 irq 10
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
# Y@P firmware loader

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_FLOPPY,v 1.44 2018/08/01 16:59:09 maxv Exp $
# $NetBSD: INSTALL_FLOPPY,v 1.45 2018/08/25 20:52:41 rin Exp $
#
# INSTALL - Installation kernel.
#
@ -658,6 +658,7 @@ aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
axe* at uhub? port ? # ASIX AX88172 based adapters
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
# Audio Devices

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3PAE_DOM0,v 1.4 2018/08/14 06:04:24 maxv Exp $
# $NetBSD: XEN3PAE_DOM0,v 1.5 2018/08/25 20:52:41 rin Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@ -616,6 +616,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
urndis* at uhub? port ? # Microsoft RNDIS specification

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.100 2018/08/25 07:48:56 maxv Exp $
# $NetBSD: GENERIC,v 1.101 2018/08/25 20:52:41 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/iyonix/conf/std.iyonix"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.100 $"
#ident "GENERIC-$Revision: 1.101 $"
maxusers 32 # estimated number of users
@ -568,6 +568,7 @@ uaudio* at uhub? port ? configuration ?
#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
#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#udav* at uhub? port ? # Davicom DM9601 based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.59 2018/08/01 20:04:12 maxv Exp $
# $NetBSD: GENERIC,v 1.60 2018/08/25 20:52:41 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/landisk/conf/std.landisk"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.59 $"
#ident "GENERIC-$Revision: 1.60 $"
maxusers 16 # estimated number of users
@ -324,6 +324,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
ural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g
url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.348 2018/08/01 20:04:12 maxv Exp $
# $NetBSD: GENERIC,v 1.349 2018/08/25 20:52:41 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.348 $"
#ident "GENERIC-$Revision: 1.349 $"
maxusers 32
@ -505,6 +505,7 @@ 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.166 2018/08/01 20:04:13 maxv Exp $
# $NetBSD: GENERIC,v 1.167 2018/08/25 20:52:41 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/ofppc/conf/std.ofppc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.166 $"
#ident "GENERIC-$Revision: 1.167 $"
maxusers 32
@ -356,6 +356,7 @@ uhso* at uhub? port ? configuration ? # Option N.V. Wireless WAN modems
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
#udav* at uhub? port ? # Davicom DM9601 based adapters

View File

@ -1,7 +1,7 @@
#
# kernel config file for debugging.
#
# $NetBSD: DEBUG,v 1.23 2016/12/13 20:42:19 christos Exp $
# $NetBSD: DEBUG,v 1.24 2018/08/25 20:52:41 rin Exp $
#
include "arch/playstation2/conf/std.playstation2"
@ -68,11 +68,16 @@ uaudio* at uhub? port ? configuration ?
# USB MIDI
umidi* at uhub? port ? configuration ?
# MII/PHY support
ukphy* at mii? phy ? # generic unknown PHYs
urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
# USB Ethernet adapters
aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
axe* at uhub? port ? # ASIX AX88172 based adapters
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
# Prolific PL2301/PL2302 host-to-host adapter

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.186 2018/08/01 20:04:13 maxv Exp $
# $NetBSD: GENERIC,v 1.187 2018/08/25 20:52:41 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.186 $"
#ident "GENERIC-$Revision: 1.187 $"
maxusers 32
@ -437,6 +437,7 @@ ukphy* at mii? phy ? # generic unknown PHYs
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
#udav* at uhub? port ? # Davicom DM9601 based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC32_IP3x,v 1.117 2018/08/01 20:04:14 maxv Exp $
# $NetBSD: GENERIC32_IP3x,v 1.118 2018/08/25 20:52:42 rin Exp $
#
# GENERIC32_IP3x machine description file
#
@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entry point
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC32_IP3x-$Revision: 1.117 $"
#ident "GENERIC32_IP3x-$Revision: 1.118 $"
maxusers 32
@ -344,6 +344,7 @@ aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
axe* at uhub? port ? # ASIX AX88172 based adapters
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.205 2018/08/01 20:04:14 maxv Exp $
# $NetBSD: GENERIC,v 1.206 2018/08/25 20:52:42 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.205 $"
#ident "GENERIC-$Revision: 1.206 $"
maxusers 64
@ -629,6 +629,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.189 2018/08/01 20:04:14 maxv Exp $
# $NetBSD: GENERIC,v 1.190 2018/08/25 20:52:42 rin Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/x68k/conf/std.x68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.189 $"
#ident "GENERIC-$Revision: 1.190 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@ -289,6 +289,7 @@ bmd* at intio0 addr 0xecebf0 # Nereid
## MII/PHY support for USB ethernet
#acphy* at mii? phy ?
#ukphy* at mii? phy ?
## USB Controller and Devices; Experimental
@ -357,6 +358,7 @@ bmd* at intio0 addr 0xecebf0 # Nereid
#axe* at uhub? port ? # ASIX AX88172 based adapters
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
#url* at uhub? port ? # Realtek RTL8150L based adapters
#udav* at uhub? port ? # Davicom DM9601 based adapters

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.77 2018/06/07 13:36:29 thorpej Exp $
# $NetBSD: GENERIC,v 1.78 2018/08/25 20:52:42 rin Exp $
#
# GENERIC machine description file
#
@ -312,6 +312,7 @@ axe* at uhub? port ? # ASIX AX88172 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
mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
udav* at uhub? port ? # Davicom DM9601 based adapters
url* at uhub? port ? # Realtek RTL8150L based adapters