From owner-freebsd-current@FreeBSD.ORG Sat Feb 26 12:14:27 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4289016A4CE; Sat, 26 Feb 2005 12:14:27 +0000 (GMT) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA3043D1D; Sat, 26 Feb 2005 12:14:26 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id j1QCEOD7019500; Sat, 26 Feb 2005 12:14:24 GMT Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.9p2/8.12.9) with ESMTP id j1QCEOp8089004; Sat, 26 Feb 2005 12:14:24 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost)j1QCENw2089001; Sat, 26 Feb 2005 12:14:23 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Sat, 26 Feb 2005 12:14:23 +0000 (GMT) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: othermark In-Reply-To: Message-ID: <20050226120253.O87543@ury.york.ac.uk> References: <1107887237.793.26.camel@buffy.york.ac.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: freebsd-current@freebsd.org cc: rwatson@freebsd.org Subject: Re: fxp0 and vlan panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2005 12:14:27 -0000 [rwatson cc'd on jhb's suggestion] On Thu, 24 Feb 2005, othermark wrote: > Mark Huizer wrote: > > On Mon, Feb 14, 2005 at 12:56:08PM -0800, othermark wrote: > >> Gavin Atkinson wrote: > >> > There's an easily reproduceable panic involving configuring vlans on > >> > fxp cards. I've recreated it in single user mode on a top-of-tree > >> > -CURRENT machine as well as on a 5.3-STABLE machine. > >> > >> I reported this during December. > >> > >> http://article.gmane.org/gmane.os.freebsd.current/63657 > > > > Are more people seeing this? > > I think you should file a PR, this is a safe one. I have at least > 5 different machines running -current with various revs Intel 8255* which > all panic after the LOR. All thats required is these three commands after > a fresh boot up. > > ifconfig vlan0 create > ifconfig vlan0 vlan 999 vlandev fxp0 > ifconfig vlan0 inet 172.16.64.3 netmask 255.255.240.0 Indeed. I've filed a PR about it, kern/78112. I hope it's not too late to get this resolved for 5.4. Gavin