[324] in linux-scsi channel archive
patch to aha152x.c for IBM Dock II
daemon@ATHENA.MIT.EDU (Chris Hanson)
Wed Jul 5 18:15:44 1995
Date: Wed, 05 Jul 95 14:34:17 -0400
From: Chris Hanson <cph@martigny.ai.mit.edu>
To: linux-scsi@vger.rutgers.edu
Here is a patch that allows the SCSI interface in the IBM ThinkPad
Dock II to be recognized by the automatic scan. Please include it in
future releases of this code.
*** /usr/src/linux-1.2.9/drivers/scsi/aha152x.c.~1~ Tue May 2 00:31:26 1995
--- /usr/src/linux-1.2.9/drivers/scsi/aha152x.c Mon Jun 12 03:03:44 1995
***************
*** 396,401 ****
--- 396,402 ----
{ "Adaptec BIOS:AIC-6360", 0xc, 21 }, /* on-board controller */
{ "ScsiPro SP-360 BIOS", 0x2873, 19 }, /* ScsiPro-Controller with AIC-6360 */
{ "GA-400 LOCAL BUS SCSI BIOS", 0x102e, 26 }, /* Gigabyte Local-Bus-SCSI */
+ { "Adaptec BIOS:AHA-1532P", 0x1c, 22 }, /* IBM ThinkPad Dock II */
};
#define SIGNATURE_COUNT (sizeof( signatures ) / sizeof( struct signature ))
#endif