Re: bug in /net/core/dev.c

Keith Owens (kaos@ocs.com.au)
Wed, 13 Jun 2001 03:20:37 +1000


On Tue, 12 Jun 2001 19:05:01 +0200,
Ulrich.Weigand@de.ibm.com wrote:
>Keith, it's probably much easier to just change arch/s390/Makefile
>to link the S/390 drivers *after* all common drivers by moving
>drivers/s390/io.o to $DRIVERS instead of $CORE_FILES.

That should work, although it would be yet another (and different) way
of doing things. Your method would not work for SCSI drivers, they
have to go in the middle of drivers/scsi/Makefile.

That last point is only relevant if s390 supports native SCSI. SCSI
disks emulating 33[89]0 does not count, the cpu does not issue SCSI
commands. Are there any native SCSI devices for s390 or do they all
emulate IBM devices? I can just see somebody trying to fit SCSI
commands into a CCW and IOB :).

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/