Date: Thu, 09 Nov 1995 12:21:23 -0600 From: "Eric L. Hernes" <erich@lodgenet.com> To: "Justin T. Gibbs" <gibbs@freefall.FreeBSD.org> Cc: "Eric L. Hernes" <erich@lodgenet.com>, se@ZPR.Uni-Koeln.DE (Stefan Esser), hackers@freebsd.org Subject: Re: compaq's builtin pci bus Message-ID: <199511091821.MAA14282@jake.lodgenet.com> In-Reply-To: Your message of "Thu, 09 Nov 1995 10:24:46 PST." <199511091824.KAA03022@aslan.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Justin T. Gibbs" writes:
>>>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.
pci_configure() before isa_configure() didn't work, I'll try stubbing
the lnc_{probe,attach} into a pci driver... If I can figure out
pci drivers ;-).
>
>--
>Justin T. Gibbs
>===========================================
> Software Developer - Walnut Creek CDROM
> FreeBSD: Turning PCs into workstations
>===========================================
thanks,
eric.
--
erich@lodgenet.com
erich@rrnet.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511091821.MAA14282>
