Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 16:57:56 -0600
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        David Christensen <davidch@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r255736 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/bxe sys/i386/conf sys/modules/bxe
Message-ID:  <966F0AA7-F900-45DD-9297-D4E316E48EAE@FreeBSD.org>
In-Reply-To: <201309202018.r8KKIoK0033805@svn.freebsd.org>
References:  <201309202018.r8KKIoK0033805@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Sep 20, 2013, at 2:18 PM, David Christensen <davidch@FreeBSD.org> wrote:

> Author: davidch
> Date: Fri Sep 20 20:18:49 2013
> New Revision: 255736
> URL: http://svnweb.freebsd.org/changeset/base/255736
> 
> Log:
>  Substantial rewrite of bxe(4) to add support for the BCM57712 and
>  BCM578XX controllers.
> 
>  Approved by:	re
>  MFC after:	4 weeks

This commit appears to have removed HyperV support from the amd64 GENERIC kernel config.

--
Justin

…

> Modified: head/sys/amd64/conf/GENERIC
> ==============================================================================
> --- head/sys/amd64/conf/GENERIC	Fri Sep 20 20:04:29 2013	(r255735)
> +++ head/sys/amd64/conf/GENERIC	Fri Sep 20 20:18:49 2013	(r255736)
> @@ -204,7 +204,7 @@ device		ppi		# Parallel port interface d
> device		puc		# Multi I/O cards and multi-channel UARTs
> 
> # PCI Ethernet NICs.
> -device		bxe		# Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet
> +device		bxe		# Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
> device		de		# DEC/Intel DC21x4x (``Tulip'')
> device		em		# Intel PRO/1000 Gigabit Ethernet Family
> device		igb		# Intel PRO/1000 PCIE Server Gigabit Family
> @@ -341,8 +341,5 @@ device		virtio_blk	# VirtIO Block device
> device		virtio_scsi	# VirtIO SCSI device
> device		virtio_balloon	# VirtIO Memory Balloon device
> 
> -# HyperV drivers
> -device		hyperv		# HyperV drivers 
> -
> # VMware support
> device		vmx		# VMware VMXNET3 Ethernet




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?966F0AA7-F900-45DD-9297-D4E316E48EAE>