Add u3g entries in kernels that have ugensa as well.
This commit is contained in:
parent
d7732b5cc7
commit
2201ddb77c
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.230 2008/10/11 21:54:11 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.231 2008/10/19 11:34:31 joerg 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.230 $"
|
||||
#ident "GENERIC-$Revision: 1.231 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -325,7 +325,7 @@ puc* at pci? dev ? function ? # PCI "universal" comm. cards
|
||||
#amdpcib* at pci? dev ? function ? # AMD 8111 PCI-ISA w/ HPET
|
||||
#hpet* at amdpcib?
|
||||
|
||||
#ichlpcib* at pci? dev ? function ? # Intel ICH PCI-ISA w/ timecounter,
|
||||
ichlpcib* at pci? dev ? function ? # Intel ICH PCI-ISA w/ timecounter,
|
||||
# watchdog and Speedstep support.
|
||||
|
||||
aapic* at pci? dev ? function ? # AMD 8131 IO apic
|
||||
@ -336,7 +336,7 @@ agp* at pchb?
|
||||
isa0 at mainbus?
|
||||
isa0 at pcib?
|
||||
#isa0 at amdpcib?
|
||||
#isa0 at ichlpcib?
|
||||
isa0 at ichlpcib?
|
||||
|
||||
# CardBus bridge support
|
||||
cbb* at pci? dev ? function ?
|
||||
@ -876,6 +876,10 @@ ugen* at uhub? port ?
|
||||
# On ugen bulk endpoints, perform read-ahead and write-behind.
|
||||
options UGEN_BULK_RA_WB
|
||||
|
||||
# USB 3G datacards
|
||||
u3g* at uhub? port ?
|
||||
ucom* at u3g?
|
||||
|
||||
# USB generic serial port (e.g., data over cellular)
|
||||
ugensa* at uhub? port ?
|
||||
ucom* at ugensa?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN3_DOM0,v 1.31 2008/10/11 21:54:11 bouyer Exp $
|
||||
# $NetBSD: XEN3_DOM0,v 1.32 2008/10/19 11:34:31 joerg Exp $
|
||||
|
||||
include "arch/amd64/conf/std.xen"
|
||||
|
||||
@ -226,7 +226,7 @@ ppb* at pci? dev ? function ? # PCI-PCI bridges
|
||||
pci* at ppb? bus ?
|
||||
|
||||
# PCI bridges
|
||||
#ichlpcib* at pci? dev ? function ? # Intel ICH PCI-ISA w/ timecounter,
|
||||
ichlpcib* at pci? dev ? function ? # Intel ICH PCI-ISA w/ timecounter,
|
||||
# watchdog and SpeedStep support
|
||||
pcib* at pci? dev ? function ? # PCI-ISA bridges
|
||||
pchb* at pci? dev ? function ? # PCI-Host bridges
|
||||
@ -237,7 +237,7 @@ puc* at pci? dev ? function ? # PCI "universal" comm. cards
|
||||
agp* at pchb?
|
||||
|
||||
# ISA bus support
|
||||
#isa0 at ichlpcib?
|
||||
isa0 at ichlpcib?
|
||||
isa0 at pcib?
|
||||
isa0 at hypervisor?
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GUMSTIX,v 1.28 2008/07/31 07:41:00 simonb Exp $
|
||||
# $NetBSD: GUMSTIX,v 1.29 2008/10/19 11:34:31 joerg Exp $
|
||||
#
|
||||
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
|
||||
#
|
||||
@ -402,6 +402,10 @@ sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
|
||||
# On ugen bulk endpoints, perform read-ahead and write-behind.
|
||||
#options UGEN_BULK_RA_WB
|
||||
|
||||
# USB 3G datacards
|
||||
#u3g* at uhub? port ?
|
||||
#ucom* at u3g?
|
||||
|
||||
# USB generic serial port (e.g., data over cellular)
|
||||
#ugensa* at uhub? port ?
|
||||
#ucom* at ugensa?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.913 2008/10/11 21:54:11 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.914 2008/10/19 11:34:31 joerg Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.913 $"
|
||||
#ident "GENERIC-$Revision: 1.914 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -1217,6 +1217,10 @@ ugen* at uhub? port ?
|
||||
# On ugen bulk endpoints, perform read-ahead and write-behind.
|
||||
options UGEN_BULK_RA_WB
|
||||
|
||||
# USB 3G datacards
|
||||
u3g* at uhub? port ?
|
||||
ucom* at u3g?
|
||||
|
||||
# USB generic serial port (e.g., data over cellular)
|
||||
ugensa* at uhub? port ?
|
||||
ucom* at ugensa?
|
||||
|
Loading…
Reference in New Issue
Block a user