From owner-freebsd-isp Tue Apr 11 12: 4:27 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 2AC4237B505 for ; Tue, 11 Apr 2000 12:04:25 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id OAA35622; Tue, 11 Apr 2000 14:04:15 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Tue, 11 Apr 2000 14:04:15 -0500 (CDT) From: Chris Dillon To: "Matthew N. Dodd" Cc: "Serg V. Shubenkov" , freebsd-isp@FreeBSD.ORG Subject: Re: Compaq ProSignia Server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Apr 2000, Matthew N. Dodd wrote: > On Tue, 11 Apr 2000, Chris Dillon wrote: > > If this ProSignia is the same one I have, the onboard NetFlex is > > actually a Lance chipset: > > > > lnc0 at 0x8800-0x8817 irq 14 drq 0 on eisa slot 8 > > lnc0: PCnet-32 VL-Bus address 00:80:5f:08:65:ba > > Where is the lnc driver getting that? I don't see an EISA probe/attach > routine for the lnc driver. If it doesn't have one, it apparently didn't need it. :-) I did have to manually feed the driver the port/IRQ after finding out what it was set to in the system setup, and the snippet above also appears after "Probing for devices on the ISA bus". I'm also not actually using this interface right now because long before I ever got it working with FreeBSD I stuck a 3C509 in there and have been using it ever since. Here is the line I have for it in my kernel config: device lnc0 at isa? port 0x8800 net irq 14 drq 0 > Whats the EISA device ID for this device? Is there a way for me to find out without having to reboot the machine? Something along the line of pciconf(8)? -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures. ( http://www.freebsd.org ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message