Re: Attachment order of scsibus*

Jason Thorpe <[email protected]>
Newsgroups gmane.os.netbsd.devel.kernel
Message-ID <[email protected]>

> On Apr 11, 2025, at 2:05 AM, Edgar Fuß <[email protected]> wrote:
> 
>> You can create a custom kernel with a fixed set of attachments
> But how in this case?
> There’s some magic
>        scsibus* at scsi*
> but no scsi at anything.

“scsi” is an attribute that all of the SCSI controllers carry, which allows a “scsibus” to attach to them.  Doing it like this is shorthand that means “don’t have to list each SCSI controller individually in the kernel config file”.

In your case, you could use:

scsibus0 at mpt?
scsibus1 at mpii?

Before the:

scsibus* at scsi?

-- thorpej
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.