Date: Tue, 11 Apr 2000 16:20:41 -0400 (EDT) From: "Matthew N. Dodd" <winter@jurai.net> To: Chris Dillon <cdillon@wolves.k12.mo.us> Cc: "Serg V. Shubenkov" <serg@macomnet.ru>, freebsd-isp@FreeBSD.ORG Subject: Re: Compaq ProSignia Server Message-ID: <Pine.BSF.4.21.0004111616240.50194-100000@sasami.jurai.net> In-Reply-To: <Pine.BSF.4.20.0004111351440.34453-100000@mail.wolves.k12.mo.us>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 11 Apr 2000, Chris Dillon wrote: > 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. Ah. You're running 3.x which assumes that port ranges in the 0x1000 to 0x9000 are EISA slots and prints out that message. While you can abuse the ISA hint mechanism in that manner its really much nicer to attach EISA devices the correct way but since no EISA attachment exists yet this isn't possible. I'll add creation of an EISA lnc front end to my TODO for 4.0/5.0. > 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)? Er... I've code code that does it but it requires a custom driver. What was the unknown device listed on slot 8 again? -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0004111616240.50194-100000>