From owner-aic7xxx Mon Jan 15 15: 0:49 2001 Delivered-To: aic7xxx@freebsd.org Received: from mail1.eznet.net (mail1.eznet.net [209.105.128.6]) by hub.freebsd.org (Postfix) with SMTP id 2D95437B401 for ; Mon, 15 Jan 2001 15:00:29 -0800 (PST) Received: (qmail 15302 invoked from network); 15 Jan 2001 23:00:19 -0000 Received: from unknown (HELO eznet.net) (192.168.1.7) by mail1.bb.eznet.net with SMTP; 15 Jan 2001 23:00:19 -0000 Received: (qmail 12075 invoked by uid 1295); 15 Jan 2001 23:00:19 -0000 Message-ID: <20010115230019.12074.qmail@eznet.net> From: edp@shell1.eznet.net (Ed P.) Date: Mon, 15 Jan 2001 18:00:19 -0500 X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: Ragnar =?iso-8859-1?q?Wisl=F8ff?= , AIC7xxx@FreeBSD.ORG Subject: Re: Order of detection of scsi controllers Sender: owner-aic7xxx@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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