NetBSD Problem Report #52180

From www@NetBSD.org  Wed Apr 19 22:37:04 2017
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id A93067A0F8
	for <gnats-bugs@gnats.NetBSD.org>; Wed, 19 Apr 2017 22:37:04 +0000 (UTC)
Message-Id: <20170419223703.B0DDF7A2AE@mollari.NetBSD.org>
Date: Wed, 19 Apr 2017 22:37:03 +0000 (UTC)
From: waddell@caravaninfotech.com
Reply-To: waddell@caravaninfotech.com
To: gnats-bugs@NetBSD.org
Subject: Intel 8259x missing from XEN3_DOM0 config
X-Send-Pr-Version: www-1.0

>Number:         52180
>Category:       port-xen
>Synopsis:       Intel 8259x missing from XEN3_DOM0 config
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    msaitoh
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 19 22:40:00 +0000 2017
>Closed-Date:    Thu Aug 17 18:55:30 +0000 2017
>Last-Modified:  Thu Aug 17 18:55:30 +0000 2017
>Originator:     Harry Waddell
>Release:        netbsd-7
>Organization:
Caravan Electronic Publishing
>Environment:
NetBSD xen-12.pbspro.com 7.1_STABLE NetBSD 7.1_STABLE (XEN3_DOM0_10G) #0: Tue Apr 18 18:50:50 PDT 2017  root@xen-12.pbspro.com:/usr/obj/sys/arch/amd64/compile.amd64/XEN3_DOM0_10G amd64
>Description:
This is in sys/arch/amd64/conf/GENERIC

ixg*    at pci? dev ? function ?        # Intel 8259x 10 gigabit

but not in sys/arch/amd64/conf/XEN3_DOMO

as a result, booting a netbsd-7 branch XEN3_DOM0 kernel results in loss of connectivity on systems with intel 10G nics. These nics seem to be the  default on newer supermicro servers ( e.g. E5-* v4 ), so this trivial change should ideally be made ASAP.




>How-To-Repeat:
boot XEN netbsd-7 on newer supermicro servers. 
>Fix:
see description

>Release-Note:

>Audit-Trail:
From: "SAITOH Masanobu" <msaitoh@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/52180 CVS commit: src/sys/arch/amd64/conf
Date: Thu, 20 Apr 2017 09:56:27 +0000

 Module Name:	src
 Committed By:	msaitoh
 Date:		Thu Apr 20 09:56:27 UTC 2017

 Modified Files:
 	src/sys/arch/amd64/conf: XEN3_DOM0

 Log Message:
  Add ixg(4). Fixes PR#52180 from Harry Waddell.

 XXX pullup to netbsd-7


 To generate a diff of this commit:
 cvs rdiff -u -r1.134 -r1.135 src/sys/arch/amd64/conf/XEN3_DOM0

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

Responsible-Changed-From-To: port-xen-maintainer->msaitoh
Responsible-Changed-By: msaitoh@NetBSD.org
Responsible-Changed-When: Thu, 20 Apr 2017 10:01:54 +0000
Responsible-Changed-Why:
mine


State-Changed-From-To: open->pending-pullups
State-Changed-By: msaitoh@NetBSD.org
State-Changed-When: Thu, 20 Apr 2017 10:01:54 +0000
State-Changed-Why:
fixed and pullup request sent.


From: "Soren Jacobsen" <snj@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/52180 CVS commit: [netbsd-7] src/sys/arch/amd64/conf
Date: Sat, 13 May 2017 06:28:59 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Sat May 13 06:28:59 UTC 2017

 Modified Files:
 	src/sys/arch/amd64/conf [netbsd-7]: XEN3_DOM0

 Log Message:
 Pull up following revision(s) (requested by msaitoh in ticket #1408):
 	sys/arch/amd64/conf/XEN3_DOM0: revision 1.135 via patch
 Add ixg(4). Fixes PR#52180 from Harry Waddell.


 To generate a diff of this commit:
 cvs rdiff -u -r1.103.2.7 -r1.103.2.8 src/sys/arch/amd64/conf/XEN3_DOM0

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: Harry Waddell <waddell@caravaninfotech.com>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: PR/52180 CVS commit: [netbsd-7] src/sys/arch/amd64/conf
Date: Sat, 13 May 2017 17:03:43 -0700

 Thanks Soren. I'm sure others will appreciate it too as this
 becomes more common. 

 HW


 On Sat, 13 May 2017 06:30:02 +0000 (UTC)
 "Soren Jacobsen" <snj@netbsd.org> wrote:

 > The following reply was made to PR port-xen/52180; it has been noted by GNATS.
 > 
 > From: "Soren Jacobsen" <snj@netbsd.org>
 > To: gnats-bugs@gnats.NetBSD.org
 > Cc: 
 > Subject: PR/52180 CVS commit: [netbsd-7] src/sys/arch/amd64/conf
 > Date: Sat, 13 May 2017 06:28:59 +0000
 > 
 >  Module Name:	src
 >  Committed By:	snj
 >  Date:		Sat May 13 06:28:59 UTC 2017
 >  
 >  Modified Files:
 >  	src/sys/arch/amd64/conf [netbsd-7]: XEN3_DOM0
 >  
 >  Log Message:
 >  Pull up following revision(s) (requested by msaitoh in ticket #1408):
 >  	sys/arch/amd64/conf/XEN3_DOM0: revision 1.135 via patch
 >  Add ixg(4). Fixes PR#52180 from Harry Waddell.
 >  
 >  
 >  To generate a diff of this commit:
 >  cvs rdiff -u -r1.103.2.7 -r1.103.2.8 src/sys/arch/amd64/conf/XEN3_DOM0
 >  
 >  Please note that diffs are not public domain; they are subject to the
 >  copyright notices on the relevant files.
 >  
 > 

State-Changed-From-To: pending-pullups->closed
State-Changed-By: jdolecek@NetBSD.org
State-Changed-When: Thu, 17 Aug 2017 18:55:30 +0000
State-Changed-Why:
Pullup to netbsd-7 done in May 2017. Thank you.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.