Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Nov 1995 10:24:46 -0800
From:      "Justin T. Gibbs" <gibbs@freefall.FreeBSD.org>
To:        "Eric L. Hernes" <erich@lodgenet.com>
Cc:        se@ZPR.Uni-Koeln.DE (Stefan Esser), hackers@freebsd.org
Subject:   Re: compaq's builtin pci bus 
Message-ID:  <199511091824.KAA03022@aslan.cdrom.com>
In-Reply-To: Your message of "Thu, 09 Nov 1995 11:16:15 CST." <199511091716.LAA09270@jake.lodgenet.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>>Stefan Esser writes:
>
>with
> device lnc0 at isa? port 0x7000 net irq 10 drq 0 vector lncintr
>
>in the config file, the card is recognized as being on
>the VL-bus, and the ifconfig returns `Initialisation failed'

This is most likely because the PCI probe occurs after the ISA one so the
card is not properly setup.  You might try modifying autoconf.c to call
pci_configure before isa_configure.  Either that or you could write a PCI
probe/attach routine that calls into the isa lnc driver.  Take a look at
sys/pci/aic7870.c for an idea on how to do this.

>>>Regards, STefan
>>>-- 
>>> Stefan Esser, Zentrum fuer Paralleles Rechnen		Tel:	+49 221
>> 4706021
>>> Universitaet zu Koeln, Weyertal 80, 50931 Koeln	FAX:	+49 221 4705160
>>> ===========================================================================
>=
>>=
>>>=
>>> http://www.zpr.uni-koeln.de/~se			  <se@ZPR.Uni-Koeln.DE>
>>
>
>thanks,
>eric.
>--
>erich@lodgenet.com
>erich@rrnet.com
>

--
Justin T. Gibbs
===========================================
  Software Developer - Walnut Creek CDROM
  FreeBSD: Turning PCs into workstations
===========================================



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