Subject: 'scsibus* at umass?' (was: CVS commit: src/sys/arch/i386/conf)
To: Quentin Garnier <cube@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-kern
Date: 07/03/2005 22:26:38
On Sun, Jul 03, 2005 at 07:23:29PM +0000, Quentin Garnier wrote:
>
> Module Name: src
> Committed By: cube
> Date: Sun Jul 3 19:23:29 UTC 2005
>
> Modified Files:
> src/sys/arch/i386/conf: GENERIC GENERIC.MPACPI GENERIC_LAPTOP
> GENERIC_TINY XEN0
>
> Log Message:
> 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.
Could you please read the thread at the end of May 2004 on source-changes
and tech-kern, which took place after that line was added?
The subject was: CVS commit: src/sys/arch/i386/conf
The Followup is set to tech-kern.
In GENERIC it was grant how added it in:
revision 1.605
date: 2004/05/22 03:16:26; author: grant; state: Exp; lines: +4 -3
add `scsibus* at umass?' so usb mass storage devices which attach to
sd@scsibus can be used out of the box.
Bernd