From owner-freebsd-hackers Fri Nov 1 10:37:01 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA14653 for hackers-outgoing; Fri, 1 Nov 1996 10:37:01 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA14633; Fri, 1 Nov 1996 10:36:57 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA28097; Fri, 1 Nov 1996 11:31:07 -0700 From: Terry Lambert Message-Id: <199611011831.LAA28097@phaeton.artisoft.com> Subject: Re: vx driver(s) - bad powerup behaviour To: sos@FreeBSD.org Date: Fri, 1 Nov 1996 11:31:06 -0700 (MST) Cc: hm@kts.org, freebsd-hackers@FreeBSD.org In-Reply-To: <199611011023.LAA11690@ra.dkuug.dk> from "sos@FreeBSD.org" at Nov 1, 96 11:23:31 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > Just got some 3Com 590 ethernet PCI boards (because they were the cause of > > some severe troubles under Gates-OS'es :-) ). Under 2.1.5, with the supplied > > driver, with Guido's new driver from freefall and with another driver from > > Fred Gray this card does not run after a cold reset or powerup on the > > machine in question. > > Hmm, I see no such problems, are you sure the card in question is > not one of those first defective ones ?? that would explain why > billyboys os'es has trouble too. Are these PnP cards? Is PnP enabled? Does your system have PnP BIOS, or is the OS expected to do the PnP relocation work? If the OS is expected to do the deed, is all hardware on the motherboard itself known to the drivers so it can have its mapping ranges compared against that of the relocatable hardware? How about all other cards... are they PnP as well, or have they got static driver asssignements as well so that PnP support by the OS would not map them to conflicting locations? For what it's worth, these are the issues that may bite the MS OS's. BSD is the same, except it doesn't have the OS PnP support that the MS OS's have. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.