From owner-freebsd-hackers Thu Nov 9 10:11:32 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA28142 for hackers-outgoing; Thu, 9 Nov 1995 10:11:32 -0800 Received: from spot.lodgenet.com (lodgenet.iw.net [204.157.148.88]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA28010 for ; Thu, 9 Nov 1995 10:10:07 -0800 Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by spot.lodgenet.com (8.6.12/8.6.12) with ESMTP id MAA19820; Thu, 9 Nov 1995 12:08:43 -0600 Received: from localhost (localhost [127.0.0.1]) by jake.lodgenet.com (8.6.12/8.6.12) with SMTP id MAA14282; Thu, 9 Nov 1995 12:21:23 -0600 Message-Id: <199511091821.MAA14282@jake.lodgenet.com> X-Authentication-Warning: jake.lodgenet.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.2 7/18/95 To: "Justin T. Gibbs" cc: "Eric L. Hernes" , 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 10:24:46 PST." <199511091824.KAA03022@aslan.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 09 Nov 1995 12:21:23 -0600 From: "Eric L. Hernes" Sender: owner-hackers@freebsd.org Precedence: bulk "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