Hi Linux fans & supporters,
patch-1.3.47.gz contains one error in file
<...linux...>/drivers/scsi/constants.c.
Line 2168 of the 'un-gzip-ped' version of this file is:
+{ printk("Hostbyte=0x%02x ",hostbyte(scsiresult));
but it should be:
+{ printk("Hostbyte=0x%02x ",host_byte(scsiresult));
So, the difference is 'host_byte' instead of 'hostbyte'.
Good luck & thanks to all Linux supporters
Manfred