> I just noticed that my kernel configured without SCSI created a
> /proc/scsi that return EINVAL when I try to read from it. Is this a
> bug or a feature?
EINVAL always is returned when you try to open a directory. But why
is scsi there?
>
> Maybe it's a problem in the configuration dependencies? (I had build
> a kernel before with SCSI, and I only made "clean" before
> reconfiguring).
>
> Ulrich