Subject: Re: Weird scsibus on a 7300?
To: Martin Nilsson <doedzloek@telia.com>
From: Daniel Eggert <danieleggert@mac.com>
List: port-macppc
Date: 01/26/2003 12:52:00
On s=F8ndag, jan 26, 2003, at 11:59 Europe/Copenhagen, Martin Nilsson=20
wrote:

> 1.6 running on a Power Mac 7300 with 2 internal scsi disks.
> The weird thing (at least I think so) is that the internal disks are =
on
> scsibus1, and if I connect an external scsi device, it shows up on=20
> scsibus0.
> Shouldn't scsibus0 be the internal and scsibus1 be the external?
> That seems most right to me...

Unless you 'hardwire' things in your kernel configuration, the=20
numbering of scsibus (and all other devices) depends on the probe order=20=

of the kernel. If you do a dmesg, you'll see, that scsibus0 is detected=20=

befor scsibus1.

Daniel