From owner-freebsd-hackers Thu Nov 9 09:34:29 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA25101 for hackers-outgoing; Thu, 9 Nov 1995 09:34:29 -0800 Received: from aslan.cdrom.com (aslan.cdrom.com [192.216.223.142]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id JAA25096 for ; Thu, 9 Nov 1995 09:34:26 -0800 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by aslan.cdrom.com (8.6.12/8.6.9) with SMTP id KAA03022; Thu, 9 Nov 1995 10:24:46 -0800 Message-Id: <199511091824.KAA03022@aslan.cdrom.com> X-Authentication-Warning: aslan.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: "Eric L. Hernes" cc: se@ZPR.Uni-Koeln.DE (Stefan Esser), hackers@freebsd.org Subject: Re: compaq's builtin pci bus In-reply-to: Your message of "Thu, 09 Nov 1995 11:16:15 CST." <199511091716.LAA09270@jake.lodgenet.com> Date: Thu, 09 Nov 1995 10:24:46 -0800 From: "Justin T. Gibbs" Sender: owner-hackers@freebsd.org Precedence: bulk >>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 >> > >thanks, >eric. >-- >erich@lodgenet.com >erich@rrnet.com > -- Justin T. Gibbs =========================================== Software Developer - Walnut Creek CDROM FreeBSD: Turning PCs into workstations ===========================================