From owner-freebsd-current Thu Nov 28 12:30:07 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA11831 for current-outgoing; Thu, 28 Nov 1996 12:30:07 -0800 (PST) Received: from Octopussy.MI.Uni-Koeln.DE (Octopussy.MI.Uni-Koeln.DE [134.95.166.20]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA11792 for ; Thu, 28 Nov 1996 12:29:50 -0800 (PST) Received: from x14.mi.uni-koeln.de (annexr3-1.slip.Uni-Koeln.DE) by Octopussy.MI.Uni-Koeln.DE with SMTP id AA04052 (5.67b/IDA-1.5 for ); Thu, 28 Nov 1996 21:29:18 +0100 Received: (from se@localhost) by x14.mi.uni-koeln.de (8.8.3/8.6.9) id VAA10952; Thu, 28 Nov 1996 21:11:20 +0100 (CET) Message-Id: Date: Thu, 28 Nov 1996 21:11:18 +0100 From: se@FreeBSD.ORG (Stefan Esser) To: plm@xs4all.nl (Peter Mutsaers) Cc: freebsd-current@FreeBSD.ORG Subject: Re: Will userconfig work soon again? References: <87682qpuff.fsf@plm.xs4all.nl> X-Mailer: Mutt 0.52 Mime-Version: 1.0 In-Reply-To: <87682qpuff.fsf@plm.xs4all.nl>; from Peter Mutsaers on Nov 28, 1996 08:09:40 +0100 Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Nov 28, plm@xs4all.nl (Peter Mutsaers) wrote: > Hi, > > I want to try to get my PCI NE2000 clone to work properly, but by It should work out of the box under -current (as of May 96 :) Please send me VERBOSE boot messages (at least the lines dealing with the PCI bus and its devices ...) > default it is not probed well (it does work in other OSses). Thus I > rely on userconfig to get it to work. It doesn't work at the moment > however. Should I try an older version of the kernel (which one) or > will userconfig work again shortly? Please do NOT configure it as an ISA device with the PCI assigned port numbers under -current. This will give strange results, if the kernel also sees it in the PCI probe (and it really should). The PCI NE2000 should be assigned the name ed1, if your kernel config file contains "ed0 at isa?". You need the ISA definition of ed0, or the PCI probe will not be included. (Is this documented ???) If you use a generic kernel with both "ed0" and "ed1" configured, the PCI cards would be "ed2", "ed3", ... (any number supported :). Please make sure you have the ed0 config line in your kernel config file, and send me a verbose boot message log, if it still fails. Regards, STefan