From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 4 22:48:02 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23D8616A417 for ; Tue, 4 Dec 2007 22:48:02 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.freebsd.org (Postfix) with ESMTP id 01D7D13C45D for ; Tue, 4 Dec 2007 22:48:01 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 5241 invoked from network); 4 Dec 2007 22:48:01 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 4 Dec 2007 22:48:01 -0000 Message-ID: <4755D8BC.2060405@chuckr.org> Date: Tue, 04 Dec 2007 17:46:20 -0500 From: Chuck Robey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.9) Gecko/20071107 SeaMonkey/1.1.6 MIME-Version: 1.0 To: FreeBSD-Hackers Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: kernel config for networking X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2007 22:48:02 -0000 I've been having problems trying to get the onboard networking to work with this Asus Striker Extreme ever since I first put FreeBSD-current on it. Right now, I have a cheapy junk-pile card that probes as a dc0 working, but my motherboard has two nfe's (nfe0 & nfe1) that show up on the desmg. If I use ifconfig and activate them, the whole machine comes to a complete halt (complete, neither console nor ssh sessions work, machine is dead to the world apparently) and this starts whenever I use ifconfig to turn up either nfe0 or nfe1. I've complained before, but a new possibility occurred to me, while I was slowly reading the NOTES in /sys/i386/conf, that the networking stuff is very sensitive to order. Is that still true? If I have a dc device and a nfe device, do I need to be aware of anything as regards the config file statement order? Thanks