Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 1997 18:53:01 -0400
From:      dennis <dennis@etinc.com>
To:        "Daniel O'Callaghan" <danny@panda.hilink.com.au>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Probing deflugalty
Message-ID:  <3.0.32.19970417185259.00b2cdf0@etinc.com>

next in thread | raw e-mail | index | archive | help
At 08:48 AM 4/18/97 +1000, Daniel O'Callaghan wrote:
>
>
>On Thu, 17 Apr 1997, dennis wrote:
>
>> 
>> With the following configuration:
>> 
>> device dev0
>> device dev0 at isa? port 0x300
>> 
>> If a PCI device is found, the ISA dev0 really shouldn't be probed, but
>> it is.
>
>Dennis, I have a machine with ed0 (ISA), ed3 (PCI), ed4 (PCI)
>
>Putting the 'device dev0' in makes sure the code is included, but 
>numbering starts after the ISA numbers.
>
>I'd sure hate it if I was not allowed to use a mixture of PCI and ISA 
>cards from the same driver type.
>
>Danny
>

Uh....PCIs are probed first, so how would the above work...it makes
much more sense for the PCI boards to be first (ie ed0, ed1) and
the isa cards last, since you can specify the isa cards device name,
but the PCI device name is dependent on whats in the system.

Dennis



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