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