Remove 'scsibus* at umass?'. It shouldn't be needed, as umass correctly
defines the scsi attribute. So if a device doesn't work without that attachment, it means there is a bug elsewhere we have to fix.
This commit is contained in:
parent
af51d61dc0
commit
c4b8c745b9
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.682 2005/07/02 11:19:23 rpaulo Exp $
|
||||
# $NetBSD: GENERIC,v 1.683 2005/07/03 19:23:29 cube 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.682 $"
|
||||
#ident "GENERIC-$Revision: 1.683 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -972,7 +972,6 @@ 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.MPACPI,v 1.33 2005/06/28 09:08:04 wiz Exp $
|
||||
# $NetBSD: GENERIC.MPACPI,v 1.34 2005/07/03 19:23:29 cube Exp $
|
||||
#
|
||||
# GENERIC.MPACPI -- Generic, plus ACPI Multiprocessor support
|
||||
#
|
||||
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.33 $"
|
||||
#ident "GENERIC-$Revision: 1.34 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -923,7 +923,6 @@ 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_LAPTOP,v 1.144 2005/06/28 09:08:04 wiz Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.145 2005/07/03 19:23:29 cube 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.144 $"
|
||||
#ident "GENERIC-$Revision: 1.145 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -665,7 +665,6 @@ 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.85 2005/06/28 09:08:04 wiz Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.86 2005/07/03 19:23:29 cube Exp $
|
||||
#
|
||||
# GENERIC_TINY -- suitable default for 4M machines
|
||||
# No EISA, PCI, or SCSI.
|
||||
@ -499,7 +499,6 @@ 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN0,v 1.4 2005/06/19 00:23:43 chs Exp $
|
||||
# $NetBSD: XEN0,v 1.5 2005/07/03 19:23:29 cube Exp $
|
||||
|
||||
include "arch/xen/conf/std.xen"
|
||||
|
||||
@ -409,7 +409,6 @@ ucom* at umodem?
|
||||
|
||||
# USB Mass Storage
|
||||
umass* at uhub? port ? configuration ? interface ?
|
||||
scsibus* at umass?
|
||||
wd* at umass?
|
||||
|
||||
# USB audio
|
||||
|
Loading…
Reference in New Issue
Block a user