svn commit: r255736 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/bxe sys/i386/conf sys/modules/bxe
Justin T. Gibbs
gibbs at FreeBSD.org
Fri Sep 20 22:58:04 UTC 2013
On Sep 20, 2013, at 2:18 PM, David Christensen <davidch at 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
More information about the svn-src-all
mailing list