Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2001 18:00:19 -0500
From:      edp@shell1.eznet.net (Ed P.)
To:        Ragnar =?iso-8859-1?q?Wisl=F8ff?= <ragnar.wisloff@asker.online.no>, AIC7xxx@FreeBSD.ORG
Subject:   Re: Order of detection of scsi controllers
Message-ID:  <20010115230019.12074.qmail@eznet.net>

next in thread | raw e-mail | index | archive | help
if the 3 scsi controllers are using 3 different drivers (aic7xxx,
aacraid and megaraid) and all loaded from ramdisk @ boot, then changing
the order they are loaded @ boot will do it for you.

you do that by changing the order they are listed in /etc/conf.modules.

alias scsi_hostadapter aic7xxx
alias scsi_hostadapter1 aacraid
alias scsi_hostadapter2 megaraid

should load them in "aic7xxx aacraid megaraid" order after you run
mkinitrd and reboot.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe aic7xxx" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010115230019.12074.qmail>