From owner-freebsd-questions@FreeBSD.ORG Sat Jun 14 13:29:57 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59C1537B401 for ; Sat, 14 Jun 2003 13:29:57 -0700 (PDT) Received: from perimeter.co.za (obelix.perimeter.co.za [209.212.102.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id A98AB43F93 for ; Sat, 14 Jun 2003 13:29:54 -0700 (PDT) (envelope-from bsd@perimeter.co.za) Received: from impedimenta (ndf-dial-196-30-124-158.mweb.co.za [196.30.124.158]) (AUTH: LOGIN bsd@perimeter.co.za) by perimeter.co.za with esmtp; Sat, 14 Jun 2003 22:29:47 +0200 Message-ID: <00cd01c332b4$45798600$0eddfea9@perimeter.co.za> From: "Patrick O'Reilly" To: "Gary Aitken" , questions@freebsd.org References: <3EEA2F84.3070504@dreamchaser.org> Date: Sat, 14 Jun 2003 22:33:44 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Subject: Re: de0 recognized but not configurable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2003 20:29:57 -0000 ----- Original Message ----- From: "Gary Aitken" > I'm building a kernel with two ethernet devices, an ed0 and a de0. > Both devices are recognized during the hardware probe at system startup: > de0: irq 9 at device 18.0 on pci 0 > device_probe_and_attach: de0 attach returned 6 > ed0: at port 0x240-0x25f irq 5 on isa 0 > > I presume the "device_probe_and_attach: de0 attach returned 6" has > something to do with this; Gary, just taking a flier here - I had a "similar" issue with another NIC which was resolved by disabling Plug 'n Play in the BIOS. Give it a try - it can't hurt :) Patrick.