add `scsibus* at umass?' so usb mass storage devices which attach to
sd@scsibus can be used out of the box. whitespace tweak for wd* at umass?
This commit is contained in:
parent
c50b05e3d3
commit
e26fd850ec
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.604 2004/05/21 03:30:40 atatat Exp $
|
||||
# $NetBSD: GENERIC,v 1.605 2004/05/22 03:16:26 grant 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.604 $"
|
||||
#ident "GENERIC-$Revision: 1.605 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -889,7 +889,8 @@ ucom* at umodem?
|
|||
|
||||
# USB Mass Storage
|
||||
umass* at uhub? port ? configuration ? interface ?
|
||||
wd* at umass?
|
||||
scsibus* at umass?
|
||||
wd* at umass?
|
||||
|
||||
# USB audio
|
||||
uaudio* at uhub? port ? configuration ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_LAPTOP,v 1.93 2004/04/30 17:41:19 gendalia Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.94 2004/05/22 03:16:26 grant Exp $
|
||||
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
|
||||
#
|
||||
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
|
||||
|
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.93 $"
|
||||
#ident "GENERIC-$Revision: 1.94 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -609,6 +609,7 @@ ucom* at umodem?
|
|||
|
||||
# USB Mass Storage
|
||||
umass* at uhub? port ? configuration ? interface ?
|
||||
scsibus* at umass?
|
||||
wd* at umass?
|
||||
|
||||
# USB audio
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_TINY,v 1.61 2004/03/14 08:09:42 minoura Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.62 2004/05/22 03:16:26 grant Exp $
|
||||
#
|
||||
# GENERIC_TINY -- suitable default for 4M machines
|
||||
# No EISA, PCI, or SCSI.
|
||||
|
@ -470,6 +470,8 @@ we1 at isa? port 0x300 iomem 0xcc000 irq 10
|
|||
|
||||
# USB Mass Storage
|
||||
#umass* at uhub? port ? configuration ? interface ?
|
||||
#scsibus* at umass?
|
||||
#wd* at umass?
|
||||
|
||||
# USB Ethernet adapters
|
||||
#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
|
||||
|
|
Loading…
Reference in New Issue