[651] in linux-scsi channel archive
Re: How to hange NCR 53c810 bus ID ?
daemon@ATHENA.MIT.EDU (Drew Eckhardt)
Tue Oct 3 05:49:02 1995
To: urlichs@smurf.noris.de (Matthias Urlichs)
cc: submit-linux-dev-scsi@ratatosk.yggdrasil.com
In-reply-to: Your message of "02 Oct 1995 23:59:47 BST."
<44pqt3$15d@smurf.noris.de>
Date: Mon, 02 Oct 1995 22:48:44 -0600
From: Drew Eckhardt <drew@poohsticks.org>
In message <44pqt3$15d@smurf.noris.de>, urlichs@smurf.noris.de writes:
>Hi,
>
>As the subject says, I've got an NCR 53c810 SCSI chip (ASUS SP3G
>motherboard), and want to change its ID.
Find this line
host->this_id = NCR53c7x0_read8(SCID_REG) & 7;
in NCR53c7x0_init and change the right side to whatever value you want to
use.