add uhso(4) device where appropriate

- follow the lead of other USB driver declarations wrt commented out
    - (cross-)build tested all these kernels
This commit is contained in:
plunky 2010-03-07 09:39:42 +00:00
parent 1067f44885
commit 04e2ab6ae6
29 changed files with 131 additions and 49 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.51 2009/03/06 20:31:46 joerg Exp $
# $NetBSD: P4032,v 1.52 2010/03/07 09:39:42 plunky 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.51 $"
#ident "P4032-$Revision: 1.52 $"
maxusers 32
@ -273,6 +273,9 @@ ukphy* at mii? phy ? # generic unknown PHYs
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
# Option N.V. Wireless WAN modems
#uhso* at uhub? port ? configuration ?
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#atapibus* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: P5064,v 1.58 2010/02/19 15:25:28 he Exp $
# $NetBSD: P5064,v 1.59 2010/03/07 09:39:42 plunky 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.58 $"
#ident "P5064-$Revision: 1.59 $"
maxusers 32
@ -337,6 +337,9 @@ fd* at fdc? drive ?
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
# Option N.V. Wireless WAN modems
#uhso* at uhub? port ? configuration ?
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#atapibus* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: P6032,v 1.50 2009/03/06 20:31:46 joerg Exp $
# $NetBSD: P6032,v 1.51 2010/03/07 09:39:42 plunky 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.50 $"
#ident "P6032-$Revision: 1.51 $"
maxusers 32
@ -342,6 +342,9 @@ fd* at fdc? drive ?
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
# Option N.V. Wireless WAN modems
#uhso* at uhub? port ? configuration ?
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#atapibus* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.330 2009/12/05 20:11:03 pooka Exp $
# $NetBSD: GENERIC,v 1.331 2010/03/07 09:39:42 plunky 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.330 $"
ident "GENERIC-$Revision: 1.331 $"
maxusers 32
@ -575,6 +575,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.270 2010/03/06 04:28:53 cnst Exp $
# $NetBSD: GENERIC,v 1.271 2010/03/07 09:39:42 plunky Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.270 $"
#ident "GENERIC-$Revision: 1.271 $"
maxusers 64 # estimated number of users
@ -817,6 +817,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOM0,v 1.51 2010/03/06 04:28:54 cnst Exp $
# $NetBSD: XEN3_DOM0,v 1.52 2010/03/07 09:39:42 plunky Exp $
include "arch/amd64/conf/std.xen"
@ -571,6 +571,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.74 2009/12/05 20:11:10 pooka Exp $
# $NetBSD: INSTALL,v 1.75 2010/03/07 09:39:42 plunky Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@ -322,6 +322,9 @@ ukphy* at mii? phy ? # generic unknown PHYs
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
# Option N.V. Wireless WAN modems
#uhso* at uhub? port ? configuration ?
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#atapibus* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: HDL_G,v 1.16 2009/12/05 20:11:11 pooka Exp $
# $NetBSD: HDL_G,v 1.17 2010/03/07 09:39:42 plunky Exp $
#
# HDL_G -- I-O DATA HDL-G Kernel
#
@ -292,6 +292,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: MPCSA_GENERIC,v 1.12 2009/12/23 01:04:46 pooka Exp $
# $NetBSD: MPCSA_GENERIC,v 1.13 2010/03/07 09:39:42 plunky 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.12 $"
#ident "GENERIC-$Revision: 1.13 $"
maxusers 32 # estimated number of users
@ -490,6 +490,9 @@ uhub* at uhub? port ? configuration ? interface ?
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
# Option N.V. Wireless WAN modems
#uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2410,v 1.39 2009/12/05 20:11:11 pooka Exp $
# $NetBSD: SMDK2410,v 1.40 2010/03/07 09:39:42 plunky Exp $
#
# SMDK2410 -- Samsung's S3C2410 evaluation board.
#
@ -257,6 +257,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: TS7200,v 1.40 2009/12/05 20:11:11 pooka Exp $
# $NetBSD: TS7200,v 1.41 2010/03/07 09:39:42 plunky Exp $
#
# TS7200 - Kernel for Technologic Systems TS7200 ARM hardware
#
@ -315,6 +315,9 @@ uhub* at uhub? port ?
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
# Option N.V. Wireless WAN modems
#uhso* at uhub? port ? configuration ?
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#scsibus* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: TWINTAIL,v 1.32 2009/12/05 20:11:11 pooka Exp $
# $NetBSD: TWINTAIL,v 1.33 2010/03/07 09:39:42 plunky Exp $
#
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
#
@ -227,6 +227,9 @@ opio0 at obio? intr 2
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
# Option N.V. Wireless WAN modems
#uhso* at uhub? port ? configuration ?
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#wd* at umass?

View File

@ -1,11 +1,11 @@
# $NetBSD: ALCHEMY,v 1.26 2009/12/14 00:46:01 matt Exp $
# $NetBSD: ALCHEMY,v 1.27 2010/03/07 09:39:42 plunky Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.alchemy"
#ident "ALCHEMY-$Revision: 1.26 $"
#ident "ALCHEMY-$Revision: 1.27 $"
maxusers 32
@ -192,6 +192,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
scsibus* at scsi?

View File

@ -1,4 +1,4 @@
# $NetBSD: GDIUM,v 1.7 2009/12/05 20:11:11 pooka Exp $
# $NetBSD: GDIUM,v 1.8 2010/03/07 09:39:42 plunky Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/evbmips/conf/std.gdium"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GDIUM-$Revision: 1.7 $"
#ident "GDIUM-$Revision: 1.8 $"
maxusers 16
@ -193,6 +193,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
scsibus* at umass? channel ?

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS266_OPT,v 1.11 2009/12/23 01:04:46 pooka Exp $
# $NetBSD: OPENBLOCKS266_OPT,v 1.12 2010/03/07 09:39:42 plunky Exp $
#
include "arch/evbppc/conf/OPENBLOCKS266"
@ -176,6 +176,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: PMPPC,v 1.12 2010/02/08 19:02:28 joerg Exp $
# $NetBSD: PMPPC,v 1.13 2010/03/07 09:39:42 plunky Exp $
#
# PMPPC
#
@ -335,6 +335,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
#wd* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.207 2009/12/05 20:11:14 pooka Exp $
# $NetBSD: GENERIC,v 1.208 2010/03/07 09:39:43 plunky 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.207 $"
#ident "GENERIC-$Revision: 1.208 $"
maxusers 16
@ -579,6 +579,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
scsibus* at umass? channel ?

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MPC303,v 1.53 2009/12/05 20:11:14 pooka Exp $
# $NetBSD: MPC303,v 1.54 2010/03/07 09:39:43 plunky Exp $
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
#
# Kernel configuration file for Victor MP-C303; enami's test machine.
@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.53 $"
#ident "GENERIC-$Revision: 1.54 $"
maxusers 16
@ -197,6 +197,9 @@ uhub* at uhub? port ?
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
# Option N.V. Wireless WAN modems
#uhso* at uhub? port ? configuration ?
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#atapibus* at umass?

View File

@ -1,7 +1,7 @@
#
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
#
# $NetBSD: TX3922,v 1.86 2009/12/05 20:11:14 pooka Exp $
# $NetBSD: TX3922,v 1.87 2010/03/07 09:39:43 plunky Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -213,6 +213,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
scsibus* at umass? channel ?

View File

@ -1,4 +1,4 @@
# $NetBSD: VR41XX,v 1.47 2009/12/05 20:11:14 pooka Exp $
# $NetBSD: VR41XX,v 1.48 2010/03/07 09:39:43 plunky 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.47 $"
#ident "GENERIC-$Revision: 1.48 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@ -446,6 +446,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
scsibus* at umass? channel ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.57 2009/12/23 01:04:46 pooka Exp $
# $NetBSD: GENERIC,v 1.58 2010/03/07 09:39:43 plunky 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.57 $"
#ident "GENERIC-$Revision: 1.58 $"
maxusers 32 # estimated number of users
@ -562,6 +562,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.22 2009/12/17 20:07:19 tsutsui Exp $
# $NetBSD: GENERIC,v 1.23 2010/03/07 09:39:43 plunky 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.22 $"
#ident "GENERIC-$Revision: 1.23 $"
maxusers 16 # estimated number of users
@ -307,6 +307,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
scsibus* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.278 2010/01/18 23:40:06 jmmv Exp $
# $NetBSD: GENERIC,v 1.279 2010/03/07 09:39:43 plunky 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.278 $"
#ident "GENERIC-$Revision: 1.279 $"
maxusers 32
@ -481,6 +481,8 @@ ulpt* at uhub? port ? configuration ? interface ? # USB Printer
umodem* at uhub? port ? configuration ? # USB Modem
ucom* at umodem?
uhso* at uhub? port ? configuration ? # Option N.V. Wireless WAN modems
umass* at uhub? port ? configuration ? interface ? # USB Mass Storage
uaudio* at uhub? port ? configuration ? # USB audio

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.123 2010/02/08 19:02:30 joerg Exp $
# $NetBSD: GENERIC,v 1.124 2010/03/07 09:39:43 plunky 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.123 $"
#ident "GENERIC-$Revision: 1.124 $"
maxusers 32
@ -336,6 +336,7 @@ uhid* at uhidev? reportid ? # USB Generic HID
ulpt* at uhub? port ? configuration ? interface ? # USB Printer
umodem* at uhub? port ? configuration ? # USB Modem
ucom* at umodem?
uhso* at uhub? port ? configuration ? # Option N.V. Wireless WAN modems
#uaudio* at uhub? port ? configuration ? # USB audio
# D-Link DSB-R100 USB FM radio tuner

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC.MP,v 1.7 2010/02/08 19:02:31 joerg Exp $
# $NetBSD: GENERIC.MP,v 1.8 2010/03/07 09:39:43 plunky 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.7 $"
#ident "GENERIC-$Revision: 1.8 $"
maxusers 32
@ -340,6 +340,7 @@ ucycom* at uhidev? reportid ? # USB serial adapter
uhid* at uhidev? reportid ? # USB Generic HID
ulpt* at uhub? port ? configuration ? interface ? # USB Printer
umodem* at uhub? port ? configuration ? # USB Modem
uhso* at uhub? port ? configuration ? # Option N.V. Wireless WAN modems
ucom* at umodem?
#uaudio* at uhub? port ? configuration ? # USB audio

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.149 2009/12/05 20:11:16 pooka Exp $
# $NetBSD: GENERIC,v 1.150 2010/03/07 09:39:43 plunky 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.149 $"
#ident "GENERIC-$Revision: 1.150 $"
maxusers 32
@ -435,6 +435,9 @@ ukphy* at mii? phy ? # generic unknown PHYs
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
# Option N.V. Wireless WAN modems
#uhso* at uhub? port ? configuration ?
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#scsibus* at umass? channel ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC32_IP3x,v 1.82 2009/12/14 00:46:12 matt Exp $
# $NetBSD: GENERIC32_IP3x,v 1.83 2010/03/07 09:39:43 plunky 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.82 $"
#ident "GENERIC32_IP3x-$Revision: 1.83 $"
maxusers 32
@ -329,6 +329,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
#wd* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.118 2010/02/28 11:49:44 martin Exp $
# $NetBSD: GENERIC,v 1.119 2010/03/07 09:39:44 plunky 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.118 $"
#ident "GENERIC-$Revision: 1.119 $"
maxusers 64
@ -590,6 +590,9 @@ ulpt* at uhub? port ? configuration ? interface ?
umodem* at uhub? port ? configuration ?
ucom* at umodem?
# Option N.V. Wireless WAN modems
uhso* at uhub? port ? configuration ?
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
wd* at umass?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.147 2009/12/05 20:11:17 pooka Exp $
# $NetBSD: GENERIC,v 1.148 2010/03/07 09:39:44 plunky 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.147 $"
#ident "GENERIC-$Revision: 1.148 $"
maxusers 8
@ -346,6 +346,9 @@ bmd* at intio0 addr 0xecebf0 # Nereid
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
# Option N.V. Wireless WAN modems
#uhso* at uhub? port ? configuration ?
# USB Mass Storage; wd not supported
#umass* at uhub? port ? configuration ? interface ?
#atapibus* at umass? channel ?