Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 1997 1:08:09 METDST
From:      Heinz Mauelshagen <mauelsha@ez-darmstadt.telekom.de>
To:        aic7xxx@freebsd.org
Subject:   Multiple host adapter question
Message-ID:  <9709252308.AA31535@mailgate2.telekom.de>

next in thread | raw e-mail | index | archive | help
The aic7xxx for Linux finds host adapters in a sequence from lower 
chipset # to higher ones.

This causes NO possibility to have a boot disk with a host adpter
having a newer chipset.

In my example i use a 2940UW and a 2940W in PCI 0 and 1.

To work arround my problem i found two short aic7xxx.c ways to fix it.

1. Scanning for adapters from new to old versus old to new in the
   loop starting with " for (i = 0; i < NUMBER(aic7xxx_pci_devices); i++)".

2. Exchanging rows of the aic7xxx_pci_devices table to get my favorate first.


IMHO the "better" way should be to use the PCI slot #
in a lower # comes first scheme.

Ideas welcome.
--

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Systemmanagement Entwicklungsbereich 2           Deutsche Telekom AG
                                                 Entwicklungszentrum Darmstadt
Heinz Mauelshagen                                Otto-Roehm-Strasse 71C
                                                 Postfach 10 05 41
                                                 64205 Darmstadt
                                                 Germany
                                                 (06151) 886-419
mge@ez-darmstadt.telekom.de                             FAX-386

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



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